Re: More patches

On Sunday 08 April 2007 21:52, Regis Boudin wrote:
> Hi,
>
> Here are a couple of patches you might find interesting.
>
> warning_fixes.diff contains some trivial fixes for various warnings.
>
> rdf_conf_in_conf.diff does a couple of different things :
> -move the call to redland configure from Makefile.in to configure.in
> -drops the bit setting CFLAGS and CXXFLAGS to either "-g" or "-O2". The
> default behaviour is to have "-g -O2" and can be overridden by passing
> parameters when calling configure, which is much better I believe.
> -drops the use of "-x c" and "-x c++", it works fine without them.
>
> Also, now that the Bookmarks have been dropped, redland is not used
> anymore, but only raptor. I have another patch only building and linking
> against libraptor, but it also makes lots of other cleanups, so I need
> to do a bit more tests...
>
> Should you require any further information, please don't hesitate to
> contact me.
>
> Regis

I integrated your patches except the change about CFLAGS:
I know that the default behaviour is to have "-g -O2", but with this 
combination neither you can debug a program nor you completely optimize the 
generated code. We prefer to have either "-g" or '-O2".

Regards
     Irène.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Wednesday, 25 April 2007 09:56:07 UTC