green_threads

James E Keenan jkeen at verizon.net
Fri Oct 28 02:36:04 UTC 2011


On 10/27/11 10:23 PM, James E Keenan wrote:

>
> And now for some bad news that's getting old: green_threads branch build
> failure with all g++ build. See attachment. Observed on linux/i386.
>
More on g++ build in green_threads branch

After adding, in an attempt to correct the previous build failure:

$ git diff
diff --git a/src/extend.c b/src/extend.c
index 7146e27..22f605b 100644
--- a/src/extend.c
+++ b/src/extend.c
@@ -66,6 +66,7 @@ GC and stackwalking, and the presence of an 
exception-handling
  */

  #include "parrot/parrot.h"
+#include "parrot/events.h"
  #include "parrot/extend.h"
  #include "pmc/pmc_sub.h"
  #include "pmc/pmc_callcontext.h"

... I failed next at:

src/pmc/callback.c: In function 'opcode_t* 
Parrot_Callback_invoke(parrot_interp_t*, PMC*, void*)':
src/pmc/callback.c:67: error: cannot convert 'PMC*' to 'char*' for 
argument '3' to 'void Parrot_run_callback(parrot_interp_t*, PMC*, char*)'
make: *** [src/pmc/callback.o] Error 1




More information about the parrot-dev mailing list