You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/08/08 17:30:17 UTC

DO NOT REPLY [Bug 21718] - exports.c errors with undeclared functions

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21718>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21718

exports.c errors with undeclared functions





------- Additional Comments From kate.ward@forestent.com  2003-08-08 15:30 -------
I am having a similar problem.  I am including a small snippit of a huge error list.

Solaris 8 02/02
gcc 3.3

...
sort -u $tmp > export_files; \
rm -f $tmp
nawk -f /usr/local/src/apache/src/httpd-2.0.47/build/make_exports.awk `cat
export_files` > /usr/local/src/apache/src/httpd-2.0.47/server/exports.c
/bin/bash /VolA1/usr/local/src/apache/src/httpd-2.0.47/srclib/apr/libtool
--silent --mode=compile gcc  -g -O2 -pthreads    -DSOLARIS2=8
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER  
-I/VolA1/usr/local/src/apache/src/httpd-2.0.47/srclib/apr/include
-I/usr/local/src/apache/src/httpd-2.0.47/srclib/apr/include
-I/VolA1/usr/local/src/apache/src/httpd-2.0.47/srclib/apr-util/include
-I/usr/local/src/apache/src/httpd-2.0.47/srclib/apr-util/include
-I/usr/local/src/apache/src/httpd-2.0.47/srclib/apr-util/xml/expat/lib -I.
-I/usr/local/src/apache/src/httpd-2.0.47/os/unix
-I/usr/local/src/apache/src/httpd-2.0.47/server/mpm/worker
-I/usr/local/src/apache/src/httpd-2.0.47/modules/http
-I/usr/local/src/apache/src/httpd-2.0.47/modules/filters
-I/usr/local/src/apache/src/httpd-2.0.47/modules/proxy
-I/usr/local/src/apache/src/httpd-2.0.47/include
-I/usr/local/ssl/include/openssl -I/usr/local/ssl/include
-I/usr/local/src/apache/src/httpd-2.0.47/modules/dav/main -prefer-non-pic
-static -c /usr/local/src/apache/src/httpd-2.0.47/server/exports.c && touch
/usr/local/src/apache/src/httpd-2.0.47/server/exports.lo
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:1554: error:
redefinition of `ap_hack_apr_base64_encode_len'
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:175: error:
`ap_hack_apr_base64_encode_len' previously defined here
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:1555: error:
redefinition of `ap_hack_apr_base64_encode'
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:176: error:
`ap_hack_apr_base64_encode' previously defined here
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:1556: error:
redefinition of `ap_hack_apr_base64_encode_binary'
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:177: error:
`ap_hack_apr_base64_encode_binary' previously defined here
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:1557: error:
redefinition of `ap_hack_apr_base64_decode_len'
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:178: error:
`ap_hack_apr_base64_decode_len' previously defined here
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:1558: error:
redefinition of `ap_hack_apr_base64_decode'
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:179: error:
`ap_hack_apr_base64_decode' previously defined here
/usr/local/src/apache/src/httpd-2.0.47/server/exports.c:1559: error:
redefinition of `ap_hack_apr_base64_decode_binary'
...

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org