国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Ubuntu > 正文

Ubuntu Server(Ubuntu 14.04 LTS 64位)安裝libgdiplus2.10.9出錯問題記錄

2024-06-28 13:25:33
字體:
來源:轉載
供稿:網友
Ubuntu Server(Ubuntu 14.04 LTS 64位)安裝libgdiplus2.10.9出錯問題記錄

首先下載libgdiplus2.10.9安裝包

wget http://download.mono-PRoject.com/sources/libgdiplus/libgdiplus-2.10.9.tar.bz2tar -jxvf libgdiplus-2.10.9.tar.bz2cd libgdiplus-2.10.9

進入目錄開始configure編譯

./configure --prefix=/usrmake

將libgdiplus安裝在/usr目錄下

發現在該操作系統報錯了:如下

gdiplus-private.h:33:31: fatal error: freetype/tttables.h: No such file or directory #include <freetype/tttables.h>                               ^compilation terminated.make[2]: *** [adjustablearrowcap.lo] Error 1make[2]: Leaving directory `/root/libgdiplus-2.10/src'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/root/libgdiplus-2.10'make: *** [all] Error 2root@ubuntu:~/libgdiplus-2.10# sudo ln -s /usr/X11/include/freetype2/freetype/ /usr/X11/include/freetypeln: failed to create symbolic link ‘/usr/X11/include/freetype’: No such file or directory

這個錯誤就是說創建/usr/X11/include/freetype鏈接失敗了,因為找不到freetype

我們打開/usr/include看有沒有freetype這個目錄,沒有吧,但是我們找到了freetype2,這樣我們做個鏈接吧

ln -s /usr/include/freetype2 /usr/include/freetype

然后繼續make發現錯誤如下:

/usr/lib64/libglib-2.0.so.0: could not read symbols: Invalid Operationcollect2: error: ld returned 1 exit statusmake[2]: *** [testgdi] Error 1make[2]: Leaving directory `/usr/local/src/libgdiplus-2.10.9/tests'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/usr/local/src/libgdiplus-2.10.9'make: *** [all] Error 2

解決方法來自:http://beginor.github.io/2013/10/15/install-and-config-mono-on-ubuntu-server.html

先執行 ./configure 命令, 然后編輯libgdiplus-2.10.9目錄下的 tests/Makefile 文件;將 130 行的 LIBS = -lpthread -lfontconfig 改為 LIBS = -lpthread -lfontconfig -lglib-2.0 -lX11;再次執行 make 命令即可。

再次make,是不是很快成功了,ok,makeinstall吧


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 湛江市| 马龙县| 台北县| 鱼台县| 永兴县| 合山市| 彩票| 东港市| 吉木萨尔县| 盈江县| 祁门县| 寻乌县| 富阳市| 涡阳县| 夹江县| 淮阳县| 玉溪市| 静海县| 乐山市| 中阳县| 军事| 衡阳县| 武安市| 绥棱县| 诸城市| 隆德县| 左权县| 五大连池市| 郸城县| 颍上县| 扎兰屯市| 大洼县| 汉中市| 西林县| 商丘市| 沁源县| 上饶县| 韶关市| 延庆县| 宜城市| 凤山县|