Jonathan Worthington <[EMAIL PROTECTED]> wrote:
> Ah, that's changed, 'cus it used to work with me doing that.  :-)  So now it
> loads the library, but fails here:-

> dlfunc P0, P1, "MessageBoxA", "llttl"

> With:-

> Parrot VM: PANIC: Unknown signature type!

Your parrot seems to lack JIT support. So all function signatures you
want to use have to be included in src/call_list.txt.

>> BTW - are the nci tests succeeding on Win32:
>>
>> $ make libnci.dll
> That fails with:-

> NMAKE : fatal error U1073: don't know how to make 'parrot'

> libnci$(SO): $(SRC)\nci_test.c parrot$(EXE)
>  $(LD) $(LD_SHARED) $(LD_SHARED_FLAGS) $(LDFLAGS) $< -o $@

$(EXE) isn't defined it seems. I've checked in a change to use ${exe}
here.

> Thanks,

> Jonathan

Thank you for your feedback,
leo

Reply via email to