Re: NCI basics

2004-09-16 Thread Bernhard Schmalhofer
[EMAIL PROTECTED] wrote: | -- Original Message -- | From: Charles Lowell <[EMAIL PROTECTED]> | The whole reason I'm fooling around with nci in the first place is to | register callbacks as described in pdd16, and it was the function | signature of 'vCYZ' that was failing. The docs aren't yet up

Re: NCI basics

2004-09-16 Thread Jens Rieks
On Wednesday 15 September 2004 23:58, Brent 'Dax' Royal-Gordon wrote: > I'm not sure this is a panic-worthy error--panics are really meant for > cases where something has gone horribly, unfixably wrong in the > interpreter's guts, like a critical pointer in the ParrotInterp got > nulled out, or som

Re: NCI basics

2004-09-16 Thread lt
| -- Original Message -- | From: Charles Lowell <[EMAIL PROTECTED]> | The whole reason I'm fooling around with nci in the first place is to | register callbacks as described in pdd16, and it was the function | signature of 'vCYZ' that was failing. The docs aren't yet updated, sorry. Have a loo

Re: NCI basics

2004-09-16 Thread Charles Lowell
Brent 'Dax' Royal-Gordon wrote: Jens Rieks <[EMAIL PROTECTED]> wrote: It now prints an error message: with nothing with int 5 Parrot VM: PANIC: vt is an unknown signature type. CAN_BUILD_CALL_FRAMES is disabled, add the signature to src/call_list.txt! C file src/nci.c, line 4485 Parrot file (unk

Re: NCI basics

2004-09-15 Thread Brent 'Dax' Royal-Gordon
Jens Rieks <[EMAIL PROTECTED]> wrote: > It now prints an error message: > > with nothing > with int 5 > Parrot VM: PANIC: vt is an unknown signature type. > CAN_BUILD_CALL_FRAMES is disabled, add the signature to src/call_list.txt! > C file src/nci.c, line 4485 > Parrot file (unknown file), line 0

Re: NCI basics

2004-09-15 Thread Jens Rieks
Hi! On Wednesday 15 September 2004, [EMAIL PROTECTED] wrote: > Is there anyone who could help remove said bone from my head? It now prints an error message: with nothing with int 5 Parrot VM: PANIC: vt is an unknown signature type. CAN_BUILD_CALL_FRAMES is disabled, add the signature to src/call_