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

Re: Error building Subversion 1.6.9 on Solaris 8

From: 'Stefan Sperling' <stsp_at_elego.de>
Date: Thu, 28 Jan 2010 11:49:35 +0100

On Thu, Jan 28, 2010 at 09:57:57AM +0000, Giulio Troccoli wrote:
> I have indeed installed gettext (and libiconv for dependencies) in /usr/local/lib from the package from www.sunfreeware.com.
>
> I have reconfigured the build with
>
> CC="/opt/SUNWspro/bin/cc" \
> CPPFLAGS="-I/user/dev/local/include" \
> LDFLAGS="-L/user/dev/local/lib -L/usr/local/lib" \
> ./configure \
> --prefix=/user/dev/local \
> --disable-shared \
> --without-ssl \
> --without-berkeley-db \
> --with-apr=/user/dev/local/bin \
> --with-apr-util=/user/dev/local/bin \
> --without-apxs \
> --with-neon=/user/dev/local \
> --without-serf > configure.out 2>&1
>
> This showed that the gettext it found is GNU
>
> ...
> checking for xgettext... /usr/local/bin/xgettext
> checking for library containing bindtextdomain... none required
> checking for bind_textdomain_codeset... no
> checking if we are using GNU gettext... Yes
> ...
>
> Still, when I build I get the same error

And which gettext headers are included when the files mentioned in the
error message are compiled?
Do the headers come from GNU gettext or the system's gettext?
Can you show the lines printed when compiling those files?
Try prepending -I/usr/local/include to CFLAGS when running configure.

Stefan
Received on 2010-01-28 11:50:27 CET

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.