[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 5816 - in trunk/subversion: libsvn_client libsvn_wc

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-05-07 03:02:39 CEST

On Tuesday, May 6, 2003, at 12:01 PM, kfogel@collab.net wrote:

> Yes, I thought we did too. My Makefile is always produced by:
>
> ./configure --enable-maintainer-mode \
> --with-apr=/usr/local/apache2 \
> --with-aprutil=/usr/local/apache2
>
> and it contains
>
> CFLAGS = -g -Wall -Wmissing-prototypes -Wstrict-prototypes \
> -Wmissing-declarations -pthread -DNEON_ZLIB -std=c89 \
> -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG \
> -DAP_DEBUG $(EXTRA_CFLAGS)
>
> :-( I have no idea why your Makefile's CFLAGS are different.

i think i figured it out. our CFLAGS includes APR's CFLAGS, and the
version of APR i'm linking against was not configured with
--enable-maintainer-mode, and that seems to be where those extra
warning flags come from.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 7 03:17:38 2003

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.