- 論壇徽章:
- 0
|
[size=+1]系統(tǒng)是fc3,gtk是2.0,我以經(jīng)安裝了libsigc++-1.2.2,gtkmm版本是gtkmm-2.0.1,在./configure時(shí)好象沒(méi)有什么錯(cuò)誤,在make時(shí),發(fā)生錯(cuò)誤如下:
我不知道改怎么解決,那位能幫幫忙?下面是我make時(shí)的錯(cuò)誤
- /usr/lib/glib-2.0/include -g -O2 -Wall -c context.cc -MT context.lo -MD -MP -MF .deps/context.TPlo -fPIC -DPIC -o context.lo
- context.cc: In member function `const Glib::Class& Pango::Context_Class::init()':
- context.cc:110: warning: statement has no effect
- ../../glib/glibmm/object.h: In constructor `Pango::Context::Context()':
- ../../glib/glibmm/object.h:74: error: `Glib::ConstructParams::ConstructParams(const Glib::ConstructParams&)' is private
- context.cc:172: error: within this context
- make[3]: *** [context.lo] 錯(cuò)誤 1
- make[3]: Leaving directory `/root/gtkmm/gtkmm-2.0.1/pango/pangomm'
- make[2]: *** [install-recursive] 錯(cuò)誤 1
- make[2]: Leaving directory `/root/gtkmm/gtkmm-2.0.1/pango/pangomm'
- make[1]: *** [install-recursive] 錯(cuò)誤 1
- make[1]: Leaving directory `/root/gtkmm/gtkmm-2.0.1/pango'
- make: *** [install-recursive] 錯(cuò)誤 1
復(fù)制代碼 |
|