You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alexander Mueller <al...@littleblue.de> on 2002/09/13 13:38:18 UTC

Re: svn commit: rev 3166 - clients/rapidsvn/trunk

jmears@tigris.org wrote:

>Author: jmears
>Date: 2002-09-13 08:15:24 -0500 (Fri, 13 Sep 2002)
>New Revision: 3166
>
>Modified:
>   clients/rapidsvn/trunk/README.txt
>Log:
>Additional instructions for building wxWindows on linux.
>
>
>Modified: clients/rapidsvn/trunk/README.txt
>==============================================================================
>--- clients/rapidsvn/trunk/README.txt	(original)
>+++ clients/rapidsvn/trunk/README.txt	Fri Sep 13 08:15:30 2002
>@@ -44,6 +44,11 @@
> 
> * Download the wxWindows 2.3.2 libraries: http://www.wxwindows.org/
> 
>+  If you are building wxWindows on linux, you will need to specify 
>+  the --disable-no-exceptions parameter to configure (see 
>+  http://www.wxwindows.org/faqgen.htm#exceptions). For development
>+  to develop RapidSVN you will probably also want --enable-debug.
>+
> * Download the latest Subversion source tree.  Here are the directions: 
>   http://subversion.tigris.org/project_source.html
> 
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: svn-help@subversion.tigris.org
>
>
>  
>
Do we need to recompile wxwindows to have exceptions in rapidsvn? Or 
would it be enough to change the setting in configure.in (like sed -e 
"s/-fno-exceptions//g")?


-- 
Alex



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

Re: svn commit: rev 3166 - clients/rapidsvn/trunk

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
For RapidSVN discussions that affect general SVN development, it's
good to cross-post.  But for threads like this one, that are really
only about RapidSVN, I think it would be better to use RapidSVN's own
dev list, dev@rapidsvn.tigris.org.  The SVN dev list is already
high-traffic as it is.

Thanks,
-Karl

Alexander Mueller <al...@littleblue.de> writes:
> jmears@tigris.org wrote:
> 
> >Author: jmears
> >Date: 2002-09-13 08:15:24 -0500 (Fri, 13 Sep 2002)
> >New Revision: 3166
> >
> >Modified:
> >   clients/rapidsvn/trunk/README.txt
> >Log:
> >Additional instructions for building wxWindows on linux.
> >
> >
> >Modified: clients/rapidsvn/trunk/README.txt
> >==============================================================================
> >--- clients/rapidsvn/trunk/README.txt	(original)
> >+++ clients/rapidsvn/trunk/README.txt	Fri Sep 13 08:15:30 2002
> >@@ -44,6 +44,11 @@
> > * Download the wxWindows 2.3.2 libraries: http://www.wxwindows.org/
> > +  If you are building wxWindows on linux, you will need to specify
> > +  the --disable-no-exceptions parameter to configure (see +
> > http://www.wxwindows.org/faqgen.htm#exceptions). For development
> >+  to develop RapidSVN you will probably also want --enable-debug.
> >+
> > * Download the latest Subversion source tree.  Here are the
> > directions:   http://subversion.tigris.org/project_source.html
> > ---------------------------------------------------------------------
> >To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> >For additional commands, e-mail: svn-help@subversion.tigris.org
> >
> >
> >
> Do we need to recompile wxwindows to have exceptions in rapidsvn? Or
> would it be enough to change the setting in configure.in (like sed -e
> "s/-fno-exceptions//g")?
> 
> 
> -- 
> Alex
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

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