Replies: 1 comment
-
|
this command fix it. cmake -DCMAKE_EXE_LINKER_FLAGS="-lX11" .. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting this error hile compiling the current version of flamerobin in Xubuntu, I'm using wxWidgets 3.2
aam@aam-HP-Pavilion-Gaming-Notebook:~/flamerobin/build$ make
[ 15%] Built target IBPP
[ 16%] Linking CXX executable flamerobin
/usr/bin/ld: /usr/local/lib/libwx_gtk3u_core-3.2.a(utilsx11.cpp.o): undefined reference to symbol 'XGetWindowAttributes'
/usr/bin/ld: /lib/x86_64-linux-gnu/libX11.so.6: error al añadir símbolos: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/flamerobin.dir/build.make:2036: flamerobin] Error 1
make[1]: *** [CMakeFiles/Makefile2:122: CMakeFiles/flamerobin.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
any ideas of what can I do?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions