Le mardi 03 janvier 2006 à 13:14 -0700, [EMAIL PROTECTED] a écrit : > Hello all, > > I'm trying to build gnomemeeting from source on my debian (testing) > computer. configure step exits with the following error: > > configure: error: Package requirements (gtk+-2.0 >= 2.4.0 gthread-2.0 >= > 2.4.0 esound >= 0.2.28 libxml-2.0 >= 2.5.0) were not met. > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively you may set the GNOMEMEETING_CFLAGS and GNOMEMEETING_LIBS > environment variables > to avoid the need to call pkg-config. See the pkg-config man page for > more details. > > > I made sure I've gtk+ > 2.4, esound > 0.2.28 and libxml > 2.5 but couldn't > find any package related to gthread in apt-get repository. I don't have
It is part of glib. You have installed those libraries, but are you sure you installed the corresponding -devel packages? apt-get install libxml2.0-dev for example... > gnome installed so I gave the --disable-gnome option to ./configure. > > Where can I get the gthread package for debian? I've googled for it and > didn't find it anywhere. Do I really need this package?? > > Thanks in advance, > Sanjay. > > > http://www.techiesabode.com/ > _______________________________________________ > GnomeMeeting-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list -- _ Damien Sandras (o- //\ GnomeMeeting: http://www.gnomemeeting.org/ v_/_ FOSDEM 2006 : http://www.fosdem.org SIP Phone : sip:[EMAIL PROTECTED] sip:[EMAIL PROTECTED] _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
