Replies: 1 comment
-
you're not running the latest commit, please pull and rebuild |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to successfully build SDR++ for an Intel processor running Ubuntu 20.0 LTS.
When the app started up I received the following error:
paul@paul-Latitude-E5500:~/source/SDRPlusPlus/build$ ./sdrpp
[2021-08-21 14:38:01.161] [info] SDR++ v1.0.4
[2021-08-21 14:38:01.162] [info] Loading config
[2021-08-21 14:38:01.185] [warning] ConfigManager locked, waiting...
[2021-08-21 14:38:01.466] [error] Glfw Error 65543: GLX: Failed to create context: GLXBadFBConfig
[2021-08-21 14:38:01.467] [info] OpenGL 3.0 was not supported
[2021-08-21 14:38:01.479] [error] Glfw Error 65543: GLX: Failed to create context: GLXBadFBConfig
[2021-08-21 14:38:01.481] [info] OpenGL 3.1 ES was not supported
[2021-08-21 14:38:01.481] [error] Glfw Error 65540: Invalid OpenGL ES version 2.1
[2021-08-21 14:38:01.481] [info] OpenGL 2.1 was not supported
sdrpp: /build/glfw3-KLyziG/glfw3-3.3.2/src/window.c:1040: glfwSetWindowMaximizeCallback: Assertion `window != NULL' failed.
Aborted (core dumped)
Please advise.
Beta Was this translation helpful? Give feedback.
All reactions