我一直試圖編譯megalhal幾個小時,現在我似乎沒有得到任何地方。有沒有人有過這個成功? http://megahal.alioth.debian.org/有誰知道如何在Ubuntu上編譯Megahal?
我不斷收到一個錯誤,指出:
inlined from ‘load_personality.constprop’ at megahal.c:3283:8,
inlined from ‘change_personality.constprop’ at megahal.c:3332:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:293:2: warning: call to ‘__fread_chk_warn’ declared with attribute warning: fread called with bigger size * nmemb than length of destination buffer
return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
^
cc1: some warnings being treated as errors
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Makefile:44: recipe for target 'pythonmodule' failed
make: *** [pythonmodule] Error 1
我已經安裝了通過sudo蟒蛇apt-get和我一直在每次談到「 'x86_64的-Linux的GNU-GCC' 線但我沒有發現任何解決方案
感謝您的答覆。它的怪異,這樣的工作。做測試是沒有工作的唯一步驟,但是當我嘗試從命令提示符啓動megalhal仍然沒有。當我嘗試從cd /home/user/Downloads/megahal-9.1.1編譯gcc錯誤仍然會發生 – smiikr