簡體   English   中英

在Codeanywhere中安裝ChezScheme-9.5.2時遇到了麻煩

[英]Having troubles installing ChezScheme-9.5.2 in Codeanywhere

試圖在Codeanywhere上的Ubuntu 16.04 LTS上安裝ChezScheme-9.5.2.tar.gz。 在sudo make命令期間,獲取錯誤消息失敗,因為缺少uuid / uuid.h。 如何在$ sudo make可以找到它的位置獲得uuid / uuid.h?

原來還有其他丟失的文件,所以做了以下事情:

$ sudo apt install uuid-dev libncurses5-dev libncursesw5-dev libx11-dev

make仍然失敗,但不是因為缺少文件。 我相信512MB的內存太小了。

為了回答您的問題“您的錯誤消息是什么?” 我試圖復制發生的事情。 我想我已經這樣做了,這里是錯誤信息:

compiling cpnanopass.ss with output to cpnanopass.a6le
Mf-base:487: recipe for target 'bootall' failed
make[4]: *** [bootall] Killed
Mf-base:164: recipe for target 'allx' failed
make[3]: *** [allx] Error 2
Mf-base:181: recipe for target 'bootstrap' failed
make[2]: *** [bootstrap] Error 2
Makefile:20: recipe for target 'build' failed
make[1]: *** [build] Error 2
Makefile:19: recipe for target 'build' failed
make: *** [build] Error 2
cabox@Python_Lua:~/workspace/ChezScheme-9.5.2$

首先,不得不做'$ sudo apt-get install uuid-dev',因為'apt install'做的不同於'apt-get install',它安裝了uuid.h。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM