[snip]
I finally managed to test this out and step 4) is not quite right. It should
be as follows:
4) Install Inline-0.44 from CPAN by running:
set perl5opt=-MConfig_m
perl Makefile.PL
dmake test
dmake install
Similarly, when you run an Inline script for the first time the 'perl5o
- Original Message -
From: "Sisyphus" <[EMAIL PROTECTED]>
To: "Jay Blanchard" <[EMAIL PROTECTED]>;
Sent: Thursday, October 20, 2005 6:24 PM
Subject: Re: Compiler question...
>
> - Original Message -
> From: "Jay Blanchard"
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
>
> I will install MinGW. How do I make Inline 'aware' of the location?
It should pretty much take care of itself.
1) Install dmake into a location in your path:
http://search.cpan.org/dist/dmake/ (Check the Readme.)
[snip]
What's the *complete* output you get from running that script
(copy'n'paste)?
[/snip}
at E:\sitegrp1\TEST20051010\foo.pl line 2
BEGIN failed--compilation aborted at E:\sitegrp1\TEST20051010\foo.pl line 6.
[snip]
Looks to me that the problem might be that the Inline module is not properly
i
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Jay Blanchard" <[EMAIL PROTECTED]>;
Sent: Wednesday, October 19, 2005 1:00 AM
Subject: RE: Compiler question...
> [snip]
> The problem in your example
ll got the same error.
use Inline C => <<'END_C';
void greet() {
printf("Hello, world\n");
}
END_C
greet
> -Original Message-
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 18, 2005 9:46 AM
> T
October 18, 2005 9:46 AM
> To: [email protected]
> Subject: RE: Compiler question...
>
> [snip]
> Assuming you package your code as a module and not a script,
> you won't need a compiler on the runtime box, but you'll need
> one on the box you use to *build* the
[snip]
Assuming you package your code as a module and not a script, you won't
need a compiler on the runtime box, but you'll need one on the box you
use to *build* the module. You can then install the module on the
runtime box without a compiler, just by copying the right files to the
right places
#x27;[email protected]'
> Subject: Compiler question...
>
> I am new to this list as I have seen where Inline can be a
> tremendous resource for things that we are doing, not the
> least of which is being able to use a legacy DLL from one of
> our proprietary applications to be th
I am new to this list as I have seen where Inline can be a tremendous
resource for things that we are doing, not the least of which is being able
to use a legacy DLL from one of our proprietary applications to be the
muscle for an online application that I'd like to build. So let me ask what
might
10 matches
Mail list logo