home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.windows.x:14485 comp.windows.x.apps:643 alt.sources:1772
- Newsgroups: comp.windows.x,comp.windows.x.apps,alt.sources
- Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ucla-cs!lanai.cs.ucla.edu!william
- From: william@lanai.cs.ucla.edu (William Cheng)
- Subject: Re: XPaint 2.0 Beta 2 Release Information
- Message-ID: <1992Jul28.043710.11803@cs.ucla.edu>
- Sender: usenet@cs.ucla.edu (Mr Usenet)
- Nntp-Posting-Host: lanai.cs.ucla.edu
- Organization: UCLA Computer Science Department
- References: <l76c4kINNa20@spim.mips.com>
- Date: Tue, 28 Jul 92 04:37:10 GMT
- Lines: 38
-
- In article <l76c4kINNa20@spim.mips.com> koblas@mips.com (David Koblas) writes:
- >The second beta release of XPaint 2.0 is now available for use, it can
- >be FTPed from export.lcs.mit.edu or found in a recent alt.sources
- >posting.
- >
- >From the README file:
- >-------
- >
- > XPAINT 2.0 Beta 2
- >
- >.
- >.
- >.
- >
- >There is one REQURIREMENT, which is that you have a compiler that
- >understands void* and prototypes.
-
- When I try to compile this on a SPARC running SunOS 4.1.1 with version
- 2.2.2 of gcc, I get the following error messages when compiling Options.c:
-
- gcc -g -ansi -c Operation.c
- In file included from Operation.c:18:
- /usr/include/stdlib.h:18: conflicting types for `abort'
- <built-in>:0: previous declaration of `abort'
- /usr/include/stdlib.h:26: conflicting types for `exit'
- <built-in>:0: previous declaration of `exit'
- Operation.c: In function `OperationInit':
- Operation.c:201: warning: assignment makes integer from pointer without a cast
- Operation.c:222: warning: passing arg 3 of `XtAddCallback' from incompatible
- pointer type
- make: *** [Operation.o] Error 1
-
- The only line I changed in Makefile is to add 'CC=gcc'. What am I doing
- wrong? Thanks in advance!
- --
- Bill Cheng // UCLA Computer Science Department // (310) 575-4507
- 3564-C Boelter Hall // Los Angeles, California 90024 // USA
- william@CS.UCLA.EDU ...!{uunet|ucbvax}!cs.ucla.edu!william
-