home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / modula3 / 1025 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.9 KB  |  37 lines

  1. Newsgroups: comp.lang.modula3
  2. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!haven.umd.edu!decuac!pa.dec.com!src.dec.com!Geoff.Wyant@East.Sun.COM 
  3. From: Geoff.Wyant@East.Sun.COM (Geoffrey Wyant - Sun BOS SunLabs)
  4. Subject: m3bundle in the SRC Modula-3 distribution
  5. In-Reply-To: <9211110810.AA22189@skuld.informatik.uni-dortmund.de> (message from Michael Kuschke on Wed, 11 Nov 92 09:10:30 +0100)
  6. To: kuschke@skuld.informatik.uni-dortmund.de
  7. Message-ID: <9211111250.AA13247@gidney.East.Sun.COM>
  8. Cc: Geoff.Wyant@East.Sun.COM, mhb, m3
  9. Date: Wed, 11 Nov 92 07:50:31 EST
  10. Content-Length: 1336
  11. Lines: 24
  12.  
  13. > Maybe I should have been clearer when I worte that I've mixed stuff from
  14. > version 2.07 and 2.09. My main goal is to compile the zeus algorithm-animation
  15. > system which can be found on gatekeeper under /pub/DEC/Modula-3/test. Since
  16. > this stuff is in 2.09 version only have two oportunitied:
  17. >   1. Mix the official 2.07 release of the compiler and libaries and the 2.09
  18. >      stuff unter festival92        or
  19. >   2. use the "beta" release called 2.09 for all the stuff -- as far as it exist
  20. > So I first mixed 2.09er stuff under festival92 with the compiler and
  21. > libaries of version 2.07. Since that doesn't worked -- the m3bundle 
  22. > problem -- I recompiled the hole system again in the 2.09 version. Again it
  23. > doesn't worked. It seems to me as if the bundle program isn't generated and
  24. > installed if you just type "m3make -f m3makefile.... all install" for all 
  25. > the stuff you think you need.
  26.  
  27. I think you have things left from the 2.07 'm3make' release. In particular, your
  28. installed version of 'toplevel.tmpl' (in <installation dir>/lib/m3/toplevel.tmpl)
  29. may be the one distributed with 2.07. This is the file that m3make uses to generate
  30. makerules. Since bundling changed between the 2 releases the bundling rule in this
  31. file changed as well. Try rebuilding and reinstalling the 2.09 m3make release.
  32.  
  33. Hop this helps !
  34.  
  35. --geoff
  36.