home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!cs.tu-berlin.de!ole!cvcg
- From: cvcg@cs.tu-berlin.de ( )
- Newsgroups: comp.windows.x
- Subject: Re: Xpaint 2.0 compile error
- Date: 21 Jan 1993 14:59:19 GMT
- Organization: Technical University of Berlin, Germany
- Lines: 28
- Distribution: world
- Message-ID: <CVCG.93Jan21155917@ole.cs.tu-berlin.de>
- References: <1ip7duINN47g@ensta.ensta.fr>
- NNTP-Posting-Host: ole.cs.tu-berlin.de
- In-reply-to: bouyer@babette.ensta.fr's message of 10 Jan 1993 13:13:33 GMT
-
-
- In article 7556, Roland Besserer writes:
- >Just downloaded and tried to compile xpaint 2.0 (have had xpaint 1.0
- >for a while) and I get:
- >
- >Operation.c: In function `okLineCallback':
- >Operation.c:90: `XtNleftBitmap' undeclared (first use this function)
- >Operation.c:90: (Each undeclared identifier is reported only once
- >Operation.c:90: for each function it appears in.)
-
-
- > On my sun3, I had to include the file SmeBSB.h (file of the Xaw librarie) in
- > Operation.c. There are anothers problems with math.h i've not solved.
-
-
- On my Sun4 the same Problem occured. To solve it I removed the two Files
- FontSelect and Colormap from the Makefile dependencies and compiled them
- with
- gcc -c FonSelect.c and gcc -c Colormap.c
- separately.
-
- Afterwards I started make on the original makefile.
-
- I hope it help's.
-
- Ciao Oliver
-
-
-