Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Need help using Inline::Module with JavaScript::Embedded

by syphilis (Archbishop)
on Jul 14, 2022 at 00:49 UTC ( [id://11145510]=note: print w/replies, xml ) Need Help??


in reply to Re: Need help using Inline::Module with JavaScript::Embedded
in thread Need help using Inline::Module with JavaScript::Embedded

BTW, when I even do whichpm JavaScript::Embedded it takes ages (18sec) to complete! 100x more than other modules.

Yes - I think it's just silently compiling the Inline::C code first.
IMO, the Inline config should specify build_noisy => 1, so that we can see what's happening (or, at least, that *something* is happening).
It also needs to specify a build directory something like directory => "$Config{installsitelib}/_Inline", in order to avoid the re-compilation issue cavac mentioned.
There's a bit to work through.

BTW2, my compiler complains that croak(msg)....

I haven't noticed that ... something else to check.

Cheers,
Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found