-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlparser 库是需要自己安装吗?是否要和数据库安装在同一个服务器上? #87
Comments
安装报错,没sqlparser库,直接在目录上安装的,修改了CMakeLists.txt。然后报错 The output was: Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. The output was: Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. The output was: Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler": The output was: Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. The output was: |
同样的问题,求解 |
我安装了一个下午还没有搞定.
[root@linux01 apps]# cmake -DBUILD_CONFIG=mysql_release -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=/usr/local/sqlparser ./
CMake Error: The source directory "/root/apps" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
[root@linux01 apps]# cd /usr/lib64/
The text was updated successfully, but these errors were encountered: