home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / oop / macapp3 / 613 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.9 KB  |  51 lines

  1. Newsgroups: comp.sys.mac.oop.macapp3
  2. Path: sparky!uunet!netnews!wgi@aplcomm.jhuapl.edu
  3. From: wgi@aplcomm.jhuapl.edu (W. G. Innanen)
  4. Subject: "MABuild -autobuild" with C/C++
  5. Message-ID: <C1J2y5.558@netnews.jhuapl.edu>
  6. Sender: usenet@netnews.jhuapl.edu
  7. Organization: JHU/APL
  8. Date: Wed, 27 Jan 1993 19:46:53 GMT
  9. Lines: 40
  10.  
  11. I'm having difficulty in figuring out how to go about doing a 
  12. "MABuild -autobuild" on a system that has only C and C++ compilers.  
  13. I have the CD-ROM C/C++ MPW bundle (v3.2.3) with the floppy update 
  14. to v3.2.4, and the MacApp 3.0.1 CD-ROM bundle.  
  15.  
  16. In trying to do various things, I found that I was unable to do 
  17. an autobuild of the MacApp library:
  18.  
  19.     MABuild NewApp -autobuild -TwoOhTemplateViews
  20.  
  21. The system came back with a terminal error because I have no 
  22. Pascal compiler.  In checking around I found that there was one 
  23. lonely Pascal source file in the Libraries, "UPascalTool.inc1.p."  
  24. It seems to be related to building MPW tools in Object Pascal, 
  25. so I figured I could do without it.  However when I removed it 
  26. and tried again, the fact that it was missing caused an error.  
  27. I was unable to find where that source file is referenced.
  28.  
  29. I was able to continue with my project by locating the ".S7Te2T" 
  30. precompiled library from the CD-ROM, but it bothers me that I 
  31. can't autobuild with just C/C++.   Also, I have to play games with 
  32. the MABuild parameters in order avoid autobuilding and use the 
  33. precompiled libraries.  E.g. use:
  34.  
  35.     MABuild NewApp -TwoOhTemplateViews -Sym -debug
  36.  
  37. instead of 
  38.  
  39.     MABuild NewApp -TwoOhTemplateViews -debug
  40.  
  41. Does anyone know a way around this problem?  Am I missing 
  42. something obvious?  I probably am. :-(   Any help/advice 
  43. would be appreciated.
  44.  
  45. Bill
  46. --
  47. Bill Innanen             (Internet) wgi@aplcomm.jhuapl.edu
  48. Johns Hopkins University        Applied Physics Laboratory
  49. #include <stdDisclaimers.h>   /* Unless otherwise noted */
  50.  
  51.