search for: apr_network_io

Displaying 3 results from an estimated 3 matches for "apr_network_io".

2006 Mar 30
3
[LLVMdev] Running LLVM Analysis on real-world projects.
...ove mentioned setup. /bin/sh /httpd-2.0.55/srclib/apr/libtool --silent --mode=compile llvm-gcc -g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I../include -I../include/arch/unix -c apr_snprintf.c && touch apr_snprintf.lo In file included from apr_snprintf.c:22: ../include/apr_network_io.h:122: error: redefinition of `struct in_addr' make[4]: *** [apr_snprintf.lo] Error 1 However, this source compiles fine with gcc32 and gcc4
2006 Mar 30
0
[LLVMdev] Running LLVM Analysis on real-world projects.
...n/sh /httpd-2.0.55/srclib/apr/libtool --silent --mode=compile > llvm-gcc -g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE > -I../include -I../include/arch/unix -c apr_snprintf.c && touch > apr_snprintf.lo > In file included from apr_snprintf.c:22: > ../include/apr_network_io.h:122: error: redefinition of `struct in_addr' > make[4]: *** [apr_snprintf.lo] Error 1 > > However, this source compiles fine with gcc32 and gcc4 We also had some problems compinling apache-2 and did not get to the bottom of it. We stuck with using apache-1 and I believe the websit...
2006 Mar 31
1
[LLVMdev] Running LLVM Analysis on real-world projects.
.../apr/libtool --silent --mode=compile > > llvm-gcc -g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE > > -I../include -I../include/arch/unix -c apr_snprintf.c && touch > > apr_snprintf.lo > > In file included from apr_snprintf.c:22: > > ../include/apr_network_io.h:122: error: redefinition of `struct in_addr' > > make[4]: *** [apr_snprintf.lo] Error 1 > > > > However, this source compiles fine with gcc32 and gcc4 > > We also had some problems compinling apache-2 and did not get to the > bottom of it. We stuck with using apach...