billbar...@apache.org wrote: > Author: billbarker > Date: Sun Jan 4 17:45:12 2009 > New Revision: 731405 > > URL: http://svn.apache.org/viewvc?rev=731405&view=rev > Log: > Only include Mac-specific files if compiling for Mac. > > Still don't know what I'm doing, but trusting that I have enough testers to > tell me. At least this should fix the Gump build.
It looks like the original patch you applied wasn't quite the same as the one provided with DAEMON-98. I have been testing on linux and mac and I have set of changes that works for both (at least Mac 10.5 anyway). I'll commit them just as soon as my new karma gets applied to svn. Mark > > Modified: > commons/proper/daemon/trunk/src/native/unix/native/dso.h > > Modified: commons/proper/daemon/trunk/src/native/unix/native/dso.h > URL: > http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/native/dso.h?rev=731405&r1=731404&r2=731405&view=diff > ============================================================================== > --- commons/proper/daemon/trunk/src/native/unix/native/dso.h (original) > +++ commons/proper/daemon/trunk/src/native/unix/native/dso.h Sun Jan 4 > 17:45:12 2009 > @@ -20,7 +20,7 @@ > /** > * A library handle represents a unique pointer to its location in memory. > */ > -#ifdef DSO_DLFCN > +#ifdef OS_DARWIN > #include <mach-o/dyld.h> > #endif > typedef void *dso_handle; > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org