Re: Error building Subversion 1.6.9 on Solaris 8

2010-01-28 Thread 'Stefan Sperling'
On Thu, Jan 28, 2010 at 01:45:05PM +, Giulio Troccoli wrote: > > The consequence is that Subversion will talk to you in > > English only, even if your locale specifies a different language. > > If you're comfortable with that, I guess you can disable NLS > > as a workaround. > > Ok, thanks. I

RE: Error building Subversion 1.6.9 on Solaris 8

2010-01-28 Thread Giulio Troccoli
13:32 > To: Giulio Troccoli > Cc: users@subversion.apache.org > Subject: Re: Error building Subversion 1.6.9 on Solaris 8 > > On Thu, Jan 28, 2010 at 01:09:42PM +, Giulio Troccoli wrote: > > The macro Q_ is defined in subversion/svn/svn_private_config.h as > > > >

Re: Error building Subversion 1.6.9 on Solaris 8

2010-01-28 Thread 'Stefan Sperling'
On Thu, Jan 28, 2010 at 01:09:42PM +, Giulio Troccoli wrote: > The macro Q_ is defined in subversion/svn/svn_private_config.h as > > #define Q_(x1, x2, n) dngettext(PACKAGE_NAME, x1, x2, n) > > So yes, the linker can't find dngettext I suppose. But the configure script can find it? > I have

RE: Error building Subversion 1.6.9 on Solaris 8

2010-01-28 Thread Giulio Troccoli
> 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

Re: Error building Subversion 1.6.9 on Solaris 8

2010-01-28 Thread 'Stefan Sperling'
On Thu, Jan 28, 2010 at 09:57:57AM +, 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/i

RE: Error building Subversion 1.6.9 on Solaris 8

2010-01-28 Thread Giulio Troccoli
; To: Giulio Troccoli > Cc: users@subversion.apache.org > Subject: Re: Error building Subversion 1.6.9 on Solaris 8 > > On Wed, Jan 27, 2010 at 01:39:59PM +, Giulio Troccoli wrote: > > I'm trying to build 1.6.9 on a Solaris 8 platform. > > > > I have successfully bu

Re: Error building Subversion 1.6.9 on Solaris 8

2010-01-27 Thread Stefan Sperling
On Wed, Jan 27, 2010 at 01:39:59PM +, Giulio Troccoli wrote: > I'm trying to build 1.6.9 on a Solaris 8 platform. > > I have successfully built and installed (locally in /user/dev/local, for now) > the dependencies: apr, apr-util, neon, expat and zlib. > > I configured the build with > > CC

Error building Subversion 1.6.9 on Solaris 8

2010-01-27 Thread Giulio Troccoli
I'm trying to build 1.6.9 on a Solaris 8 platform. I have successfully built and installed (locally in /user/dev/local, for now) the dependencies: apr, apr-util, neon, expat and zlib. I configured the build with CC="/opt/SUNWspro/bin/cc" \ CPPFLAGS="-I/user/dev/local/include" \ LDFLAGS="-L/user