Hello, I'm trying to compile neon-0.26.2 .Everything compiles fine in Win32 , however under Kubuntu, I'm getting some problems.
I have zLib and expat libraries already installed. I'm not doing anything complicated. Just: ./configure and make But the output is: /bin/sh ..//libtool --quiet --mode=compile gcc -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -DNE_LFS -I../ -g -O2 -c ne_request.c -o ne_request.lo ne_request.c: In function 'aborted': ne_request.c:231: error: syntax error before 'NE_FMT_SSIZE_T' ne_request.c: In function 'body_string_send': ne_request.c:318: warning: incompatible implicit declaration of built-in function 'memcpy' ne_request.c: In function 'body_fd_send': ne_request.c:351: warning: incompatible implicit declaration of built-in function 'strcpy' ne_request.c:353: error: syntax error before 'NE_FMT_OFF64_T' ne_request.c: In function 'send_request_body': ne_request.c:406: error: syntax error before 'NE_FMT_SSIZE_T' ne_request.c:422: error: syntax error before 'NE_FMT_SSIZE_T' ne_request.c: In function 'set_body_length': ne_request.c:508: error: syntax error before 'NE_FMT_OFF64_T' ne_request.c: In function 'read_response_block': ne_request.c:765: error: 'ULONG_MAX' undeclared (first use in this function) ne_request.c:765: error: (Each undeclared identifier is reported only once ne_request.c:765: error: for each function it appears in.) ne_request.c:765: error: 'UINT_MAX' undeclared (first use in this function) ne_request.c:791: error: syntax error before 'NE_FMT_SIZE_T' ne_request.c:805: error: syntax error before 'NE_FMT_SSIZE_T' ne_request.c:810: error: syntax error before 'NE_FMT_SSIZE_T' ne_request.c: In function 'build_request': ne_request.c:870: warning: incompatible implicit declaration of built-in function 'strlen' ne_request.c: In function 'read_status_line': ne_request.c:936: warning: incompatible implicit declaration of built-in function 'memset' ne_request.c:940: warning: incompatible implicit declaration of built-in function 'strlen' ne_request.c: In function 'add_response_header': ne_request.c:1102: warning: incompatible implicit declaration of built-in function 'strlen' ne_request.c:1110: warning: incompatible implicit declaration of built-in function 'memcpy' ne_request.c: In function 'read_response_headers': ne_request.c:1139: warning: incompatible implicit declaration of built-in function 'strlen' ne_request.c: In function 'ne_begin_request': ne_request.c:1304: error: 'LONG_LONG_MAX' undeclared (first use in this function) make[1]: *** [ne_request.lo] Error 1 make[1]: Leaving directory `...../neon-0.26.1/src' make: *** [subdirs] Error 2 Can you help me ? Best regards, Petar -- ------------------------------------------------------------- Petar Petrov, Software Research & Development --- Skype Contact: necroleak E-Mail: [EMAIL PROTECTED] ---- B.E.R.S Software www.bers-soft.com _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
