Hi samtregar
I attached the contents of NewModule.t.
Which (I think) call NewModule_bla3.c.
In the error messsage I got it was said that :
*************************************************
Failed test (t/NewModule.t at line 9)
# Tried to use 'NewModule'.
# Error: make
: Entering directory `/users/nirf/perlTrials/NewModule/_Inline/build/NewModule_b1a3'
# /usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.5/ExtUtils/typemap NewModule_b1a3.xs > NewModule_b1a3.xsc && mv NewModule_b1a3.xsc NewModule_b1a3.c
# g++ -c -I/users/nirf/perlTrials/NewModule/t -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -DVERSION=\"0.00\" -DXS_VERSION=\"0.00\" -fPIC "-I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE" NewModule_b1a3.c
# In file included from /usr/lib/gcc/i386-redhat-linux/3.4.6/../../../../include/c++/3.4.6/backward/iostream.h:31,
# from NewModule_b1a3.xs:2:
**************************************************
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
NewModule_bla3.c :
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
#line 1 "NewModule_b1a3.xs"
#ifndef bool
#include <iostream.h>
#endif
extern "C" {
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "INLINE.h"
}
#ifdef bool
#undef bool
#include <iostream.h>
#endif
ENDMODULE = NewModule_b1a3 PACKAGE = NewModule
PROTOTYPES: DISABLE
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
NewModule.t :
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl NewModule.t'
#########################
# change 'tests => 1' to 'tests => last_test_to_print';
use Test::More tests => 1;
BEGIN { use_ok('NewModule') };
#########################
# Insert your test code below, the Test::More module is use()ed here so read
# its man page ( perldoc Test::More ) for help writing this test script.
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Thanks, Nir