作者ducksteven (chitsaou)
看板PCman
標題[心得] pcmanx-gtk2-0.3.5
時間Fri Sep 22 01:06:08 2006
剛剛抓回來編譯了,不過程式碼裡面有錯...||
listbox.cpp: In member function 「std::string CListBox::GetItemText(int)」:
listbox.cpp:135: 錯誤: 「gtk_tree_model_gEt」 在此作用欄位中尚未宣告
make[3]: *** [listbox.o] Error 1
make[3]: Leaving directory `/root/pcmanx-gtk2-0.3.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/pcmanx-gtk2-0.3.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/pcmanx-gtk2-0.3.5'
make: *** [all] Error 2
所以我就照著改,把 src/listbox.cpp 裡面的
gtk_tree_model_gEt
改成 gtk_tree_model_get
就可以順利編譯了。
唔,麻煩 PCManX 開發團隊修一下這個 typo 吧
Orz
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 220.132.226.207
推 HZYSoft:這.... 竟然會有這種問題 @_@||| 不太可能吧 orz 09/22 13:19
推 HZYSoft:檢查過 svn 上的程式碼了,的確是沒有你說的這問題 ||| 09/22 13:41
推 ducksteven:我是直接抓tgz回來的 orz 09/23 00:33