Re: [perl #59898] [TODO][IMCC] add some #define's to fix the inconsistent dll linkage on windows

2008-10-14 Thread chromatic
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 > #

[perl #59898] [TODO][IMCC] add some #define's to fix the inconsistent dll linkage on windows

2008-10-14 Thread Klaas-Jan Stol via RT
fixed in r31956

[perl #59898] [TODO][IMCC] add some #define's to fix the inconsistent dll linkage on windows

2008-10-14 Thread via RT
# 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

[perl #56998] [TODO] rename cygwin dll to cygparrot$MAJOR_$MINOR_$PATCH.dll

2008-07-16 Thread via RT
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

C++ test failure caused due to dll linkage errors

2008-04-15 Thread Senaka Fernando
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

dll

2005-06-08 Thread tomas . necas
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