You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pull request has been provided. If you are hasty, you may use this repository first. The github workflow shows "build linux" is passing.
We strongly recommend the Ubuntu LTS version for you.
Perhaps the libc++ and clang are missing. You may use "apt install clang" and "apt install libc++-dev" first.
this problem is due to your wrong ld library path configuration, thus you can add the following line in build_linux.sh file export export LD_LIBRARY_PATH= xxxxxx/Pilot/engine/bin/Linux , replace xxxxx with your codebase path
$ ./build_linux.sh debug
-- Using X11 for window creation
-- Build spdlog: 1.9.2
-- Build type: Debug
-- Configuring done
-- Generating done
-- Build files have been written to: /Pilot/build
**** [Precompile] BEGIN
/Pilot/engine/bin/Linux/meta_parser: error while loading shared libraries: libclang.so.12: cannot open shared object file: No such file or directory
gmake[2]: *** [CMakeFiles/PilotPreCompile.dir/build.make:73: CMakeFiles/PilotPreCompile] Error 127
gmake[1]: *** [CMakeFiles/Makefile2:261: CMakeFiles/PilotPreCompile.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered: