wsun013 寫:http://www.phrozensmoke.com/projects/pyvoicechat/
maybe this helps u
最進在 測這支程式時 (pyvoicechat) , project 提供的 binary 可以run,
不過 在load list時 有問題.
我查了一下, 發現 問題可能出在 ./gyach/src/roomlist.c (L612)這支程式, 想 拿來改, 不過 在make 的過程出現
- 代碼: 選擇全部
/Compile/truespeech/gyach-0.9.3/missing: /Compile/truespeech/gyach-0.9.3/missing: No such file or directory
make[1]: *** [configure] Error 127
strip: './src/gyach': No such file
pyesd.c: In function `esdmalloc':
pyesd.c:554: warning: initialization makes pointer from integer without a cast
./Build.pyesd: line 5: swig: command not found
pyesd_wrap.c:222:20: Python.h: No such file or directory
pyesd_wrap.c:263: error: syntax error before "PyObject"
pyesd_wrap.c:263: warning: no semicolon at end of struct or union
pyesd_wrap.c:264: error: syntax error before '*' token
pyesd_wrap.c:266: error: syntax error before '}' token
pyesd_wrap.c:266: warning: data definition has no type or storage class
pyesd_wrap.c:269: error: syntax error before "PyObject_HEAD"
pyesd_wrap.c:269: warning: no semicolon at end of struct or union
pyesd_wrap.c:271: warning: data definition has no type or storage class
pyesd_wrap.c:273: error: syntax error before '*' token
pyesd_wrap.c:274: error: syntax error before '*' token
...
這樣的error, 是因為 python 沒安裝嗎??
可是我 下指令 python 有出現
- 代碼: 選擇全部
Python 2.3.5 (#2, May 4 2005, 08:51:39)
[GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
...
看來是有安裝, 請問是少了什麼呢??
因為沒寫過python.所以不曉得錯了什麼??
謝謝