- - PR -
Xen on CentOS (zopeinterface でエラー)
1
投稿者 | 投稿内容 |
---|---|
|
投稿日時: 2008-05-27 13:58
下記URLの手順に従いXen構築方法のZopeInterfaceインストールを実行
しておりまして、エラーになって困っております。 何が不足しているか、御助言頂ければ幸いです。 pathの様にも思えて色々、設定したのですが、そうでもない様です。 http://itpro.nikkeibp.co.jp/article/COLUMN/20061121/254343/?ST=lin-os OSは、CentOS5.1 です。 [root@ids001 ZopeInterface-3.0.1]# python setup.py build running build running build_py running build_ext building 'zope.interface._zope_interface_coptimizations' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fPIC -IDependencies/zope.interface-ZopeInterface-3.0.1/zope.interface -I/usr/include/python2.4 -c Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c -o build/temp.linux-i686-2.4/Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.o Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c:339: error: static declaration of 'SpecType' follows non-static declaration Dependencies/zope.interface-ZopeInterface-3.0.1/zope.interface/_zope_interface_coptimizations.c:73: error: previous declaration of 'SpecType' was here error: command 'gcc' failed with exit status 1 [root@ids001 ZopeInterface-3.0.1]# |
|
投稿日時: 2008-05-27 18:31
↓コレの内容見て修正するか
http://lists.schooltool.org/pipermail/schooltool/2005-February/001054.html extern → static もしくは、 http://www.zope.org/Products/ZopeInterface の最新stable 3.3.0を使うかですかね。 _________________ 桃李不言 下自成蹊 |
|
投稿日時: 2008-05-27 18:57
ありがとうございます。
後者の手段でやったらうまくいきました。 前者の方は、どういう意味か、愚者の為、わかりませんでした。 何かの設定ファイルをextern → static に変更すれば、いいみたいですが。。。 |
1