On 9 June 2006 at 14:42, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote: > Oh geeze. How embarassing. I assume you fixed?
Yes, I did. > (I was going to flip to my VMWare Ubuntu VMM but it's too slow. I have a similar problem with respect to testing with windows so no doubt I'll do something similar at some point. Regards, Mark. > I have > a second laptop I will install Ubuntu on, but don't have enough Round > Tuits...) > Mark Hindess wrote: > > 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/ds > o.c > >> URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/v > m/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 (o > rig > >> inal) > >> +++ incubator/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/dso.c Fr > i 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] > > > > > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
