In Komodo, when I have the "use ARS;" statement, it complains about "Compilation failed in require. BEGIN failed--compilation aborted."
The important thing here (which you've omitted) is what it was that couldn't be found.
I've tried installing the ARSperl module using ppm and, even though it looks and says it's successful, Komodo still complains about the "use ARS;" statement.
Once again, it could be usuful to know the exact nature of the complaint - ie precisely what could not be found.
You won't get anywhere with 'perl Makefile.PL' unless you have a C compiler. Looks to me that all of those files that you couldn't find are in the ARSPerl source available from CPAN at http://search.cpan.org/~jmurphy/ARSperl-1.84/. But if there's a ppm available and the installation of that ppm worked ok, then I would have thought that's all you needed to do. Could it be that there's an ARS dependency that you need to also install ?
Cheers, Rob | [reply] |
Komodo doesn't list anything that it couldn't find. After a successful ppm install of ARSperl it simply gives me the error message: "Compilation failed in require. BEGIN failed--compilation aborted." on the "Use ARS;" statement.
There could be an ARS dependency that I need to install... it's never mentioned anywhere though but that could be what it is. I'll search around and see if I can spot something. Thanks for the feedback!
| [reply] |
You might need to look for where ARSperl is being installed. I downloaded ARSperl and unpacked it into a directory. The support-h.template file went into the root of that directory tree. The file 'infra\exsi.pl' was in the directory 'C:\apps\APSperl-1.85\infra'. In that same directory is the file 'h2ps', with no extension - this is likely the missing file you were looking for.
It sounds to me like you've either gotten a scrambled .tgz file (or it didn't unpack properly), or else you've missed some instructions. For example, did you edit the Makefile.PL file, as instructed? There were three places to make changes, where you needed to add directories to your API, the libraries, and defines.
| [reply] |
I did make the necessary 3 changes in the Makefile.PL as instructed.... my ARSperl package didn't seem to contain a support-h.template file. Maybe winzip is not the right application to get at the contents of the package though.
The zip file contains a .tar file and I'll have to unpack that on unix to see what it contains, maybe the support-h.template file is in there. Thanks for the feedback!
| [reply] |