Re: GARNOME Preview Four: "Perdon; estoy buscando mis pantalones."
- From: Daniel Veillard <veillard redhat com>
- To: "Dan M." <daniel_b_mann hotmail com>
- Cc: jdub perkypants org, desktop-devel-list gnome org
- Subject: Re: GARNOME Preview Four: "Perdon; estoy buscando mis pantalones."
- Date: Wed, 13 Mar 2002 03:30:12 -0500
On Tue, Mar 12, 2002 at 08:46:06PM -0500, Dan M. wrote:
> Any Ideas?
>
>
> nanohttp.c: In function `xmlNanoHTTPConnectAttempt':
> nanohttp.c:794: `len' undeclared (first use in this function)
> nanohttp.c:794: (Each undeclared identifier is reported only once
> nanohttp.c:794: for each function it appears in.)
> make[10]: *** [nanohttp.lo] Error 1
The configure failed to detect socklen_t in your system
What OS confguration are you running on ? That part had been
that way for months and months and that's the first time I
get a report on this.
Try the enclosed patch,
Daniel
--
Daniel Veillard | Red Hat Network https://rhn.redhat.com/
veillard redhat com | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
Index: nanohttp.c
===================================================================
RCS file: /cvs/gnome/gnome-xml/nanohttp.c,v
retrieving revision 1.49
diff -c -r1.49 nanohttp.c
*** nanohttp.c 31 Dec 2001 16:15:57 -0000 1.49
--- nanohttp.c 13 Mar 2002 08:29:32 -0000
***************
*** 78,83 ****
--- 78,89 ----
#define SOCKET int
#endif
+ #ifndef SOCKLEN_T
+ #define SOCKLEN_T unsigned int
+ #endif
+ #ifndef SOCKET
+ #define SOCKET int
+ #endif
#ifdef STANDALONE
#define DEBUG_HTTP
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]