home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aux / 4369 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.8 KB  |  41 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!agate!iat.holonet.net!jflood
  3. From: jflood@iat.holonet.net (Jim Flood)
  4. Subject: Re: How to get MPW to work correctly on an A/UX volume?
  5. Message-ID: <BzG3n8.34w@iat.holonet.net>
  6. Organization: HoloNet National Internet Access BBS: 510-704-1058/modem
  7. References: <1992Dec16.040036.3300@cheshire.oxy.edu>
  8. Date: Fri, 18 Dec 1992 08:01:54 GMT
  9. Lines: 30
  10.  
  11. > As anyone who has used MPW knows, "/" is a character that is
  12. > used in scripting language for regular expressions. I have a
  13. > serious need to run MPW off of an A/UX disk, which means, of
  14. > course, that all full pathnames begin with "/:". This just
  15. > confuses the hell out MPW and causes it to barf forth with
  16. > the error message "/s must occur in pairs", which is of no
  17. > help at all. 
  18.  
  19. I have been trying to use MPW to do some work on an A/UX system for a
  20. couple of weeks now. I don't have too much trouble having the "/"
  21. in file and directory names because I quote filename shell variables out of 
  22. habit (e.g. "{Quoted}" vs. {NotQuoted}). This should prevent the "/s must
  23. occur in pairs".
  24.  
  25. The trouble I have is that I can't seem to use MPW as anything other than
  26. a powerful text editor, which is too bad because I would prefer MPW to
  27. the unix shell. For example, the MPW make program has some things lacking
  28. in unix make such as directory dependency rules.
  29.  
  30.  
  31. Also, from the A/UX Developer's Tools CD Readme file:
  32.  
  33. "One of the problems you will encounter if you use a Unix file system to
  34. hold the source code for an application you are building with MPW is that
  35. the behavior of the time and date stamp will be different than for a Macintosh
  36. volume. This will cause the MPW Build command to incorrectly assume that
  37. some components have been modified when in fact they have not."
  38.  
  39.  
  40. Jim Flood
  41.