From: <syn...@gm...> - 2006-09-25 21:26:37
|
Elisha Berns wrote: > I have tested repeatedly the automated build scripts for ASL on Win32 using > both VC71 and VC80 and neither works. The script downloads, unzips and > patches and then cannot build several targets. Using the VC80 solution > file(s) does not work either (see attached file). > > Can someone either fix these issues in the sources or help me resolve the > issues? > > Thanks, > > Elisha Berns > > > ------------------------------------------------------------------------ > > ------ Build started: Project: widgets, Configuration: Debug Win32 ------ > Compiling... > checkbox.cpp > checkbox_factory.cpp > client_assembler.cpp > c:\libraries\asl\adobe-source\third_party\boost_tp\boost\boost\filesystem\operations.hpp : error C2220: warning treated as error - no 'object' file generated Some warnings are handled as errors which breaks your build. You could remove this more pedantic behavior in the project settings or in the makefiles by searching for /we flags. Peter |