home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18496 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.3 KB  |  28 lines

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