On 9 June 2006 at 18:09, [EMAIL PROTECTED] wrote: > Author: geirm > Date: Fri Jun 9 11:09:16 2006 > New Revision: 413114 > > URL: http://svn.apache.org/viewvc?rev=413114&view=rev > Log: > tweaks to stop the <apr-1/foo.h> stuff, and > just do <foo.h> for APR includes. Not a big deal > but let me get more comfortable w/ the build. > > No functional changes. > > Tests pass on winxp. Linux not tested yet
Testing at the moment... I did find ... > Modified: incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c > URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/p > ort/src/misc/linux/dso.c?rev=413114&r1=413113&r2=413114&view=diff > ============================================================================= > = > --- incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c (orig > inal) > +++ incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c Fri J > un 9 11:09:16 2006 > @@ -19,9 +19,9 @@ > */ > > #include <dlfcn.h> > -#include <stdlib.h> > -#include <apr-1/apr_dso.h> > -#include <apr-1/apr_strings.h> > +#include <stdliapr_dso.h> > +#include <b.h> > +#include <apr_strings.h> > #include "port_dso.h" > > struct apr_dso_handle_t { which I fixed. Still compiling ... will let you know if there are any other issues. -Mark. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
