關於header file的位置 - Linux

Table of Contents

各位板友好

小弟是使用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

Brianna avatarBrianna2011-09-02
你檢查看看/usr/include/Xm/Xm.h裡面有沒有內容。
Frederic avatarFrederic2011-09-02
有內容~
Queena avatarQueena2011-09-07
configure -h選單內還有其他指定Xm位置的選項嗎?
Edward Lewis avatarEdward Lewis2011-09-12
我在我的solaris機器上,測試起來很正常了。
Cara avatarCara2011-09-12
直接./configure到make都順利通過了。
會不會是libmotif-dev的Xm.h不合程式需求?
Joe avatarJoe2011-09-15
我試試看直接下載Motif source code手動安裝看看好了