各位板友好
小弟是使用Ubuntu 10.04
目前因為要安裝某一個軟體
但必須要事前安裝 Motif library
sudo apt-get install libmotif-dev 安裝完之後
下./configure之後發現找不到Motif的header file
checking Xm/Xm.h usability... no
checking Xm/Xm.h presence... no
checking for Xm/Xm.h... no
configure: error: Failed to locate the Motif header files.
Use --without-x if you want to build the command-line version of Cluster 3.0.
Otherwise, use CPPFLAGS to add the Motif header directory to the path.
For example, if Xm.h is in /usr/X11R6/include/Xm, use
./configure CPPFLAGS=-I/usr/X11R6/include
到/usr/include/Xm 中有看到Xm.h
但是照著他的解法下了
./configure CPPFLAGS=-I/usr/include
仍然會找不到
請問這是出了什麼樣的問題嘛?
謝謝指教
--
~宅男的四個徵兆~
∠□ ○ ! * \○/ ★ (○ ?
╦╦└□ " ○□═ □ □>
║║√√ ╦══╦ ∥ |\
一回家就上PTT 每天想正妹 以當好人為樂 忘記正妹虧欠自己
--
小弟是使用Ubuntu 10.04
目前因為要安裝某一個軟體
但必須要事前安裝 Motif library
sudo apt-get install libmotif-dev 安裝完之後
下./configure之後發現找不到Motif的header file
checking Xm/Xm.h usability... no
checking Xm/Xm.h presence... no
checking for Xm/Xm.h... no
configure: error: Failed to locate the Motif header files.
Use --without-x if you want to build the command-line version of Cluster 3.0.
Otherwise, use CPPFLAGS to add the Motif header directory to the path.
For example, if Xm.h is in /usr/X11R6/include/Xm, use
./configure CPPFLAGS=-I/usr/X11R6/include
到/usr/include/Xm 中有看到Xm.h
但是照著他的解法下了
./configure CPPFLAGS=-I/usr/include
仍然會找不到
請問這是出了什麼樣的問題嘛?
謝謝指教
--
~宅男的四個徵兆~
∠□ ○ ! * \○/ ★ (○ ?
╦╦└□ " ○□═ □ □>
║║√√ ╦══╦ ∥ |\
一回家就上PTT 每天想正妹 以當好人為樂 忘記正妹虧欠自己
--
All Comments