From: Elisha B. <e....@co...> - 2006-09-26 00:49:19
|
OK, Now the projects compile :) The two work-arounds were to turn off the Treat Warnings as Errors (/WX) in the VC8 project for Boost.Filesystem and to hack the build.bat file and remove the '/WX' flag. The error apparently only occurs in Boost.Filesystem in file operations.hpp. So it looks like you can turn off the /WX flag just for this one project (but that doesn't help the .jam files much). I would suggest creating a build.bat file that actually works for VC8 or to parameterize it to accept either VC71 or VC8. Otherwise us 'users' will perennially have to hack both the build.bat file, the build process itself to not use the default build.bat (for VC71) and also the VC8 project files. Is that really what you intended for us to do? One more question here about setup: how to you compile the projects in: asl\adobe-source\adobe\documentation\examples ??? Thanks, Elisha Berns |