我在尝试在我的系统上安装perl Tk时遇到了麻烦(fedora,perl v5.8.8)。我从http://search.cpan.org/~srezic/Tk-804.029/pod/gencmd下载了tarred模块,解开了它。在终端中,我给了“perl Makefile.PL “哪个工作正常,然后”制造“无法完成。这就是它给出的:
"make[1]: Entering directory `/work/harikal/Tk-804.029/pTk'
gcc -c -I.. -I. -Ibitmaps -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DVERSION=\"804.029\" -DXS_VERSION=\"804.029\" -fPIC "-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE" -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkImgPhoto.c
tkImgPhoto.c: In function ‘AllocateColors’:
tkImgPhoto.c:3584: warning: implicit declaration of function ‘sazeof’
tkImgPhoto.c:3584: error: expected expression before ‘XColor’
make[1]: *** [tkImgPhoto.o] Error 1
make[1]: Leaving directory `/work/harikal/Tk-804.029/pTk'
make: *** [pTk/libpTk.a] Error 2"
然后退出。我应该做些什么?? 请帮忙
感谢。
答案 0 :(得分:5)
如果您使用的是系统安装的Perl,那么为什么不使用Fedora项目预先构建的软件包。
$ sudo yum install perl-Tk
答案 1 :(得分:1)
我看了http://cpansearch.perl.org/src/SREZIC/Tk-804.029/pTk/mTk/generic/tkImgPhoto.c - 3584行,这里说“sizeof”不是“sazeof”。仔细检查您的来源/下载。