- Notifications
You must be signed in to change notification settings - Fork 70
Description
I got many of oglplus example programs to build on my Fedora 27 system, but when I run them, they seem to spontaneously exit without my pressing any keys or mouse button. There is nothing in the code that suggests they should do this because of a timer, etc. Has anyone seen them? I do see some messages like:
<message> multisampled FBO 0->1 </message> but nothing that looks like an error. Nothing is logged to dmesg or journalctl -fa. No core dump. For example, _build/example/oglplus/001_triangle exits within 4 seconds. What's going on?
Here was how I built:
./configure.sh --no-docs --build --install 2>&1 | tee cfg.log and here is the log. these RPMs are installed (whatever version is current in F27 now, versions available upon request).
glfw-devel glew-devel glm-devel libpng12-devel libpng-devel boost-devel mesa-libGL-devel mesa-libGLU-devel mesa libGLES-devel When it does work, the graphics are really neat and put very low load on my CPU showing that shaders are doing their job.