-
Notifications
You must be signed in to change notification settings - Fork 34
缺少动态库,可以打包进来 #36
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
Comments
The After the installation, godel can correctly functioning, but I am also facing a new warning:
Though this warning seems have no side effects on godel producing results. |
I've checked that soufflé project uses #ifdef USE_NCURSES
#include <ncurses.h>
#endif And we could choose to compile soufflé without using this header and the shared library. We will deal with this later, then there's no need to load |
Source code of godel-script has been merged into main branch. In the CMakeLists the ncurses compile option is turned off, now the built executables will not need to refer set(SOUFFLE_USE_CURSES OFF) |
Released in 2.1.0. https://github.com/codefuse-ai/CodeFuse-Query/releases/tag/2.1.0 |
error while loading shared libraries: libncurses.so.5 : cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: