Giter Club home page Giter Club logo

Comments (10)

maymay1982 avatar maymay1982 commented on May 22, 2024

换了台ubuntu16.04的机器,还是报同样的错,奇怪,大家都没这样的问题吗?

from tdengine.

2efPer avatar 2efPer commented on May 22, 2024

在项目根目录make,然后在cd 到build目录,make --build .
估计是和这个相关。
可以参考https://github.com/2efPer/tdengine-docker/blob/master/server/Dockerfile

from tdengine.

maymay1982 avatar maymay1982 commented on May 22, 2024

from tdengine.

maymay1982 avatar maymay1982 commented on May 22, 2024

刚检查了,是在build目录下make的,还是报同样的错。
[root@localhost build]# cmake ..
-- Project source directory: /home/TDengine-master
-- Build Debug Version
-- Project binary output path: /home/TDengine-master/build
-- Executable files output path: /home/TDengine-master/build/build/bin
-- Project library output path: /home/TDengine-master/build/build/lib
-- Check targe platform x64, pass
-- Use the iconv functions in GLIBC
-- build version
CMake Error at src/client/CMakeLists.txt:30 (SET_TARGET_PROPERTIES):
SET_TARGET_PROPERTIES called with incorrect number of arguments.

-- MVN is installed and JDBC will be compiled
-- Configuring incomplete, errors occurred!
See also "/home/TDengine-master/build/CMakeFiles/CMakeOutput.log".

from tdengine.

maymay1982 avatar maymay1982 commented on May 22, 2024

cmake版本是3.14,跟这个有关系吗?

from tdengine.

coder-chriswang avatar coder-chriswang commented on May 22, 2024

本人也是cmake报错,一样的错误,版本3.15

from tdengine.

coder-chriswang avatar coder-chriswang commented on May 22, 2024

能否提供 taos-xxxxxxxxx.tar.gz? 这样,无需每个体验开发者,走一样的编译流程了。

from tdengine.

lengyuyan avatar lengyuyan commented on May 22, 2024

MVN is not installed and JDBC is not compiled
同样的错误

from tdengine.

maymay1982 avatar maymay1982 commented on May 22, 2024

用了陶老师团队昨天发布的版本后,已成功编译。

from tdengine.

maymay1982 avatar maymay1982 commented on May 22, 2024

MVN is not installed and JDBC is not compiled
同样的错误

首先,你要装一下apache-maven-3.5.4-bin,并且需要在/etc/profile里配置;其次,要装一下jdk,并且需要在/etc/profile里配置(具体路径根据自己的安装情况更改):
JAVA_HOME=/home/jdk1.8.0_191
export JRE_HOME=$JAVA_HOME/jre
export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH
export CLASSPATH=$CLASSPATH:.:$JAVA_HOME/lib:$JAVA_HOME/jre/lib
MAVEN_HOME=/usr/local/apache-maven-3.5.4
export MAVEN_HOME
export PATH=${PATH}:${MAVEN_HOME}/bin

from tdengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.