作者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
1F:推 HZYSoft:这.... 竟然会有这种问题 @_@||| 不太可能吧 orz 09/22 13:19
2F:推 HZYSoft:检查过 svn 上的程式码了,的确是没有你说的这问题 ||| 09/22 13:41
3F:推 ducksteven:我是直接抓tgz回来的 orz 09/23 00:33