LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Make error with GTK+ (-> UNISON) (https://www.linuxquestions.org/questions/linux-software-2/make-error-with-gtk-unison-424123/)

JacquesMaeder 03-12-2006 11:44 AM

Make error with GTK+ (-> UNISON)
 
Hi,

I am running Suse 10 and want to set-up UNISON to synchronize 2 remote servers. I have the command line version of UNISON working well but I wanted to compile graphical interface of UNISON with "make UISTYLE Gtk". In order to do that I need to have GTK+ installed, but I'm getting trouble with it.

I have dowloaded gtk+-2.8.14 and installed atk-1.10.3, Glib, jpeg-6b, lablgtk-2.6.0, libtiffpic, pango-1.10.4.

./Configure of GTK work without errors, but when I start the make of GTK I get the following errors:

./.libs/libgtk-x11-2.0.so: undefined reference to `g_object_compat_control'
collect2: ld returned 1 exit status
make[4]: *** [gtk-query-immodules-2.0] Error 1
make[4]: Leaving directory `/home/jacques/SoftBase/GTK+/gtk+-2.8.14/gtk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jacques/SoftBase/GTK+/gtk+-2.8.14/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jacques/SoftBase/GTK+/gtk+-2.8.14/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jacques/SoftBase/GTK+/gtk+-2.8.14'
make: *** [all] Error 2

What should I do there there on ?

Thank in advance for your suggestions,
Jacques


All times are GMT -5. The time now is 03:58 AM.