Closed GoogleCodeExporter closed 9 years ago
Hello,
I tried to build GLVis in debug mode and it runs fine. I only have problems in release mode.
Best regards,
Martin Vymazal
Original comment by Martin.V...@gmail.com
on 20 Mar 2013 at 3:19
[deleted comment]
Hello Martin,
Thank you for the bug report.
I think the problem you see with the release version may be related to a
bug we found some time ago -- in the file lib/tk.cpp, line 1137 is:
glXGetFBConfigAttrib(display, fbConfig, GLX_RGBA, &x);
and it should actually be:
glXGetConfig(display, vi, GLX_RGBA, &x);
This will be fixed in the next release.
The randomness in the message 'Generating coloring starting with element 4 / 8'
is intended (we pick a random starting element to start the coloring algorithm).
The GL/GLX versions are generally backward compatible, so version 1.4 is
perfectly fine.
Original comment by veselin@gmail.com
on 6 Jul 2013 at 5:26
Original comment by tzanio
on 8 Jul 2013 at 5:17
Original comment by tzanio
on 8 Jul 2013 at 5:18
Original comment by tzanio
on 31 Jul 2013 at 1:18
Original issue reported on code.google.com by
Martin.V...@gmail.com
on 17 Mar 2013 at 9:36Attachments: