Re: [wxVTK] wxVTK X11 fix
Brought to you by:
malat
From: Philip S. <oh...@vt...> - 2007-01-31 23:39:56
|
Does it cause it to fail when compiling or fail at run time? On Wednesday 31 January 2007 1:46 pm, David Akers wrote: > Hi there, > > I just thought I would report a typo in wxVTKRenderWindowInteractor.cxx > > Line 315: > #if defined(__WXGTK__) || defined(__WXX11) > should be: > #if defined(__WXGTK__) || defined(__WXX11__) > > (The two trailing underscores were missing.) > > This has been causing wxVTK to fail on X11. > > Cheers! > > Dave > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wxvtk-users mailing list > Wxv...@li... > https://lists.sourceforge.net/lists/listinfo/wxvtk-users |