Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2003 09:38:51 +1000 (EST)
From:      Tony Maher <tonymaher@optushome.com.au>
To:        arved@freebsd.org
Cc:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/51709: Port update (maintainer): biology/ncbi-toolkit
Message-ID:  <200305042338.h44Ncp9D044471@dt.home>
In-Reply-To: <200305042110.h44LA2rV046123@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

thanks for looking at this.

> gcc -pipe -pthread -O -c  -I../include -I/usr/X11R6/include -L/usr/X11R6/lib -DWIN_MOTIF ncbimsg.c
> ncbimsg.c: In function `GetOneChar':
> ncbimsg.c:498: syntax error before "rfds"
> ncbimsg.c:500: `rfds' undeclared (first use in this function)
> ncbimsg.c:500: (Each undeclared identifier is reported only once
> ncbimsg.c:500: for each function it appears in.)
> *** Error code 1

This error messages is very familiar!  Did the patches apply correctly?
The patch file "files/patch-ncbilcl.fbd" fixes this bug by adding 

#define _XOPEN_SOURCE 600  /* req. for 5.0 */
#include <sys/select.h>    /* req. for 5.0.  fd_set def. moved from types.h */

(and it does not affect building on 4.8-stable).

I have just reapplied the patch I sent in on the original copy of ncbi-toolkit
and scp ncbi-toolkit to the 5.0 machine. I have just rebuilt on both my
stable and current machines without any problems.
And to be extra sure I have downloaded patch of web page and compared it to
my copy - they are identical.

thanks
--
tonym



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305042338.h44Ncp9D044471>