From: Braden M. <br...@en...> - 2011-08-23 14:53:00
|
On Tue, 2011-08-23 at 11:23 +0200, Nico Nadalin wrote: > Good morning > > Here are the versions of components I used : > -Visual C++ 2010 Express > -openvrml-0.18.8 > -boost_1_47 > -lpng154 > -ft246 > -SDL-devel-1.2.14-VC8 (seems to not exist for VC10) > -zlib125 > -xulrunner-6.0b5 > Here are the main compilation errors/warnings I get : > warning: > C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.Targets(1200,9): warning : The referenced project '..\local\libopenvrml-dl\openvrml-dl.vcxproj' does not exist. Whoops. That's a packaging bug. For the moment, my best suggestion is just to grab this file from svn. > errors: > C:\Program Files\boost\boost_1_47\boost/multi_index/detail/scope_guard.hpp(122): error C3083: 'mpl' : the symbol at the left of '::' must be a type (translated from french message) This is a problem introduced by Boost 1.47. You can either use Boost 1.46, or you can get OpenVRML from svn, where this has been fixed already. I'd suggest using: http://svn.openvrml.org/svnroot/openvrml/branches/0.18 I will try to release 0.18.9 this weekend which will address both of these issues. -- Braden McDaniel <br...@en...> |