Re: [xml] windows build failure



On Tue, Apr 05, 2005 at 05:37:11PM -0400, Rob Richards wrote:
Trying to build 2.6.19 using VC 6++ failed due to the errors:
..\nanoftp.c(1375) : error C2065: 'XML_SOCKLEN_T' : undeclared identifier
..\nanoftp.c(1375) : error C2146: syntax error : missing ';' before 
identifier 'dataAddrLen'
..\nanoftp.c(1375) : error C2065: 'dataAddrLen' : undeclared identifier

Attached is a patch taken from nanohttp to define this if not defined.

  Hum, okay, but then I can just drop

#if defined(VMS) || defined(__VMS)
#define XML_SOCKLEN_T unsigned int
#endif

  a few lines before,

    thanks,

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]