home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / tcl / 2134 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  2.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!swrinde!emory!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!mailgzrz.tu-berlin.de!garfield
  2. From: garfield@cs.tu-berlin.de (Sven Delmas)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: xf1.4 on IBM RS/6000 - fails in "make misc"
  5. Date: 17 Dec 1992 12:25:57 GMT
  6. Organization: Techn. Univ. Berlin (Germany)
  7. Lines: 35
  8. Message-ID: <GARFIELD.92Dec17132557@avalanche.cs.tu-berlin.de>
  9. References: <BzE5Lo.HEB@well.sf.ca.us>
  10. NNTP-Posting-Host: avalanche.cs.tu-berlin.de
  11. In-reply-to: nlane@well.sf.ca.us's message of Thu, 17 Dec 1992 06:48:59 GMT
  12. To: 
  13.  
  14. In article <BzE5Lo.HEB@well.sf.ca.us> nlane@well.sf.ca.us (Nathan D. Lane) writes:
  15.  
  16.    I have retrieved xf-1.4 from barkley.berekeley.edu and am trying to
  17.    compile (?) it on the IBM RS-6000.  I have tk2.3 and tcl6.4 compiled
  18.    and working just fine on the IBM.  However, when the makefile for 
  19.    xf gets to "installing: makexf", I get a raft of errors:
  20.  
  21.    installing: makexf
  22.    "xf.sh", line 1.1: 1288-218 (W) Unknown preprocessing directive !.
  23.    "xf.sh", line 2.3: 1288-218 (W) Unknown preprocessing directive This.
  24.    "xf.sh", line 8.3: 1288-218 (W) Unknown preprocessing directive configure.
  25.    "xf.sh", line 10.3: 1288-218 (W) Unknown preprocessing directive where.
  26. This seems to be a problem with your cpp (or my installation routine
  27. :-). If you have an alternative cpp (like gnus cpp) please try this
  28. one. Edit the Makefile target: "makexf". Just replace /lib/cpp with
  29. the alternative cpp command. 
  30.  
  31.    Then, one it gets down to making misc, it says "don't know how to make
  32.    misc" - checked the makefile and it looks fine (e.g., it's there) and
  33.    looks the same as the other targets.
  34. Jup. This is a small bug in the Makefile. There is a patch named
  35. xf1.4-patch, that should be available at the site where you grabbed
  36. xf. You can also change this by hand. Just remove the "; \" at the end
  37. of the target: "BuildAbout" (right before the target: "misc").  
  38.  
  39. Sven
  40.  
  41.  
  42. --
  43. ----
  44.   Sven Delmas (Techn. Univ. Berlin)
  45.     garfield@cs.tu-berlin.de
  46. ----
  47.   For every problem there is a solution which is simple, clean and wrong.
  48.                                                   Henry Louis Mencken
  49.