On Tuesday 14 October 2008 02:14:24 Klaas-Jan Stol wrote:
> In order to fix the 'inconsistent dll linkage' errors on windows (and also
> the warnings during compiling the parser/lexer of imcc), 2 defines must be
> added.
>
> These are:
>
> #define YYMALLOC
> #
fixed in r31956
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #59898]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=59898 >
hi,
In order to fix the 'inconsistent dll linkage' errors on windows
gcc
---
Flags:
category=core
severity=medium
ack=no
---
rename the cygwin dll from libparrot.dll to
cygparrot$MAJOR_$MINOR_$PATCH.dll
We would have some options for the delimiter from previous experience,
"." "_" or "-".
"." might break
Hi all,
It seems that most C++ test failures are caused due to dll linkage errors.
Adding the extern "C" block to each header will circumvent these.
Regards,
Senaka
Please
how can I call C++ from Perl in code? I can not find how to
complete same dll library or some like this. thanks Tomas