打印

安装GEDA的问题

安装GEDA的问题

我进入geda的目录,然后运行
[root@localhost 1234]# ./installer
Traceback (most recent call last):
  File "/usr/local/src/cx_Freeze-3.0.1/initscripts/Console.py", line 26, in ?
  File "installer.py", line 179, in ?
    import gtk
  File "/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 33, in ?ImportError: ./gobject.so: undefined symbol: g_value_take_boxed
[root@localhost 1234]#


用另一种方法

[root@localhost gedagaf]#make install

............................
............................

../noweb/x_preview.nw:147: error: syntax error before '*' token
make[4]: *** [x_preview.o] Error 1
make[4]: Leaving directory `/home/sihan/tools/1234/gedagaf/geda-gschem-20060123/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/sihan/tools/1234/gedagaf/geda-gschem-20060123/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sihan/tools/1234/gedagaf/geda-gschem-20060123'make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/sihan/tools/1234/gedagaf/geda-gschem-20060123'make: *** [geda-gschem-20060123/src/gschem] Error 2
[root@localhost gedagaf]#

我的版本是
[root@localhost gedagaf]# uname -a
Linux localhost 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686 athlon i386 GNU/Linux

TOP

是不是没装gtk?

而且我不懂为什么要自己编译。geda网站上既有deb包又有rpm包,而且debian、gentoo的官方软件仓库里好像也都直接提供了,有必要自己去下载源码包编译吗?特别是对编译还不太熟的人。

TOP