home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / x / i386unix / 243 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.3 KB

  1. Xref: sparky comp.windows.x.i386unix:243 comp.os.linux:23502
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  3. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  4. Newsgroups: comp.windows.x.i386unix,comp.os.linux
  5. Subject: Re: Xmfmf / imake problem
  6. Date: 10 Jan 1993 18:54:44 -0600
  7. Organization: Kansas State University
  8. Lines: 23
  9. Message-ID: <1iqggkINNke0@matt.ksu.ksu.edu>
  10. References: <93010.181828MXD120@psuvm.psu.edu>
  11. NNTP-Posting-Host: matt.ksu.ksu.edu
  12.  
  13. Beaker <MXD120@psuvm.psu.edu> writes:
  14.  
  15. >For some reason Imakefiles don't seem to be working on my system ( Linux w/
  16. >Xfree86 1.2 ).  The Imakefiles are from the stuff on export.lcs.mit.edu, and
  17. >I have tested them on other systems.  Here is the output I get when I run
  18. >xmkmf:
  19.  
  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.  
  27. >Any ideas what could be wrong?
  28.  
  29. Yep, it appears imake wasn't compiled to send -traditional to cpp. Without
  30. this flag, defining XCOMM as # doesn't work correctly.
  31.  
  32. I can put a new imake up for ftp if people want, since I just recompiled X
  33. today and mine works correctly.
  34.  
  35. James
  36.