Hi Philip, The wrappers are built after osgDB so enabling them won't have any effect on the build errors you saw. The build errors were related to the standard libraries ostream/istream implementations, so I'd guess that it could well be a problem with mingw's version of gcc 3.4 and it's standard library.
Robert. On Tue, Mar 24, 2009 at 3:37 AM, Philip Lowman <[email protected]> wrote: > On Mon, Mar 23, 2009 at 12:41 PM, Csaba Halász <[email protected]>wrote: > >> On Mon, Mar 23, 2009 at 5:36 PM, Robert Osfield >> <[email protected]> wrote: >> > Hi Philip, >> > >> > Thanks for posting the MinGW build to the dashboard. The wstream and >> > wistream errors are a bit peculiar, osgDB itself doesn't use these >> keywords >> > at all so I presume it's some internal mapping that your MinGW setup is >> > introducing. Csaba's fixing issues under Mingw but some are later in >> the >> > build than osgDB::ReaderWriter where your errors are being reported >> from, >> > soo.. it would seem that Csaba's MinGW build isn't havin the same >> problems. >> > >> > I don't know what to make of these errors, so I'll have to yourself and >> > others with access to MinGW for a resolution. >> >> Apparently Philip is using gcc 3.4, while my builds are done with >> 4.2.1 (for the cross-compile) and 4.3.0 (for the native). This might >> explain the different errors. > > > Are you enabling BUILD_OSG_WRAPPERS? This might also account for the > difference. I noticed my build errors are in osgIntrospection. > http://www.cdash.org/CDashPublic/viewBuildError.php?buildid=15265 > > My initial cache settings are here if you want to compare. > http://www.cdash.org/CDashPublic/viewNotes.php?buildid=15265 > > I'm not bent on supporting MinGW 3.4, I just happened to have that build > environment available as I use it on other dashboards so I enabled it. If > it turns out GCC 3.4 is causing the problem I'll have a look at trying to > fix it but I'm not going to loose any sleep over it especially if 4.2/4.3 is > considered stable. :) > > -- > Philip Lowman > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
