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

Re: build problems on solaris (Sun Studio)

From: Brian Hechinger <wonko_at_4amlunch.net>
Date: 2006-10-02 17:21:51 CEST

On Mon, Oct 02, 2006 at 10:22:40AM -0400, Garrett Rooney wrote:
> On 10/2/06, Brian Hechinger <wonko@4amlunch.net> wrote:
>
> >Should I maybe try to rebuild apr with DSO support?
>
> Oops, sorry, I forgot there was a bit that needed to be changed in
> dso.c as well. You should just be able to wrap the entire
> svn_dso_load function in those same ifdefs, like:
>
> #of 0
> svn_error_t
> svn_dso_load(apr_dso_handle_t **dos, const char *fname)
> {
> ...
> }
> #endif
>
> (Note, in the real fix those are actually #if APR_HAS_DSO, which
> should work as well.)

That seems to have done it. Also, while I'm complaining. :)

I need to manually add -lintl to the LIBS= var in the Makefile. For some
reason it isn't automatically putting that in there, but is expecting intl
to be available.

-brian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 2 17:24:00 2006

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.