home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20446 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  2.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!olivea!spool.mu.edu!agate!apple!mumbo.apple.com!gallant.apple.com!wintermute.apple.com!user
  2. From: ksand@apple.com (Kent Sandvik )
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: ETO#9 MacApp won't build - C - Fatal Error : 407
  5. Message-ID: <ksand-301292134859@wintermute.apple.com>
  6. Date: 30 Dec 92 21:51:53 GMT
  7. References: <1992Dec29.211429.28535@cs.tulane.edu> <1992Dec29.225510.11821@verity.com> <1992Dec29.234245.13507@reed.edu>
  8. Sender: news@gallant.apple.com
  9. Followup-To: comp.sys.mac.programmer
  10. Organization: (Evil Eye Creature from Mars, Inc.)
  11. Lines: 35
  12.  
  13. In article <1992Dec29.234245.13507@reed.edu>, bowman@reed.edu (Mr. Stress
  14. Tensor) wrote:
  15. > In article <1992Dec29.225510.11821@verity.com> anders@verity.com (Anders Wallgren) writes:
  16. > >In article <1992Dec29.211429.28535@cs.tulane.edu> Jeff E Mandel,
  17. > >mandel@tmc.tulane.edu writes:
  18. > >># C - Fatal Error : 407
  19. > >># could not proceed, BAD VERSION NUMBER in Dump file
  20. > >># No error (OS error 0)
  21. > >You should delete all dump files created by previous versions of
  22. > >the compiler and let the new compiler regenerate them.
  23. > Unless I'm mistaken, all you *really* need to do is add an "-e" to your
  24. > command line.
  25.  
  26. From Cplus 411:
  27.     -e                      # write preprocessor results to output
  28.  
  29. No, there are no magic flags to tell MPW C++ to reproduce a dump file,
  30. unless you write a fancy dependency somewhere in the makefile. Yes,
  31. I've pointed this out to the compiler people, because during the N versions
  32. of MacApp 3.0 alpha/beta versions this was a known gotcha, and it
  33. would be nice if the compiler either warned about this, or generated
  34. a new dump file using a special flag.
  35.  
  36. Anders is right, delete any folders inside your "{MALoadFiles}" folder
  37. and start afresh. In addition, if any of you see cases where the compiler
  38. barfs in Geometry.h, this is another possible example of where the dump
  39. files
  40. needs to be re-generated.
  41.  
  42. Kent
  43. -------------------
  44. Kent Sandvik (UUCP: ....!apple!ksand; INTERNET: ksand@apple.com)
  45. DISCLAIMER: Private activities on the Net.        
  46. "Don't just do something!  Stand there!"  -- Mystery Science Theater 3000
  47.