Closed Littlemac123 closed 1 year ago
The error message reads like Qt5OpenGL may be missing. Please check if the libqt5opengl5-dev
package is installed and if not install it and retry. Normally I think it would be installed together with qtbase5-dev
, at least that's my experience on Ubuntu so far, so not sure why it would be missing but it's worth a try.
Edit: it looks like libqt5opengl5-dev
is only a recommended dependency of qtbase5-dev
and it's possible that your apt is configured to not install recommends.
okay a apt install of libqt5opengl5-dev fixed the problem its now able to make, and it booted into the UI and a game, thank you. do you think we could change the build guide for ubuntu/deb to include libqt5opengl5-dev
Yes, I updated the compilation guide.
I fallowed the documented readme compile guide and got this error. i was on the latest master as of writing this report from git clone --recursive https://github.com/nba-emu/NanoBoyAdvance.git
littlemac@littlemac:~/Downloads/NanoBoyAdvance/build$ cmake -DCMAKE_BUILD_TYPE=Release .. -- Version: 6.1.3 -- Build type: Release -- CXX_STANDARD: 11 -- Required features: cxx_variadic_templates