Carsten Neumann wrote: >> Hello OpenSG-fellows, >> >> I am currently trying to compile OpenSG (dailybuild from today) in >> VS2008 (WinXP) with Gerrits gv_beta flag. >> The result is strange: >> > > hm, I don't have experience with building on windows, maybe someone here > who does that regularly might take a look, please? > One thing that comes to mind though: can you try running the script > Common/prep_gv_beta ? It does some file shuffling and I'm not sure if it > runs as part of the build (especially if scons is being used). The problem was probably caused by a circular inclusion. Here is a solution, I think:
in OpenSG/Source/Experimental/Gerrit/Base/OSGTypeBase.h I removed line 51 and 53 (#include <OSGSupportTypes.h> and #include <OSGLog.h>) and in OpenSG/Source/Experimental/Gerrit/Base/OSGTypeBase.cpp I added #include <OSGLog.h> Cheers, Volker ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
