Boost logo

Boost :

From: abbrd_at_[hidden]
Date: 2001-08-20 07:05:22


--- In boost_at_y..., max.anziutti_at_r... wrote:
> I have downloaded boost graph library and tried to compile the
> examples on various compilers:
> On Microsoft VC 6 SP5 i get an internal compiler error (like the
ones
> reported in the post). And this should be a compiler bug.
>
> On Microsoft VC 7 i get lots of sintax errors
> On Borland 5.5 i get other sintax errors
>
> Should i modify library source??? Or should i change compiler? Am i
> doing something wrong???
>
> I tried to compile dijkstra.cpp and some other example with same
> results....
>
> Thanks in advance
>
> max

On Microsoft VC 6 SP5 you need to set the CL environment variable to
increase your compiler limits. Use '/Zm' to scale the total size of
all the limits. For example, when '/Zm200' is specified, the total of
all heap size limit is 210MB. Try some values. - Look at
http://www.boost.org/status/compiler_status.html to check all your
results.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk