home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.modula3
- Path: sparky!uunet!darwin.sura.net!wupost!gumby!yale!mintaka.lcs.mit.edu!kanga.lcs.mit.edu!dave
- From: dave@kanga.lcs.mit.edu (David Sternlicht)
- Subject: trestle...
- Message-ID: <1992Jul30.011206.16511@mintaka.lcs.mit.edu>
- Sender: news@mintaka.lcs.mit.edu
- Organization: MIT X CONSORTIUM
- Date: Thu, 30 Jul 1992 01:12:06 GMT
- Lines: 45
-
- ------------------------------------------------------------
- Hello again modula-3 people!
-
- I pulled the m3 X11R4 package off gatekeeper and incanted:
-
- m3make -f m3makefile.X11R4 all install
-
- on it (even though I have r5 installed...)
- This allowed me to sucessfully do:
-
- m3make -f m3makefile.trestle all install
-
- Great! Now I go to trestle/apps and say:
-
- m3make Hello
-
- and I get the following...
-
- /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
- inhale ../mips/libm3ui.a
- inhale /usr/local/lib/m3/libm3X11R4.a
- inhale -lX11
- inhale /usr/local/lib/m3/libm3.a
- inhale -lm
-
- program missing -> link Hello
- missing interface "Trestle" imported by:
- Hello.m3
- missing interface "TextVBT" imported by:
- Hello.m3
-
- Fatal Error: incomplete program
-
- Fatal Error: incomplete program
- *** Error code 255
- make: Fatal error: Command failed for target `Hello'
-
- could some kind person tell me what I did wrong?
- I found latex documentation but so far, no man pages
- for the compiler...
- ------------------------------------------------------------
-
- dave sternlicht
- mit X consortium
- dave@expo.lcs.mit.edu
-