# New Ticket Created by  Bernhard Schmalhofer 
# Please include the string:  [perl #24758]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=24758 >


Hi,

this patch fixes a panic message "Unknown signature type" emitted by
build_call_func() in src/nci.c.
It happen when using pcre.imc, for example when doing a 
  ./parrot examples/assembly/pcre.imc asdf as

The reason seems to be that the needed routines in nci.c, for the 'dlfunc'
op calls in library/pcre.imc, haven't
been set up in 'src/call_list.txt'. After adding the needed declarations,
'examples/assembly/pcre.imc' seems to
be happy again.

After applying the patch a 'make reconfig' propably needs to be done, as
src/nci.c needs to be rebuilt.

I have no clue why it ever worked before.


 

-- 
/* [EMAIL PROTECTED] */

+++ GMX - die erste Adresse fÃr Mail, Message, More +++
Neu: Preissenkung fÃr MMS und FreeMMS! http://www.gmx.net

Attachment: call_types.txt.20031226.patch
Description: Binary data

Reply via email to