Hello everybody,
 
I want to install Inline on a Compaq machine (OSF1 wsbdeva1 V4.0 1229 alpha)
locally in my home-dir.
 
I used the following commands:
 
% perl Makefile.PL PREFIX=/home/mkleefman/usr/local
% make
 
Then I wanted to execute: make test. But I get all these errors:
 
======errors===========
The build directory was:
/tmp_mnt/home/mkleefman/temp/Inline-0.43/C/_Inline_test/build/_01syntax_t_6b
3a
 
To debug the problem, cd to the build directory, and inspect the output
files.
 
 at t/01syntax.t line 36
        Carp::croak('^JA problem was encountered while attempting to compile
and insta...') called at ../blib/lib/Inline/C.pm line 675
        Inline::C::compile('Inline::C=HASH(0x1403d54a8)') called at
.../blib/lib/Inline/C.pm line 223
        Inline::C::build('Inline::C=HASH(0x1403d54a8)') called at
.../blib/lib/Inline.pm line 255
        Inline::glue('Inline::C=HASH(0x1403d54a8)') called at
.../blib/lib/Inline.pm line 133
        Inline::import('Inline', 'C', '^Jint add(int x, int y) {^J    return
x + y;^J}^J^Jint subtract(int x...') called at t/01syntax.t line 36
        main::BEGIN() called at t/01syntax.t line 36
        eval {...} called at t/01syntax.t line 36
BEGIN failed--compilation aborted at t/01syntax.t line 36.
t/01syntax..........dubious

        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 1-5
        Failed 5/5 tests, 0.00% okay
======EOF errors==========
 

I haven't got the faintest idea what causes this and what to do about it.
Anybody any suggestions?
 
Thanks in advance!
 
Regards,
 
Marco

Reply via email to