Closed stolk closed 7 years ago
Thank you for reporting the bug! I have pushed a commit that I believe will fix it. Please try the latest upstream git HEAD. If it does not help, please build it using make VERBOSE=1
and attach the output.
Another undefined symbol: _glapi_tls_Dispatch
/usr/bin/cmake -E cmake_link_script CMakeFiles/rrv-compute.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/rrv-compute.dir/rrv-compute.cpp.o CMakeFiles/rrv-compute.dir/ComputeArguments.cpp.o CMakeFiles/rrv-compute.dir/Visualizer.cpp.o -o rrv-compute -rdynamic librrv.a -fopenmp -lGLEW -lGLU -lGL -lX11 -lGLU /home/bram/lib/libGL.so -lglut -lXmu -lXi -Wl,-rpath,/home/bram/lib
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libGL.so: undefined reference to `_glapi_tls_Dispatch'
collect2: error: ld returned 1 exit status
CMakeFiles/rrv-compute.dir/build.make:152: recipe for target 'rrv-compute' failed
make[2]: *** [rrv-compute] Error 1
Sorry, strike that previous comment: it was picking up a different libGL than I expected. rrv-compute now builds.
Currently looking into a new error regarding glfw3 header.
The building of rrv-compute fails because XSync symbol is not found.