home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!ukma!darwin.sura.net!haven.umd.edu!wam.umd.edu!nebel
- From: nebel@wam.umd.edu (Chris D. Nebel)
- Subject: Aaaaargh! MPW C++ help needed!
- Message-ID: <1992Nov17.023541.7809@wam.umd.edu>
- Sender: usenet@wam.umd.edu (USENET News system)
- Nntp-Posting-Host: rac1.wam.umd.edu
- Organization: University of Maryland, College Park
- Date: Tue, 17 Nov 1992 02:35:41 GMT
- Lines: 16
-
- I've been translating a large Pascal project into C++, and it's actaully been
- going quite well, all things considered. Yesterday, however, I ran into a
- very perplexing problem: one module simply won't compile. CFront dies
- partway through the #includes (it makes it past all the Mac includes, all 23
- of them, and gags after about 20 of the 30 project includes) with the error
- "internal error: free store exhausted". (It reports the error at a line
- inside one of the included files.) At first I thought it was running out
- of memory, but even after an additional 10MB of partition space (for a grand
- total of 22MB!), it still died in the exact same place, so that theory seems
- out. I tried commenting out that include, but the same error appeared in
- another place. Does anyone have any clue as to what's going on, and more
- importantly, how to fix it?
-
- Desperately,
-
- Chris Nebel
-