On 17.12.2009 00:53, [email protected] wrote: > Author: wrowe > Date: Wed Dec 16 23:53:16 2009 > New Revision: 891488 > > URL: http://svn.apache.org/viewvc?rev=891488&view=rev > Log: > remove apr-iconv references; it was built upon apr so cannot exist before apr > > Modified: > apr/apr/trunk/build/aprenv.py > apr/apr/trunk/build/apu-iconv.m4 > apr/apr/trunk/configure.in > apr/apr/trunk/include/apu.h.in > apr/apr/trunk/include/apu.hnw > apr/apr/trunk/include/apu.hw > apr/apr/trunk/test/testxlate.c > apr/apr/trunk/xlate/xlate.c >
This breaks compilation of trunk. In file included from crypto/apr_md4.c:42: ./include/apr_md4.h:74:5: error: token "@" is not valid in preprocessor expressions ./include/apr_md4.h:86:5: error: token "@" is not valid in preprocessor expressions crypto/apr_md4.c:123:5: error: token "@" is not valid in preprocessor expressions crypto/apr_md4.c:130:5: error: token "@" is not valid in preprocessor expressions crypto/apr_md4.c:164:5: error: token "@" is not valid in preprocessor expressions crypto/apr_md4.c:180:6: error: token "@" is not valid in preprocessor expressions crypto/apr_md4.c: In function ‘apr_md4_update’: crypto/apr_md4.c:197: error: ‘apr_md4_ctx_t’ has no member named ‘xlate’ crypto/apr_md4.c:198: error: ‘inbytes_left’ undeclared (first use in this function) crypto/apr_md4.c:198: error: (Each undeclared identifier is reported only once crypto/apr_md4.c:198: error: for each function it appears in.) crypto/apr_md4.c:198: error: ‘outbytes_left’ undeclared (first use in this function) crypto/apr_md4.c:199: error: ‘apr_md4_ctx_t’ has no member named ‘xlate’ crypto/apr_md4.c:210: error: ‘apr_md4_ctx_t’ has no member named ‘xlate’ crypto/apr_md4.c:213: error: ‘apr_md4_ctx_t’ has no member named ‘xlate’ crypto/apr_md4.c:229: error: ‘apr_md4_ctx_t’ has no member named ‘xlate’ crypto/apr_md4.c:231: error: ‘apr_md4_ctx_t’ has no member named ‘xlate’ crypto/apr_md4.c:255:5: error: token "@" is not valid in preprocessor expressions make[3]: *** [crypto/apr_md4.lo] Fehler 1 make[3]: *** Warte auf noch nicht beendete Prozesse... make[2]: *** [all-recursive] Fehler 1 make[1]: *** [all-recursive] Fehler 1 make: *** [all-recursive] Fehler 1 Please fix or revert. Regards Rüdiger
