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

Re: svn commit: rev 3157 - clients/rapidsvn/trunk/src/tests/svncpp clients/rapidsvn/trunk/src/svncpp

From: Alexander Mueller <alex_at_littleblue.de>
Date: 2002-09-11 11:37:14 CEST

Ben Collins-Sussman wrote:

>bmatzelle@tigris.org writes:
>
>
>
>>Author: bmatzelle
>>Date: 2002-09-10 14:50:04 -0500 (Tue, 10 Sep 2002)
>>New Revision: 3157
>>
>>
>
>I'm trying to compile rapidsvn with gcc 2.95.4, using wxWindows 2.3.2
>on FreeBSD 4.6 ... I've had no problems in the past.
>
>After running ./configure, I cd into src/ and run 'make'. After a lot
>of compiling, I now get this error:
>
>g++ -c -g -I/usr/local/include/subversion-1 -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_REENTRANT -fno-rtti -fno-exceptions -o delete_action.o delete_action.cpp
>delete_action.cpp: In method `void * DeleteAction::Entry()':
>delete_action.cpp:77: exception handling disabled, use -fexceptions to enable
>delete_action.cpp:83: `e' undeclared (first use this function)
>delete_action.cpp:83: (Each undeclared identifier is reported only once
>delete_action.cpp:83: for each function it appears in.)
>*** Error code 1
>
>Any clues?
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: svn-help@subversion.tigris.org
>
>
>
>
The CXXFLAGS are generated through a call to "wx-config". Maybe one
would "sed" this:
CXXFLAGS=`echo $CXXFLAGS | sed -e "s/-fno-exceptions//g"'
CXXFLAGS="$CXXFLAGS -fexceptions"

Dont beat me for bad scripting style... but this should work.
Alex
Received on Wed Sep 11 11:38:09 2002

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

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