I'm writing this up so that people who aren't cmake experts have a note about this workaround.

For my next trick, I tried building this on Windows using Visual C++. After some blundering around, I found that adding /bigobj flag to CMAKE_CXX_FLAGS (edit the field in the cmake GUI--it is one of the "advanced" options) makes the build go, but only on Visual Studio 2005 and later.

MS acknowledges the problem and recognizes that machine-generated code may trigger it in the page at <http://msdn.microsoft.com/en-us/library/ms173499(VS.80).aspx >.

Reported at <http://code.google.com/p/osgswig/issues/detail?id=13>.

Randolph Fritz
  design machine group
  architecture department
  university of washington
[EMAIL PROTECTED]

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to