[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

subversion 1.2.0 errors in make

From: Rogers, Donald <Donald.Rogers_at_openpolytechnic.ac.nz>
Date: 2005-05-26 04:34:45 CEST

I am trying to make Subversion 1.2.0 on a Linux box (not a distro), with Apache 2. I did
        ./configure --with-apxs=/usr/lib/apache/bin/apxs
        make clean
        make

These 2 errors appear in the config.log. (The whole file zipped is attached.) Does anyone know how to fix them?

...
configure:2502: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2508: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif

...

configure:5066: g++ -c -g -O2 -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:26: error: `exit' undeclared (first use this function)
conftest.cc:26: error: (Each undeclared identifier is reported only once for each function it appears in.)
...

Donald Rogers

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Thu May 26 04:36:30 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.