久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

fedora17 安裝skyeye 1.3.5(轉(zhuǎn)載)

 zhouADNjj 2014-06-17

(1)首先安裝依賴包:

yum install ncurses

        還有以下依賴包

ncurses

ncurses -devel

glibc

glibc-devel

libXpm

libXpm-devel

xterm

xorg-x11-fonts-misc

llvm

python-devel

libiconv

(2)安裝完"xorg-x11-fonts-misc"后,使用root權(quán)限運行下面程序:

        fc-cache -fv

(3)手動創(chuàng)建一些文件頭.用以下命令創(chuàng)建把內(nèi)容復(fù)制進去保存即可.

        gedit /usr/include/sys/stropts.h

        gedit /usr/include/bits/xtitypes.h

       這兩個文件可從網(wǎng)上下載,。

(4)解壓編譯安裝skyeye       

./configure

make lib

make

make install_lib

make install


 ******(1)遇到error******

configure: error: C++ compiler cannot create executables

 解決辦法:
yum install gcc-c++

 ******(2)遇到error*****
/usr/bin/ld: cannot find -lltdl;
 解決辦法:
yum install libtool-ltdl-devel

 ******(3)遇到error*****
error: X11/extensions/XShm.h
 解決辦法:
yum install libXext-devel.x86_64

另外附錄一些錯誤解決辦法https://qshanbao.blog.ustc.edu.cn/?p=211

其間會出現(xiàn)很多錯誤,一般是找不到文件,,把錯誤粘到google上查找解決方法。

(1)cannot find -lltdl         解決方法:安裝libltdl

(2)X11/Xlib.h: No such file or directory     解決方法:安裝xorg-dev

(3)/usr/bin/ld: cannot find -liconv      解決方法:下載libiconv安裝包,,使用 ./configure –prefix=/usr/local , make ,, make install安裝,。 make可能出現(xiàn)錯誤: ./stdio.h:1010:1: error: ‘gets’ undeclared here (not in a function)  解決方法:sed -i ‘/gets is a security hole/d’ scrlib/stdio.h

(4)fatal error: gtk/gtk.h: No such file or directory 解決方法:sudo apt-get install libgtk2.0-dev

(5)fatal error: glibconfig.h: No such file or directory  解決方法:sudo cp /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h /usr/include/ (64位系統(tǒng))

(6)fatal error: cairo.h: No such file or directory  解決方法:cp /usr/include/cairo/* /usr/include/

(7)fatal error: pango/pango.h: No such file or directory 解決方法:cp -r /usr/include/pango-1.0/pango/ /usr/include/

(8)fatal error: gdkconfig.h: No such file or directory  解決方法:cp /usr/lib/x86_64-linux-gnu/gtk-2.0/include/gdkconfig.h /usr/include/   (64位系統(tǒng))
(9)fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory compilation terminated. 解決方法:sudo cp -r /usr/include/gdk-pixbuf-2.0/gdk-pixbuf /usr/include/

(10)fatal error: atk/atk.h: No such file or directory  解決方法:cp -r /usr/include/atk-1.0/atk/ /usr/include/
(11)fatal error: Python.h: No such file or directory  解決方法:sudo aptitude install python-dev

(12)安裝以后運行skyeye出錯:ImportError: /usr/lib/python2.7/lib-dynload/_ctypes.x86_64-linux-gnu.so: undefined symbol: PyFloat_Type

ImportError: /usr/local/lib/python2.7/lib-dynload/_ctypes.so undefined symbol: PyUnicodeUCS2_FromUnicode

解決方法:下載python2.7解壓,使用以下命令安裝:

./configure --enable-shared --enable-unicode=ucs4

還有一些錯誤可以在這個網(wǎng)站查找http://www./wiki/Error_messages_and_their_solutions

    本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,,所有內(nèi)容均由用戶發(fā)布,,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購買等信息,,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請點擊一鍵舉報,。
    轉(zhuǎn)藏 分享 獻花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多