fatal error C1204: compiler limit : internal structure overflow
Hi, I get this error with VC7: "fatal error C1204: compiler limit : internal structure overflow". I remember that there should be a flag to change this internal structure, but I can't remember what the flag was and how to pass it to bjam. Any hint? thanks Achim
--- Achim Domma <achim.domma@syynx.de> wrote:
I get this error with VC7: "fatal error C1204: compiler limit : internal structure overflow". I remember that there should be a flag to change this internal structure, but I can't remember what the flag was and how to pass it to bjam. Any hint?
I am afraid there is no flag for this. You might be thinking of the /Zm option, but that is a different error. Most likely the only way out is to split your module into pieces. Related message: http://mail.python.org/pipermail/c++-sig/2002-October/002345.html Ralf __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/
participants (2)
-
Achim Domma -
Ralf W. Grosse-Kunstleve