On 03.05.2012 10:11, MacArthur, Ian (SELEX GALILEO, UK) wrote: > I can't check Jenkins from here (due to my ongoing inablility to sneak around > the security firewall here at work...) to see what it says, but when I do a > build here it dies with....
There's no MinGW build for FLTK 3 yet on Jenkins, but it fails here with the same errors: > Compiling fltk3/vertex.cxx... > ../include/fltk3/Device.h: In member function `virtual void > fltk3::GDIGraphicsDriver::gap()': > ../include/fltk3/Device.h:118: error: `int fltk3::GraphicsDriver::n' is > private > fltk3/vertex.cxx:273: error: within this context > ../include/fltk3/Device.h:118: error: `int fltk3::GraphicsDriver::n' is > private > fltk3/vertex.cxx:273: error: within this context ... > ... etc ... > > > Is this peculiar to my build, or are others seeing this too? > > FWIW, the OSX build I did earlier seemed to be fine, so this may be WinXX or > mingw specific. Hmm, the Vista VisualC2010 build reports success (at 9440), but fails as well with these errors. Matthias, still not correct error checking for MS-VC builds? FWIW, here are a few errors from the VC build for reference: vertex.cxx ..\..\src\fltk3\vertex.cxx(273): error C2248: 'fltk3::GraphicsDriver::n' : cannot access private member declared in class 'fltk3::GraphicsDriver' [C:\jenkins\workspace\FLTK_3.0_MSVista_VisualC2010\ide\VisualC2010\fltk3.vcxproj] C:\jenkins\workspace\FLTK_3.0_MSVista_VisualC2010\include\fltk3/Device.h(118) : see declaration of 'fltk3::GraphicsDriver::n' C:\jenkins\workspace\FLTK_3.0_MSVista_VisualC2010\include\fltk3/Device.h(93) : see declaration of 'fltk3::GraphicsDriver' ..\..\src\fltk3\vertex.cxx(273): error C2248: 'fltk3::GraphicsDriver::gap_' : cannot access private member declared in class 'fltk3::GraphicsDriver' [C:\jenkins\workspace\FLTK_3.0_MSVista_VisualC2010\ide\VisualC2010\fltk3.vcxproj] C:\jenkins\workspace\FLTK_3.0_MSVista_VisualC2010\include\fltk3/Device.h(118) : see declaration of 'fltk3::GraphicsDriver::gap_' C:\jenkins\workspace\FLTK_3.0_MSVista_VisualC2010\include\fltk3/Device.h(93) : see declaration of 'fltk3::GraphicsDriver' ..\..\src\fltk3\vertex.cxx(273): error C2248: 'fltk3::GraphicsDriver::p' : cannot access private member declared in class 'fltk3::GraphicsDriver' [C:\jenkins\workspace\FLTK_3.0_MSVista_VisualC2010\ide\VisualC2010\fltk3.vcxproj] C:\jenkins\workspace\FLTK_3.0_MSVista_VisualC2010\include\fltk3/Device.h(119) : see declaration of 'fltk3::GraphicsDriver::p' C:\jenkins\workspace\FLTK_3.0_MSVista_VisualC2010\include\fltk3/Device.h(93) : see declaration of 'fltk3::GraphicsDriver' Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
