home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / x / i386unix / 388 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.9 KB

  1. Xref: sparky comp.windows.x.i386unix:388 comp.os.linux:25366
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!news.belwue.de!news.uni-stuttgart.de!delos!tyrell.tynet.sub.org!marsu.tynet.sub.org!wenzel
  3. From: wenzel@marsu.tynet.sub.org (Markus Wenzel)
  4. Newsgroups: comp.windows.x.i386unix,comp.os.linux
  5. Message-ID: <H.ea.LGkmlpBGZb2@marsu.tynet.sub.org>
  6. Organization: Palumbian Networks Ltd.
  7. Subject: Re: Xmfmf / imake problem
  8. References: <93010.181828MXD120@psuvm.psu.edu> <1iqggkINNke0@matt.ksu.ksu.edu>
  9. Reply-To: wenzel@marsu.tynet.sub.org
  10. X-Software: HERMES GUS 1.04 Rev. Sep  5 1992
  11. Date: Sat, 23 Jan 1993 13:06:42 MET
  12. Lines: 40
  13.  
  14. In <1iqggkINNke0@matt.ksu.ksu.edu>, James Michael Chacon writes:
  15. > Beaker <MXD120@psuvm.psu.edu> writes:
  16. > >For some reason Imakefiles don't seem to be working on my system ( Linux w/
  17. > >Xfree86 1.2 ).  The Imakefiles are from the stuff on export.lcs.mit.edu, and
  18. > >I have tested them on other systems.  Here is the output I get when I run
  19. > >xmkmf:
  20. > >mv Makefile Makefile.bak
  21. > >imake -DUseInstalled -I/usr/local/X386/lib/X11/config
  22. > >In file included from /usr/local/X386/lib/X11/config/Imake.tmpl:892, from :3:
  23. > >/tmp/IIf.a03568:1: invalid preprocessor directive name
  24. > >/tmp/IIf.a03568:23: invalid preprocessor directive name
  25. > >imake: Exit code 33.  Stop.
  26. > >Any ideas what could be wrong?
  27. > Yep, it appears imake wasn't compiled to send -traditional to cpp. Without
  28. > this flag, defining XCOMM as # doesn't work correctly.
  29. > I can put a new imake up for ftp if people want, since I just recompiled X
  30. > today and mine works correctly.
  31.  
  32. I simply escaped it:
  33.  
  34. #define     XCOMM    \#
  35.  
  36. Regards, Markus.
  37.  
  38. -- 
  39. /dev                Markus Wenzel, University of Stuttgart
  40. /usr/spool/mail     wenzel@marsu.tynet.sub.org / @rus.uni-stuttgart.de
  41. ~/.ircrc/nick       Marsu
  42.  
  43. ### check this out with users you don't like:
  44. cat >> ~luser/.cshrc
  45. alias vi 'rm \!*;unalias vi;grep -v BoZo ~/.cshrc > ~/.z;mv -f ~/.z ~/.cshrc'
  46. ^D
  47.  
  48.