Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: pine 3.96 compilation with gcc 2.7.2.3
- To: tlug@example.com
- Subject: Re: tlug: pine 3.96 compilation with gcc 2.7.2.3
- From: crash@example.com (Jason Molenda)
- Date: Sat, 22 Nov 1997 01:20:35 -0800
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <Pine.LNX.3.96LJ1.1b7.971122160627.2885C-100000@example.com>; from Craig Oda on Sat, Nov 22, 1997 at 04:11:30PM +0900
- References: <Pine.LNX.3.96LJ1.1b7.971122160627.2885C-100000@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
On Sat, Nov 22, 1997 at 04:11:30PM +0900, Craig Oda wrote: > cc -g -DDEBUG -DLNX -DSYSTYPE=\"LNX\" -DMOUSE -DKANJI -DHELPFILE -DCANNA -I/usr/include/canna -c os.c -o os.o > os.c:1064: conflicting types for `sys_errlist' > /usr/include/stdio.h:221: previous declaration of `sys_errlist' > os.c: In function `post_reap': > os.c:1765: warning: passing arg 2 of `waitpid' from incompatible pointer type > make: *** [os.o] Error 1 Pine probably defines these types explicitly; I would guess that the declaration changed between libc5 and libc6. In libc5, the definition in os.c was the same as in stdio.h; in libc6 they aren't. If pine was using an autoconf generated configure, it could have checked if there was a definition of sys_errlist et al before defining them itself. :-) You can probably hack around this by looking at the declaration of sys_errlist in os.c. Removing it would be easiest. You can most likely just ignore the waitpid noise. Jason --------------------------------------------------------------- TLUG Meeting Dec. 13, 12:30 at Tokyo station Yaesu Chuo ticket gate 13:30 Starbuck's coffee. 13:45 HSBC | info: joem@example.com At least 3 functional Sparc IPC machines will be raffled out --------------------------------------------------------------- a word from the sponsor: TWICS - Japan's First Public-Access Internet System www.twics.com info@example.com Tel:03-3351-5977 Fax:03-3353-6096
- Follow-Ups:
- Re: tlug: pine 3.96 compilation with gcc 2.7.2.3
- From: Christopher Wiles <wileyc@example.com>
- References:
- tlug: pine 3.96 compilation with gcc 2.7.2.3
- From: Craig Oda <craig@example.com>
Home | Main Index | Thread Index
- Prev by Date: tlug: pine 3.96 compilation with gcc 2.7.2.3
- Next by Date: Re: tlug: Calling all users....
- Prev by thread: tlug: pine 3.96 compilation with gcc 2.7.2.3
- Next by thread: Re: tlug: pine 3.96 compilation with gcc 2.7.2.3
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links