Fw: help me
[email protected] Sat, 13 Mar 2004 12:58:31 +0100
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <002401c408f2$820833e0$01016464@armadawks> |
it return frist this error :
-------------------------------------------------------------
cc -o parrot -Wl,-E -g imcc/main.o blib/lib/libparrot.a -lnsl -ldl -lm -lpthread -lcrypt -lutil
Invoking Parrot to generate library/config.fpmc--cross your fingers
./parrot config_lib.pasm
/usr/bin/perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' docs
make[1]: Entering directory `/usr/local/src/perl-module/ponie-2/parrot/docs'
/usr/bin/perl -e '-d or mkdir $_,0777 or die foreach @ARGV' ops
perldoc -u ../src/packfile.c > packfile-c.pod
Superuser must not run /usr/bin/perldoc without security audit and taint checks.
make[1]: *** [packfile-c.pod] Error 255
make[1]: Leaving directory `/usr/local/src/perl-module/ponie-2/parrot/docs'
make: *** [docs.dummy] Error 2
error at Configure.pl line 49.
-------------------------------------------------------------
----- Original Message -----
From: [email protected]
To: [email protected]
Sent: Saturday, March 13, 2004 12:28 PM
Subject: help me
hi have installed ponie, it return this error
Thanks
-----------------------------------------------
cd perl && make
make[1]: Entering directory `/usr/local/src/perl-module/ponie-2/perl'
`sh cflags "optimize='-g'" miniperlmain.o` -fpic miniperlmain.c
CCCMD = cc -DPERL_CORE -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall
In file included from miniperlmain.c:27:
perl.h:31:26: parrot/embed.h: No such file or directory
In file included from perl.h:3505,
from miniperlmain.c:27:
intrpvar.h:535: error: parse error before "PL_Parrot"
intrpvar.h:535: warning: type defaults to `int' in declaration of `PL_Parrot'
intrpvar.h:535: warning: data definition has no type or storage class
make[1]: *** [miniperlmain.o] Error 1
make[1]: Leaving directory `/usr/local/src/perl-module/ponie-2/perl'
make: *** [perl/perl] Error 2