Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^16: XS.c: loadable library and perl binaries are mismatched (got handshake key 0xc100000, needed 0xc180000)

by syphilis (Archbishop)
on Aug 14, 2020 at 01:20 UTC ( [id://11120702]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /* Visual C++ 2013 and older don't have the timespec structure */
    #  if defined(MSC_VER) && _MSC_VER < 1900
    
  2. or download this
    #  if defined(_WIN32)
    
  3. or download this
    Updated (ie checked and corrected):
    #if (defined(MSC_VER) && _MSC_VER < 1900) || (defined(__MINGW32__) && 
    +__GNUC__ < 4)
    
  4. or download this
    Test Summary Report
    -------------------
    ...
    Files=2678, Tests=1148685, 2459 wallclock secs (71.23 usr +  4.68 sys 
    += 75.91 CPU)
    Result: FAIL
    dmake:  Error code 130, while making 'test'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-04-19 08:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found