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
Dear author, I've got an error at the make step.
//usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Display/CMakeFiles/Display.dir/build.make:2499: recipe for target 'Display/Display' failed make[2]: *** [Display/Display] Error 1 CMakeFiles/Makefile2:17078: recipe for target 'Display/CMakeFiles/Display.dir/all' failed make[1]: *** [Display/CMakeFiles/Display.dir/all] Error 2 Makefile:160: recipe for target 'all' failed make: *** [all] Error 2
How can I solve this problem, thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear author,
I've got an error at the make step.
//usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Display/CMakeFiles/Display.dir/build.make:2499: recipe for target 'Display/Display' failed
make[2]: *** [Display/Display] Error 1
CMakeFiles/Makefile2:17078: recipe for target 'Display/CMakeFiles/Display.dir/all' failed
make[1]: *** [Display/CMakeFiles/Display.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
How can I solve this problem, thanks!
The text was updated successfully, but these errors were encountered: