RE: Compiler question...

2005-10-21 Thread Jay Blanchard
[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

Re: Compiler question...

2005-10-20 Thread Sisyphus
- 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"

Re: Compiler question...

2005-10-20 Thread Sisyphus
- 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.)

RE: Compiler question...

2005-10-19 Thread Jay Blanchard
[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

Re: Compiler question...

2005-10-19 Thread Sisyphus
- 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

RE: Compiler question...

2005-10-18 Thread Jay Blanchard
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

RE: Compiler question...

2005-10-18 Thread Ken.Williams
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

RE: Compiler question...

2005-10-18 Thread Jay Blanchard
[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

RE: Compiler question...

2005-10-18 Thread Ken.Williams
#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

Compiler question...

2005-10-18 Thread Jay Blanchard
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