日曜日, 11月 30, 2008

64bit化 その4

昨日に引き続き作業。

上手くいかない。。。

エラーメッセージの内容は

Can't locate ExtUtils/Embed.pm in @INC (@INC contains: /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .).
BEGIN failed--compilation aborted.
In file included from mpfc_wrap.cpp:25:
mpfc_wrap.cpp1:442: error: expected unqualified-id before string constant
mpfc_wrap.cpp1:443: error: expected initializer before ‘*’ token
mpfc_wrap.cpp1:448: error: ‘SwigPerlWrapperPtr’ does not name a type
In file included from mpfc_wrap.cpp:25:
mpfc_wrap.cpp1:37044: error: too many initializers for ‘swig_command_info’


↑のエラーメッセージが多数出力され、その後

mpfc_wrap.cpp1:37051: 警告: ‘current_interpreter’ initialized and declared ‘extern’
mpfc_wrap.cpp1: In function ‘void boot_mpfc_perl(PerlInterpreter*, CV*)’:
mpfc_wrap.cpp1:37071: error: ‘struct swig_command_info’ has no member named ‘wrapper’
mpfc_wrap.cpp1:37055: 警告: unused variable ‘items’
mpfc_wrap.cpp1: At global scope:
mpfc_wrap.cpp1:175: 警告: ‘swig_type_info* SWIG_TypeDynamicCast(swig_type_info*, void**)’ defined but not used
mpfc_wrap.cpp1:188: 警告: ‘swig_type_info* SWIG_TypeQuery(const char*)’ defined but not used
mpfc_wrap.cpp1:717: 警告: ‘int swig_magic_readonly(PerlInterpreter*, SV*, MAGIC*)’ defined but not used
make[1]: *** [mpfc_wrap.o] エラー 1

となる。原因を考える気にもなれない。眠い。。。

0 件のコメント: