home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / modula3 / 852 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.5 KB  |  56 lines

  1. Newsgroups: comp.lang.modula3
  2. Path: sparky!uunet!darwin.sura.net!wupost!gumby!yale!mintaka.lcs.mit.edu!kanga.lcs.mit.edu!dave
  3. From: dave@kanga.lcs.mit.edu (David Sternlicht)
  4. Subject: trestle...
  5. Message-ID: <1992Jul30.011206.16511@mintaka.lcs.mit.edu>
  6. Sender: news@mintaka.lcs.mit.edu
  7. Organization: MIT X CONSORTIUM
  8. Date: Thu, 30 Jul 1992 01:12:06 GMT
  9. Lines: 45
  10.  
  11. ------------------------------------------------------------
  12. Hello again modula-3 people!
  13.  
  14. I pulled the m3 X11R4 package off gatekeeper and incanted:
  15.  
  16. m3make -f m3makefile.X11R4 all install
  17.  
  18. on it (even though I have r5 installed...)
  19. This allowed me to sucessfully do:
  20.  
  21. m3make -f m3makefile.trestle all install
  22.  
  23. Great!  Now I go to trestle/apps and say:
  24.  
  25. m3make Hello
  26.  
  27. and I get the following...
  28.  
  29. /usr/local/bin/m3 -w1 -make -why -g -D../src/xvbtm3:../src/vbtm3:../src/splitm3:../src/trestlem3  -commands -o Hello Hello.m3   ../mips/libm3ui.a -lm3X11R4 -lX11 
  30. inhale ../mips/libm3ui.a
  31. inhale /usr/local/lib/m3/libm3X11R4.a
  32. inhale -lX11
  33. inhale /usr/local/lib/m3/libm3.a
  34. inhale -lm
  35.  
  36. program missing -> link Hello
  37. missing interface "Trestle" imported by:
  38.    Hello.m3  
  39. missing interface "TextVBT" imported by:
  40.    Hello.m3  
  41.  
  42. Fatal Error: incomplete program
  43.  
  44. Fatal Error: incomplete program
  45. *** Error code 255
  46. make: Fatal error: Command failed for target `Hello'
  47.  
  48. could some kind person tell me what I did wrong?
  49. I found latex documentation but so far, no man pages 
  50. for the compiler...
  51. ------------------------------------------------------------
  52.             
  53.                 dave sternlicht
  54.                 mit X consortium
  55.                 dave@expo.lcs.mit.edu
  56.