Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Problem Compiling Data::Swap (makedef.pl embed.fnc not exported symbol hv_backreferences_p)

by Anonymous Monk
on Jun 15, 2014 at 09:19 UTC ( [id://1089927]=note: print w/replies, xml ) Need Help??


in reply to Problem Compiling Data::Swap

See Re: Devel::BeginLift make problem and Re^4: perl-5.18.0 install problem - Part 2 (makedef.pl)

Its the same problem, Perl_hv_backreferences_p is not an part of the public api, its not exported symbol

You can get at it by recompiling perl after editing the "embed.fnc" entry for to add an A

- poM |AV** |hv_backreferences_p |NN HV *hv + ApoM |AV** |hv_backreferences_p |NN HV *hv

After that you should be able to compile Data::Swap without problems

Yes, theoretically you could through some clever copy/pasting inline a working hv_backreferences_p, but thats like c programming ... its not easy :)

  • Comment on Re: Problem Compiling Data::Swap (makedef.pl embed.fnc not exported symbol hv_backreferences_p)
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1089927]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-24 05:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found