Bug #918
GLCtrl compilation & linking problem on GTK backend
Status: | Approved | Start date: | 11/01/2014 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | GLCtrl | Spent time: | - | |
Target version: | - |
Description
We need to change several flags in GLCtrl.upp file to make it possible to compile. The compilation process is broken, because GTK backend is now default and we need to adapt to this situation.
History
#1 Updated by Miroslav Fidler over 10 years ago
Not quite sure the fix is complete: You seem to be adding GLResize, but I am missing the implementation in the .diff...
#2 Updated by Zbigniew Rebacz over 10 years ago
It is common function. Implementation can be found in GLCtrl.cpp.
#3 Updated by Zbigniew Rebacz over 10 years ago
But, GLCtrl for gtk shouldn't be separate class as it is now, beacuse some method is missing like GLResize. Moreover we are losing compatibility with some OpenGL code that cannot be compiled on gtk backend. (Lack of virtual methods).
This changes what I was writing should be contain i #917 thread.
P.S.
This is only compilation patch for OpenGL example for GTK backend.
#4 Updated by Miroslav Fidler over 10 years ago
- Status changed from Patch ready to Approved