We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After the command "cmake ." I run the command "make" but it fails with the following message:
PlayCap-0.1.1-Source/AboutWindow.h:25:16: fatal error: fx.h: No such file or directory compilation terminated. CMakeFiles/playcap.dir/build.make:62: recipe for target 'CMakeFiles/playcap.dir/AboutWindow.o' failed make[2]: *** [CMakeFiles/playcap.dir/AboutWindow.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/playcap.dir/all' failed make[1]: *** [CMakeFiles/playcap.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
You need to install libfox.
sudo apt install libfox-1.6-dev worked for Ubuntu 22.04
sudo apt install libfox-1.6-dev
Sorry, something went wrong.
No branches or pull requests
After the command "cmake ." I run the command "make" but it fails with the following message:
PlayCap-0.1.1-Source/AboutWindow.h:25:16: fatal error: fx.h: No such file or directory
compilation terminated.
CMakeFiles/playcap.dir/build.make:62: recipe for target 'CMakeFiles/playcap.dir/AboutWindow.o' failed
make[2]: *** [CMakeFiles/playcap.dir/AboutWindow.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/playcap.dir/all' failed
make[1]: *** [CMakeFiles/playcap.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: