Hi, [email protected] wrote: > Hi, > > I've build OpenSg2 with the changes from revision 1649. I've found 2 > errors: > - all debug projects for VC2005 64bit where compiled with /MD instead of > /MDd (but in the CMake GUI there still stands /MDd)
than the cmake gui is wrong, debug projects should be /MD, only the debugrt targets should be /MDd. This corresponds to the current scons targets. > - I couldn't compile OSGContribVTK - VTK was built as static libs. > Attached are the errors... Hmm, I'm not sure if we tell VTK it should use dll's or static libs. If we don't and VTK figures it out internally you would have use a dynamically build VTK. I'll try to have a look, but I won't have a windows environment until I'm back in office next week. kind regards, gerrit ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
