使用‘make menuselect’時出現“libgdk-x11-2.0.so: undefined reference to `_XGetRequest'”
最近在編譯asterisk時遇到此錯誤:/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../libgdk-x11-2.0.so: undefined reference to `_XGetRequest'。
谷歌了好久也沒有找到解決問題的方法,但基本肯定應該是和X11和GTK庫有關。
yum
install
gtk2 gtk2-devel
yum
install
gnome-devel
(可能需要)
安裝成功後檢視下gtk版本:
[root@localhost ]# pkg-config --modversion gtk+-2.0
2.24.23
在重新安裝了GTK2.0版本還是沒有解決此問題,於是想到了更新X11。yun install libX11-devel.i686
結果問題解決。
相關推薦
使用‘make menuselect’時出現“libgdk-x11-2.0.so: undefined reference to `_XGetRequest'”
最近在編譯asterisk時遇到此錯誤:/usr/lib/gcc/i686-redhat-linux/4.4.7/../../../libgdk-x11-2.0.so: undefined reference to `_XGetRequest'。 谷歌了好久也沒有找到解決問
ubuntu16.04下編譯caffe出現.build_release/lib/libcaffe.so: undefined reference to google ::protobuf…的問題
人工智慧/機器學習/深度學習交流QQ群:811460433 程式設計師深度學習微信公眾號: ubuntu16.04下編譯caffe出現.build_release/lib/libcaffe.so: undefined reference to google ::protobuf…的
ubuntu16.04下編譯caffe出現.build_release/lib/libcaffe.so: undefined reference to google ::protobuf...的問題
----------------------------------------------------------------------------------------------為什麼會出現undefined reference to 'xxxxx'錯誤?首先這是連
(原)編譯caffe時提示未定義的引用(undefined reference to)
CXX/LD -o .build_release/examples/cifar10/convert_cifar_data.bin .build_release/tools/extract_features.o:在函式‘int feature_extraction_pipeline<float>
【筆記】libjpeg的移植,make編譯時出現錯誤
問題描述: [email protected]:~/decodeporing/jpeg-6b# make./libtool --mode=compile arm-linux-gcc -O2 -I. -c ./jcapimin.c make: ./libtool:命令未找到
make &make install 時出現錯誤和警告的修正
Aspseek1.4更新日誌 一、make && make install時出現的警告、錯誤及其修正 錯誤及警告: charsets.cpp:475:1: warning: deprecated conversion from string constant to 'char*' /usr/
Windows socket通訊出現接收資料時出現recv返回大於0,但緩衝區為大小為0的問題
服務端在ubuntu伺服器下,客戶端在windows下,採用socket進行通訊,在客戶端接收資料時,出現了詭異的情況,recv返回值大於0,但緩衝區大小為0,程式碼如下: char buff[10]; int res=recv(ClientSocket, b
使用Eclipse啟動Tomcat8時出現 'Starting Tomcat v8.0 Server at localhost' has encountered a problem.
問題1: 使用Eclipse啟動Tomcat8時出現 ‘Starting Tomcat v8.0 Server at localhost’ has encountered a problem.Sev
安裝redis伺服器時,執行sudo make test時出現錯誤
You need tcl 8.5 or newer in order to run the Redis test Makefile:225: recipe for target ‘test’ failed make: * [test] Error 1 提示
使用Eclipse啟動Tomcat6時出現 'Starting Tomcat v6.0 Server at localhost' has encountered a problem.
Several ports (8005, 8009) required by Tomcat v6.0 Server at localhost are already in use. The server may already be running in anothe
使用selenium時出現 " FileNotFoundError: [WinError 2] 系統找不到指定的檔案。" 的解決辦法。
在使用python的selenium模組模擬瀏覽器登入,使用的下面的程式碼 #author: aspiring from selenium import webdriver # 例項化一個瀏覽器 driver = webdriver.Chrome() # 傳送請求 dr
linux下開發,解決cocos2d-x中編譯出現的一個小問題, undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
water span x86 code bject data- ace 技術分享 inux 解決cocos2d-x中編譯出現的一個小問題 對於cocos2d-x 2.×中編譯中,若頭文件裏引入了#include "cocos-ext.h",在進行C++編譯的時候會遇到例
/usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.9: undefined reference toTIFFIsTiled@LIBTIFF_4.0'
linux defined error highgui opencv locate sta body ror 感謝填坑勇士:https://www.cnblogs.com/whu-zeng/p/6874307.html 今天編譯caffe ,本來編譯過無數次caffe
執行git命令時出現fatal: 'origin' does not appear to be a git repository錯誤
遠程 from pos pull reader could not span style fat 在執行git pull origin master時出現: fatal: ‘origin‘ does not appear to be a git repository
error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory解決
make scp AR object normal memcache window 2.0 HA 我是從其他服務器scp來的memcached(~~~整個文件夾的那種,windows用多了的後遺癥) 在準備運行 ./memcached -d -u root -l loca
gcc 在連結相關so或者a檔案時出現 undefined reference to "xxx"
gcc 在連結相關so或者a檔案時出現 undefined reference to "xxx", 首先確認是否有這個xxx介面的真身,然後查明其所在的庫檔案,之後在當前makefile裡新增就行。 可是今天遇到一種特殊情況,在如下的libs後面直接新增libapps_vram.a檔案時
QT學習筆記:關於QT下配置OpenCV3.4.0後出現 error: undefined reference to 'cv::xxx'的問題及解決方案
按照網上的辦法,在QT中pro檔案末尾新增以下程式碼來引入OpenCV的庫和標頭檔案: INCLUDEPATH += D:\OpenCV3.4\opencv\build_mingw\install\x64\mingw\include LIBS += D:\Ope
Linux程式設計時使用gcc編譯.c出現以下問題,pthread.c:(.text+0x29): undefined reference to `pthread_create'collect2: err
Linux程式設計時使用gcc編譯.c出現以下問題 client.c:(.text+0x13e): undefined reference to `pthread_create' collect2: ld 返回 1 解決方法如下: 只需在用gcc編譯時加上-pthread選項即
PHP 編譯安裝時出現 undefined reference to `libiconv' 錯誤的解決方法
原文:http://flyfishes.blog.51cto.com/3527694/819693 手動編譯PHP安裝時遇到如下錯誤 /usr/local/src/php-5.3.10/ext/xmlrpc/libxmlrpc/encodings.c:73: und
undefined reference to `__gnu_mcount_nc'的解決 在編譯核心時出現瞭如下錯誤:
在編譯核心時出現瞭如下錯誤: init/built-in.o: In function `do_one_initcall': calibrate.c:(.text+0x14): undefined reference to `__gnu_mcount_nc' init/built-in.o: In