1.27 BGL and VC++7.0 compilation problem
I am having trouble compiling the Graph library with VC++7.0 (.NET) - I'm getting "INTERNAL_COMPILER_ERROR". The problem has to do with the is_array definition in composite_traits.hpp. Has anyone else encountered this problem - perhaps there are some compiler switches that I can set... TIA Mark Kruger
Are you using a Win9x system? When I had these same problems under VC6 with Win9x, I had to set one of the compiler switches to allocate more heap space to compile templates. I used the /Zm flag. Normally the switch is defaulted to /Zm500 (although this isn't shown in the settings). I found putting a /Zm750 usually solved any problems I was having. If you go much beyond /Zm1000 on a Win9x system, you'll run out of heap space though. Best regards, Brandon elgatomoses wrote:
I am having trouble compiling the Graph library with VC++7.0 (.NET) - I'm getting "INTERNAL_COMPILER_ERROR". The problem has to do with the is_array definition in composite_traits.hpp. Has anyone else encountered this problem - perhaps there are some compiler switches that I can set...
TIA Mark Kruger
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
participants (2)
-
BRANDON C CORFMAN
-
elgatomoses