Matus Chochlik

Results 119 comments of Matus Chochlik

Could you please do 'make VERBOSE=true ...' and post here the output for one of the examples where the build is failing ?

Hmm .. try re-running configure: ./configure.{py,sh} --from-scratch --no-docs --use-glew

now try (cd _build && make VERBOSE=true)

also you can get rid of rebuilding the textures by downloading a packaged release and copying the _prebuilt directory to whereever you have cloned oglplus (into the root dir of...

OK, thanks. Where is your libGLEW.so located (one of the platform standard dirs or a custom location) ? It might be something that I fscked up during the changes to...

hmm, and does nm -D /path/to/lib/libGLEW.so.1.10.0 | grep -e 'ProgramResource' print anything ?

ok, color me confused. no luck googling anything useful either :-P I'll have to install GLEW 1.10 myself and try it out.

I've tried doing a similar thing; removed the #include and #include and placed an #error in all the PP branches in oglplus/gl.hpp to make sure that GLEW is used. Ran...

I've made some changes and now the GLX/GLEW combination is working at least at the one machine I have access right now. Could you pull the latest changes from develop...

Strange in the meantime I've tested the same config on two other machines and on both it works. Try replacing: set(OGLPLUS_GL_LIBS ${GLEW_LIBRARIES}) with set(OGLPLUS_GL_LIBS ${GLEW_LIBRARIES} ${OPENGL_LIBRARIES}) on line 134 in...