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

Re: build failure 1.2.0rc2 on Macos X

From: Charles Bailey <bailey.charles_at_gmail.com>
Date: 2005-04-26 19:22:24 CEST

On 4/25/05, Han-Wen Nienhuys <hanwen@lilypond.org> wrote:
>
> compiling 1.2.0-rc2 on MacOS 10.3.9 with a jumble of Fink packages,
>
> /bin/sh /var/root/subversion-1.2.0-rc2/libtool --tag=CC --silent
> --mode=compile gcc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-
> cpp-precomp -g -O2 -g -O2 -DNEON_ZLIB -DNEON_SSL -
> I./subversion/include -I./subversion -
> I/var/root/subversion-1.2.0-rc2/neon/src -
> I/usr/local/include/neon -I/var/root/subversion-1.2.0-
> rc2/apr/include -I/var/root/subversion-1.2.0-rc2/apr-
> util/include -I/sw/include/db4/ -I/var/root/subversion-1.2.0-
> rc2/apr-util/xml/expat/lib -o subversion/libsvn_delta/svndiff.lo
> -c subversion/libsvn_delta/svndiff.c
> In file included from subversion/libsvn_delta/svndiff.c:26:
> subversion/svn_private_config.h:134:21: libintl.h: No such file
> or directory
> subversion/libsvn_delta/svndiff.c: In function
> `count_and_verify_instructions':
> subversion/libsvn_delta/svndiff.c:350: warning: passing arg 3 of
> pointer to function makes pointer fro
>
> I have libintl.h in /sw/include/libintl.h , which is not in the standard
> include path, so svn_private_config.h should probably not even have
> attempted to include it. I configured with
>
> ./configure --with-zlib --with-berkeley-db=/sw/include/db4/:/sw/lib --with-ssl

I wonder whether msgfmt and the like were in your $PATH (e.g. in
/sw/bin or somesuch), and this convinced configure that you had
gettext support. Adding --disable-nls to configure should get you
past this block.

FWIW, I get a clean build and test (skipping utf8_tests.py) on OS X
10.3.9 with apache2 and GNU gettext (among others) using

GXX=yes ./configure --with-apxs=/usr/local/sbin/apxs --with-ssl

so once you help configure resolve its confusion, you'll likely get a
working tool.

-- 
Regards,
Charles Bailey
Lists: bailey _dot_ charles _at_ gmail _dot_ com
Other: bailey _at_ newman _dot_ upenn _dot_ edu
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 26 19:29:40 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.