Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Undeclared symbol errors

by Fletch (Bishop)
on Nov 09, 2001 at 07:52 UTC ( [id://124287]=note: print w/replies, xml ) Need Help??


in reply to Improvised pipes (code)

IO.xs:208: `sv_undef' undeclared (first use in this function)
That looks like you're trying to compile an older version from when perl's symbols were `exported' by default. All of perl's symbols are prefixed with `PL_' now days (e.g. sv_undef is now really PL_sv_undef so that perl doesn't clog up your C namespace).

If you've got an older XS module and get errors like this try adding POLLUTE=1 to your Makefile.PL arguments when you run it. See perldoc perlmodinstall and perldoc ExtUtils::MakeMaker for more details.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 08:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found