POV-Ray : Newsgroups : povray.programming : Compiling 3.7 RC7 with Visual Studio Express 2012 : Re: Compiling 3.7 RC7 with Visual Studio Express 2012 Server Time
29 Apr 2024 19:28:12 EDT (-0400)
  Re: Compiling 3.7 RC7 with Visual Studio Express 2012  
From: clipka
Date: 13 Nov 2015 17:12:29
Message: <5646604d@news.povray.org>
Am 05.06.2013 um 14:03 schrieb scott:
> There are a few steps I needed to take to get this to work correctly.
> This isn't necessarily the best way or the only way, it's simply what I
> did to get it working.
> 
> 1. Open the solution in the windows\vs10 folder with VS Express 2012

> 3. Open the configuration manager, uncheck the Build option for cmedit,
> codemax and console (you'll need to do this for the combination of
> debug/release and 32bit/64bit that you want to build)




> 6. Open syspovconfig.h from the VFE\vfewin project and fix line 122
> (gets messed up with steps 4 and 5), it should read #include
> <boost/shared_ptr.hpp>
> 7. Open msvc.h from the VFE\vfewin project and delete the #error on line
> 164 and copy the #defines from the previous #elif in its place (and you

> 8. For the toFloat, eLut and b44ExpLogTable projects under OpenEXR
> Libraries; open the project properties and under Custom Build Step set
> Execute After to BscMake
> 9. Open unordered_map.hpp from the Generic POV-Ray\povbackend project

> BOOST_NO_0X_HDR_INITIALIZER_LIST at line 11

Just wondering whether anyone is still using Visual Studio Express 2012
and might want to try building the current master branch?

If so, I'd love to know whether you can get away now with performing
only steps 1-3, 7 and 9.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.