-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
meta_parser: Permission denied #2
Comments
I have this question too. |
System: Mac (Inter i7) Xcode 13.2.1 **** [Precompile] BEGIN /Users/lsen/CODE/Pilot/build/Pilot.build/Debug/PilotPreCompile.build/Script-C39BA26D421D57100E3E1526.sh: line 8: /Users/lsen/CODE/Pilot/engine/bin/macOS/meta_parser: Permission denied |
I also have this problem on Ubuntu 18.04, and I used sudo ./build_linux.sh **** [Precompile] BEGIN make[2]: execvp: /home/number/approot/engines/Pilot/engine/bin/Linux/meta_parser: Permission denied |
Use chmod +x engine/bin/Linux/meta_parser |
we are fixing now! |
You can use the following commands to fix the build error on Linux temporarily. A merge request will be provided later |
If you are hasty, you may use this repository instead |
Now it gives this error: meta_parser: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory |
not work for me |
You can use the following commands to fix the build error on MacOS temporarily |
If you are hasty, you may use this repository instead. The github workflows are added. |
thx, this repo works fine |
I still met this problem: `libclang.so.12: cannot open shared object file: No such file or directory'. |
This repo works. Thanks for your hard work! |
System: Ubuntu 20.04
Cmake: 3.23.0
The text was updated successfully, but these errors were encountered: