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


Jonathan Worthington wrote:
> Ron Blaschke wrote:

> Failed Test            Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t\dynclass\pybuiltin.t    5  1280     6    5  83.33%  1-2 4-6
> t\dynclass\pyclass.t      6  1536     6    6 100.00%  1-6
> t\dynclass\pycomplex.t    1   256     1    1 100.00%  1
> t\dynclass\pyfunc.t       4  1024     4    4 100.00%  1-4
> t\dynclass\pyint.t       25  6400    25   25 100.00%  1-25
> t\pmc\nci.t               5  1280    56    5   8.93%  3 8 46 51-52
> 7 tests and 64 subtests skipped.
>
> Most, if not all, tests fail b/c of "Illegal PMC enum (0) in new".

[snip]

I think you need to build a .def file for the main Parrot executable that
has all the names of functions that can be used from dynclasses in it, then 
give it to the linker when you link parrot.exe.  Then, linking the 
dynclasses with the correct options, whatever they are, should give the 
desired effect.  No promises it will work - somebody may know better - but 
it was what I was going to try next.


Reply via email to