Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Win32::OLE on cygwin64, can't make OLE.xs ( Can't locate object method "new" via package "ExtUtils::ParseXS" at site\lib\ExtUtils\xsubpp line 51. )

by Anonymous Monk
on Sep 21, 2018 at 23:39 UTC ( [id://1222825]=note: print w/replies, xml ) Need Help??


in reply to Re: Win32::OLE on cygwin64, can't make OLE.xs
in thread Win32::OLE on cygwin64, can't make OLE.xs

Well, I try to see if I can build it on win32 I get

Can't locate object method "new" via package "ExtUtils::ParseXS" at si +te\lib\ExtUtils\xsubpp line 51.

Which is weird, but turns out its same Makefile.PL issue as Re^3: Building Win32::GuiTest for perl 5.14 or higher

sub MY::xs_c { return ' .xs.cpp: $(PERLRUNINST) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $*.xs >xstmp. +c && $(MV) xstmp.c $*.cpp '; }

After that it builds

So there is your path gargle, skip cygwin :) or complain rt://Win32-OLE

  • Comment on Re^2: Win32::OLE on cygwin64, can't make OLE.xs ( Can't locate object method "new" via package "ExtUtils::ParseXS" at site\lib\ExtUtils\xsubpp line 51. )
  • Select or Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-20 11:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found