You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Geir Magnusson Jr <ge...@pobox.com> on 2006/06/09 20:42:59 UTC

Re: svn commit: r413114 - in /incubator/harmony/enhanced/drlvm/trunk/vm: em/src/ gc/src/ include/ include/open/ port/include/ port/include/tl/ port/src/disasm/linux/ port/src/disasm/win/ port/src/file_io/linux/ port/src/file_io/win/ port/src/misc/linux/ po...

Oh geeze.  How embarassing.  I assume you fixed?

(I was going to flip to my VMWare Ubuntu VMM but it's too slow.  I have
a second laptop I will install Ubuntu on, but don't have enough Round
Tuits...)

geir


Mark Hindess wrote:
> On 9 June 2006 at 18:09, geirm@apache.org 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: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org