QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1433|回复: 3

安装Perl/Tk时的问题,请大家帮忙。

[复制链接]
发表于 2005-4-7 22:27:27 | 显示全部楼层 |阅读模式
安装perl/Tk编译时,提示:
Manifying ../blib/man3/Tk::Canvas.3pm
Can't open ../blib/man3/Tk::Canvas.3pm for writing: Invalid argument
at /usr/lib/perl5/5.8.3/ExtUtils/Command/MM.pm line 126
make[1]: *** [manifypods] Error 255
make[1]: Leaving directory `/mnt/win/linuxtools/Tk-804.027/pod'
make: *** [subdirs] Error 2
这是我的/usr/lib/perl5/5.8.3/ExtUtils/Command/MM.pm  126行附近的代码:     123      print "Manifying $man\n";
   124
   125         $parser->parse_from_file($pod, $man)
   126           or do { warn("Could not install $man\n");  next };
   127
   128         if (length $options{perm_rw}) {
   129             chmod(oct($options{perm_rw}), $man)
   130               or do { warn("chmod $options{perm_rw} $man: $!\n"); next }        ;
   131         }
   132     }} while @ARGV;
   133
   134     return 1;
   135 }
  我的系统是:Fedora2,perl的版本是:perl5.8.3-18.
  Tk的版本是:Tk-804.027
  请问我该如何才能让Tk编译通过。
  欢迎大家赐教,小弟感激不尽。
发表于 2005-4-8 11:41:33 | 显示全部楼层
Can't open ../blib/man3/Tk::Canvas.3pm for writing: Invalid argument

Tk::Canvas.3pm没有写的权限:不合法的语句
回复

使用道具 举报

 楼主| 发表于 2005-4-11 20:30:46 | 显示全部楼层

关于TK

谢谢斑主的回答,我也知道改参数,可是怎么改啊?请你好人作到底吧,好吗?
小猪逍遥敬上。
回复

使用道具 举报

发表于 2005-4-11 21:25:33 | 显示全部楼层
对Perl的开发研究较少

你可以多google一下
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-4-20 07:05 , Processed in 0.058079 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表