[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-10-02 16:22:40 CEST

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.)

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 2 16:23:30 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.