[C++-sig] compiler limit : internal heap limit reached (msvc)

Achim Domma achim.domma at syynx.de
Sun May 19 10:23:34 CEST 2002


Hi,

I got the following error, trying to compile a boost.python extension. How
can I increase the value for /Zm using bjam ?

greetings
Achim


E:\cvsroot\boost\boost/python/data_members.hpp(37) : fatal error C1076:
compiler limit : internal heap limit reached; use /Zm to specify a higher
limit
        E:\cvsroot\boost\boost/python/data_members.hpp(25) : while compiling
class-template member function 'struct _object *__cdecl
boost::python::detail::member<struct _iobuf *,struct
MagickLib::_BlobInfo,struct boost::python::return_value_policy<struct
boost::python::copy_non_const_reference,struct
boost::python::default_call_policies> >::get(struct _iobuf
*MagickLib::_BlobInfo::* ,struct _object *,struct _object *,const struct
boost::python::return_value_policy<struct
boost::python::copy_non_const_reference,struct
boost::python::default_call_policies> &)'


    "cl"

/Zm400 -nologo -GX -c  -DHAVE_IOSFWD -DBOOST_PYTHON_DYNAMIC_LIB -DBOOST_PYTH
ON_V2  /Z7 /Od /Ob0 /GX /GR
/MDd   -I"..\..\..\libs\python\ImageMagick" -I"." -I"J:\ImageMagick-5.4.5-1.
tar\ImageMagick-5.4.5\Magick++\lib" -I"J:\ImageMagick-5.4.5-1.tar\ImageMagic
k-5.4.5" -I"E:\cvsroot\boost" -I"c:\python22\include" -I"c:\python22\PC"  -I
"D:\PROGRA~1\MICROS~2\VC98\include"   -Fo"..\..\..\libs\python\ImageMagick\b
in\ImageMagick.pyd\msvc\debug\runtime-link-dynamic\ImageMagickPython.obj"  -
Tp"ImageMagickPython.cpp"







More information about the Cplusplus-sig mailing list