小编Raj*_*aje的帖子

检查 'gee-0.8' >= 0.8.0 :未找到

我正在尝试安装 pysoy 并在配置阶段使用

./waf configure

它给出了如下所示的错误


Checking for 'gee-0.8' >= 0.8.0          : not found

The configuration failed

(complete log in /home/mylap/Documents/coding/pysoy/libsoy/build/config.log)
Run Code Online (Sandbox Code Playgroud)

我认为这需要libgee安装..

我的安装尝试libgee

  1. 从网上下载 libgee-0.11.4
  2. 将工作区设置为该目录,然后我跑了 ./configure
  3. ./configure 成功执行
  4. 运行make命令并遇到此错误:

mylap@mylap-Inspiron-N5110:~/libgee-0.11.0$ make
make  all-recursive
make[1]: Entering directory `/home/mylap/libgee-0.11.0'
Making all in gee
make[2]: Entering directory `/home/mylap/libgee-0.11.0/gee'
make[2]: Leaving directory `/home/mylap/libgee-0.11.0/gee'
Making all in tests
make[2]: Entering directory `/home/mylap/libgee-0.11.0/tests'
  CCLD     tests
../gee/.libs/libgee-0.8.so: error: undefined reference to 'g_get_num_processors'
collect2: ld returned 1 exit status
make[2]: *** …
Run Code Online (Sandbox Code Playgroud)

python python-2.7

7
推荐指数
1
解决办法
4828
查看次数

标签 统计

python ×1

python-2.7 ×1