DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39469>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39469 Summary: Apache 2.2.2 compilation issue Product: Apache httpd-2 Version: 2.2-HEAD Platform: PC OS/Version: Linux Status: NEW Severity: trivial Priority: P2 Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When compiling Apache 2.2.2 with gcc 4.1.0: make[2]: Entering directory `/home/fraga/httpd-2.2.2/server' /usr/local/apache2/build/libtool --silent --mode=compile gcc -pthread -O2 -march=athlon-xp -pipe -ftree-vectorize -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/home/fraga/httpd-2.2.2/srclib/pcre -I. -I/home/fraga/httpd-2.2.2/os/unix -I/home/fraga/httpd-2.2.2/server/mpm/prefork -I/home/fraga/httpd-2.2.2/modules/http -I/home/fraga/httpd-2.2.2/modules/filters -I/home/fraga/httpd-2.2.2/modules/proxy -I/home/fraga/httpd-2.2.2/include -I/home/fraga/httpd-2.2.2/modules/generators -I/home/fraga/httpd-2.2.2/modules/mappers -I/home/fraga/httpd-2.2.2/modules/database -I/usr/local/apache2/include -I/usr/local/BerkeleyDB.4.3/include -I/usr/local/include -I/home/fraga/httpd-2.2.2/modules/proxy/../generators -I/usr/local/ssl/include -I/home/fraga/httpd-2.2.2/modules/ssl -I/home/fraga/httpd-2.2.2/modules/dav/main -prefer-non-pic -static -c exports.c && touch exports.lo In file included from exports.c:73: /usr/local/apache2/include/apr_lock.h:83: error: redeclaration of enumerator 'APR_LOCK_FCNTL' /usr/local/apache2/include/apr_proc_mutex.h:45: error: previous definition of 'APR_LOCK_FCNTL' was here /usr/local/apache2/include/apr_lock.h:83: error: redeclaration of enumerator 'APR_LOCK_FLOCK' /usr/local/apache2/include/apr_proc_mutex.h:46: error: previous definition of 'APR_LOCK_FLOCK' was here /usr/local/apache2/include/apr_lock.h:83: error: redeclaration of enumerator 'APR_LOCK_SYSVSEM' /usr/local/apache2/include/apr_proc_mutex.h:47: error: previous definition of 'APR_LOCK_SYSVSEM' was here /usr/local/apache2/include/apr_lock.h:84: error: redeclaration of enumerator 'APR_LOCK_PROC_PTHREAD' /usr/local/apache2/include/apr_proc_mutex.h:48: error: previous definition of 'APR_LOCK_PROC_PTHREAD' was here /usr/local/apache2/include/apr_lock.h:84: error: redeclaration of enumerator 'APR_LOCK_POSIXSEM' /usr/local/apache2/include/apr_proc_mutex.h:49: error: previous definition of 'APR_LOCK_POSIXSEM' was here /usr/local/apache2/include/apr_lock.h:85: error: redeclaration of enumerator 'APR_LOCK_DEFAULT' /usr/local/apache2/include/apr_proc_mutex.h:51: error: previous definition of 'APR_LOCK_DEFAULT' was here /usr/local/apache2/include/apr_lock.h:85: error: conflicting types for 'apr_lockmech_e' /usr/local/apache2/include/apr_proc_mutex.h:51: error: previous declaration of 'apr_lockmech_e' was here make[2]: *** [exports.lo] Error 1 make[2]: Leaving directory `/home/fraga/httpd-2.2.2/server' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/fraga/httpd-2.2.2/server' make: *** [all-recursive] Error 1 Obs.: Apache 2.2.0 compiles fine. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
