On Thu, 2009-12-31 at 14:24 +0000, Doug wrote: > On 30/12/09 14:54, Kornel Benko wrote: > > Am Mittwoch 30 Dezember 2009 schrieb Doug: > >> /home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:18 > >> 1: error: ‘WX_GL_RGBA’ was not declared in this scope > >> > > > > Here (ubuntu 9,10) it is defined in /usr/include/wx-2.8/wx/glcanvas.h, > > which on my system is in package wx2.8-headers. > > > > Don't know about mandrake. > > > > Kornel > > > Here it's also defined in /usr/include/wx-2.8/wx/glcanvas.h > but this doesn't seem to be picked up by cmake and make.
wxWidgets should be compiled passing --with-opengl as an argument to configure for these definitions. Do you know if your wxWidgets was compiled this way? -James -- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
