in reply to Web Browser fails to compile my code
Further to the above, probably the quickest fix is just to grab the Inline generated XS out of /build and use that directly (ie drop Inline out of the equation). All you need to go with the XS is a very short .pm to Dynaload it. h2xs will generated a stub XS example for you. Just paste in the autogenerated inline C XS and the INLINE.h and it should compile and install fine. Then in the scipt just use the module as normal. This will work and is almost certainly a more reliable solution as you have removed an abstraction layer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Web Browser fails to compile my code
by crashtest (Curate) on May 21, 2008 at 20:52 UTC | |
by tachyon-II (Chaplain) on May 22, 2008 at 00:40 UTC |