>
Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851 VAT Reg No 778499447 -----Original Message----- > From: 'Stefan Sperling' [mailto:s...@elego.de] > Sent: 28 January 2010 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 +0000, 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? The only reference I could find in the output of configure is the ones I posted checking for xgettext... /usr/local/bin/xgettext checking for library containing checking if we are using GNU gettext... Yes ... And they seem fine to me. > > I have tried and disabled NLS. This works, but what are the > > consequences? I will be using the SVN client only on this machine. > > 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 think we can live with that. Was this feature in 1.4.5 already? Because I did build that without problem. I know that if it was I was probably using the gettext that comes with the OS and that was fine with 1.4.5. I would just like to know that's all. Giulio