Re: Simple Inline C Problem.

2002-08-29 Thread Sisyphus
- Original Message - From: Yimeng Dou [EMAIL PROTECTED] To: Sisyphus [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, August 30, 2002 6:24 AM Subject: RE: Simple Inline C Problem. Hi, I tried perl -V:make, it returns make='nmake'; My OS is Win2k. I'm not sure what's

Re: Simple Inline C Problem.

2002-08-28 Thread Piers Harding
PROTECTED] Subject: Re: Simple Inline C Problem. OK. What are you running this on. The code I gave you was run under Linux RH7.3 + perl 5.6.1 + Inline 0.43. you could also trygiving us some of the output from the _Inline directory ( located from where you are running that script

Simple Inline C Problem.

2002-08-27 Thread Yimeng Dou
I have this very simple inline C code, but somehow it doesn't work. I receive INIT failed--call queue aborted. when I run it. Here is the code, please help. Thanks! use Inline C; __END__ __C__ void greet() { printf(Hello, world\n); } greet; -

Re: Simple Inline C Problem.

2002-08-27 Thread Neil Watkiss
Yimeng Dou [27/08/02 11:12 -0700]: I have this very simple inline C code, but somehow it doesn't work. I receive INIT failed--call queue aborted. when I run it. You have a syntax error in your C code. You put the 'greet;' line in the C code, and you probably meant to put it in your Perl

Re: Simple Inline C Problem.

2002-08-27 Thread Piers Harding
Try it like this: use Inline C; greet(); __END__ __C__ void greet() { printf(Hello, world\n); } Cheers. On Tue, Aug 27, 2002 at 11:12:53AM -0700, Yimeng Dou wrote: I have this very simple inline C code, but somehow it doesn't work. I receive INIT failed--call queue aborted. when I run

RE: Simple Inline C Problem.

2002-08-27 Thread Yimeng Dou
Inline C Problem. Try it like this: use Inline C; greet(); __END__ __C__ void greet() { printf(Hello, world\n); } Cheers. On Tue, Aug 27, 2002 at 11:12:53AM -0700, Yimeng Dou wrote: I have this very simple inline C code, but somehow it doesn't work. I receive INIT failed--call queue

Re: Simple Inline C Problem.

2002-08-27 Thread Piers Harding
OK. What are you running this on. The code I gave you was run under Linux RH7.3 + perl 5.6.1 + Inline 0.43. you could also trygiving us some of the output from the _Inline directory ( located from where you are running that script ). CHeers. On Tue, Aug 27, 2002 at 07:43:21PM +0100, Piers

RE: Simple Inline C Problem.

2002-08-27 Thread Yimeng Dou
' Stop. -Original Message- From: Piers Harding [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 12:59 PM To: Piers Harding Cc: Yimeng Dou; [EMAIL PROTECTED] Subject: Re: Simple Inline C Problem. OK. What are you running this on. The code I gave you was run under Linux RH7.3

Re: Simple Inline C Problem.

2002-08-27 Thread Sisyphus
- Original Message - From: Yimeng Dou [EMAIL PROTECTED] Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib C:\Perl\lib\ExtUtils/xsubpp -typemap