← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/opengl_debug into lp:widelands

 

OK, next problem:

bratzbert@museum:~/sources/widelands/opengl_debug$ cd build
bratzbert@museum:~/sources/widelands/opengl_debug/build$ cmake -DOPTION_USE_GLBINDING:BOOL=ON -DCMAKE_BUILD_TYPE:STRING="Debug" .
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   unit_test_framework
--   regex
-- SDL2_INCLUDE_DIR is /usr/include/SDL2
-- SDL2MAIN_LIBRARY is /usr/lib/x86_64-linux-gnu/libSDL2main.a
-- Found GLBINDING: /usr/local/lib/libglbinding.so  
-- Version of Widelands Build is bzr7737[opengl_debug](Debug)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/bratzbert/sources/widelands/opengl_debug/build

bratzbert@museum:~/sources/widelands/opengl_debug/build$ make
Scanning dependencies of target BzrRevision
-- Version of Widelands Build is bzr7737[opengl_debug](Debug)
[  0%] Built target BzrRevision
Scanning dependencies of target third_party_eris

<snip>

[ 11%] Building CXX object src/graphic/CMakeFiles/graphic_gl_utils.dir/gl/initialize.cc.o
/home/bratzbert/sources/widelands/opengl_debug/src/graphic/gl/initialize.cc: In lambda function:
/home/bratzbert/sources/widelands/opengl_debug/src/graphic/gl/initialize.cc:62:29: error: request for member ‘name’ in ‘call.glbinding::FunctionCall::function’, which is of pointer type ‘const glbinding::AbstractFunction* const’ (maybe you meant to use ‘->’ ?)
    log("%s(", call.function.name());
                             ^
make[2]: *** [src/graphic/CMakeFiles/graphic_gl_utils.dir/gl/initialize.cc.o] Error 1
make[1]: *** [src/graphic/CMakeFiles/graphic_gl_utils.dir/all] Error 2
make: *** [all] Error 2

-- 
https://code.launchpad.net/~widelands-dev/widelands/opengl_debug/+merge/283738
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/opengl_debug into lp:widelands.


References