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

  1. Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!cs.tu-berlin.de!ole!cvcg
  2. From: cvcg@cs.tu-berlin.de ( )
  3. Newsgroups: comp.windows.x
  4. Subject: Re: Xpaint 2.0 compile error
  5. Date: 21 Jan 1993 14:59:19 GMT
  6. Organization: Technical University of Berlin, Germany
  7. Lines: 28
  8. Distribution: world
  9. Message-ID: <CVCG.93Jan21155917@ole.cs.tu-berlin.de>
  10. References: <1ip7duINN47g@ensta.ensta.fr>
  11. NNTP-Posting-Host: ole.cs.tu-berlin.de
  12. In-reply-to: bouyer@babette.ensta.fr's message of 10 Jan 1993 13:13:33 GMT
  13.  
  14.  
  15.    In article 7556, Roland Besserer writes:
  16.    >Just downloaded and tried to compile xpaint 2.0 (have had xpaint 1.0
  17.    >for a while) and I get:
  18.    >
  19.    >Operation.c: In function `okLineCallback':
  20.    >Operation.c:90: `XtNleftBitmap' undeclared (first use this function) 
  21.    >Operation.c:90: (Each undeclared identifier is reported only once 
  22.    >Operation.c:90: for each function it appears in.) 
  23.  
  24.  
  25. >   On my sun3, I had to include the file SmeBSB.h (file of the Xaw librarie) in
  26. >   Operation.c. There are anothers problems with math.h i've not solved.
  27.  
  28.  
  29. On my Sun4 the same Problem occured. To solve it I removed the two Files
  30. FontSelect and Colormap from the Makefile dependencies and compiled them
  31. with
  32.   gcc -c FonSelect.c and gcc -c Colormap.c
  33. separately.
  34.  
  35. Afterwards I started make on the original makefile. 
  36.  
  37. I hope it help's.
  38.  
  39. Ciao Oliver
  40.  
  41.  
  42.