Glib problem

Discussion regarding the installation and configuration of Linux distributions.
Post Reply
outstream
Naib Subedar
Posts: 322
Joined: Wed Sep 24, 2003 10:04 pm
Location: islamabad

Glib problem

Post by outstream »

AoA

I was trying to install new version of xchat through sources.during installation it gave me the Glib error. I checked and Glib was already installed and running. here is the output that i got

Code: Select all

checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for sed... /bin/sed
checking for uname... /bin/uname
checking system type... Linux
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.3... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: "Cannot find glib"

after this i tried to install Glib again from the rpm i already had in my pc and it told me Glib is already installed

Code: Select all


[root@localhost root]# rpm -Uvh glibc-2.3.2-11.9.i686.rpm
warning: glibc-2.3.2-11.9.i686.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing...                ########################################### [100%]
        package glibc-2.3.2-11.9 is already installed
[root@localhost root]#

anyone got any ideas whats going on with it down here? :roll:

good day
Testing?What's that? If it compiles, its good, if it boots up it is perfect.
----------------------------------------------------
Imran
Registered Linux User # 334322
jargon
Lieutenant Colonel
Posts: 691
Joined: Mon Oct 13, 2003 9:40 am

Post by jargon »

Well , yeah you have glib, but when ever you are compiling code you can think of it as developing (not like you made the program, but you are creating it from scratch), so you will need the glib-devel package as well, grab that from your redhat cd, or from the redhat site under RH 9.0.

Get the glib-devel with the same version number as your glib package...
http://ftp.redhat.com/pub/redhat/linux/ ... dHat/RPMS/

P.S. Dont try to install it just to see if you have it, I know nothing happens if its already installed but do a 'query' and ask rpm if something , in this case, glib is installed, a good way to see all the 'glib*' packages on your system is to do a 'rpm -qa|grep glib' - boom , you will see a list of all pakages with 'glib' in their names.
Last edited by jargon on Sat Jan 17, 2004 7:03 am, edited 2 times in total.
jargon
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Re: Glib problem

Post by lambda »

that's a glib error, not glibc. install the glib2-devel package.
outstream
Naib Subedar
Posts: 322
Joined: Wed Sep 24, 2003 10:04 pm
Location: islamabad

Post by outstream »

AoA

yeah it is solved

thanks for help every one :)
Testing?What's that? If it compiles, its good, if it boots up it is perfect.
----------------------------------------------------
Imran
Registered Linux User # 334322
Dread_nact
Cadet
Posts: 3
Joined: Mon Feb 02, 2004 10:24 pm
Contact:

Post by Dread_nact »

I am trying to install some software, But I seem to be stuck in a loop. I have looked at other peoples posts who have had similar problems and tried a few things but withput much success.

My Specs: Athlon Proccessor @ 900mhtz, Red Hat 9(shrike) running Metacity window manager and rox session as desktop. I have used redhat update and updated everything including kernal (now Linux version 2.4.20-28.9 gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) I do not have Gnome or KDE installed.


The first thing is this attempt to install Realplayer I got from http://cambuca.ldhs.cetuc.puc-rio.br/xine/

[root@Dread Downloads]# rpm -ivh RealPlayer*
error: Failed dependencies:
libXm.so.2 is needed by RealPlayer9-9.0.7.151-4

So I went looking for libxm.so.2 and was led to believe it was in the openmotif packege which I found at http://www.hklpg.org/RPM/libXm.so.2.html

[root@Dread Downloads]# rpm -ivh openmotif*
Preparing... ########################################### [100%]
package openmotif-2.2.2-14 (which is newer than openmotif-2.2.2-3_ICS) is already installed
file /usr/X11R6/bin/mwm from install of openmotif-2.2.2-3_ICS conflicts with file from package openmotif-2.2.2-14
file /usr/X11R6/bin/xmbind from install of openmotif-2.2.2-3_ICS conflicts with file from package openmotif-2.2.2-14
file /usr/X11R6/lib/libMrm.so.3.0.1 from install of openmotif-2.2.2-3_ICS conflicts with file from
package openmotif-2.2.2-14
file /usr/X11R6/lib/libUil.so.3.0.1 from install of openmotif-2.2.2-3_ICS conflicts with file from
package openmotif-2.2.2-14
file /usr/X11R6/lib/libXm.so.3.0.1 from install of openmotif-2.2.2-3_ICS conflicts with file from package openmotif-2.2.2-14
file /usr/X11R6/man/man1/mwm.1.gz from install of openmotif-2.2.2-3_ICS conflicts with file from package openmotif-2.2.2-14
file /usr/X11R6/man/man1/xmbind.1.gz from install of openmotif-2.2.2-3_ICS conflicts with file from package openmotif-2.2.2-14
file /usr/X11R6/man/man4/mwmrc.4.gz from install of openmotif-2.2.2-3_ICS conflicts with file from
package openmotif-2.2.2-14
[root@Dread Downloads]#

Does the realplayer not accept the newer (libmx.so.3.0.1) or can it just not find it?
I have a similer problem with gtk+ aswell. Trying to install pager from http://rox.sourceforge.net/phpwiki/index.php/Pager gives me this error:

Compiling /home/dread/Documents/Download/pager... please wait...
checking that pkg-config runs... yes
checking that gtk+-2.0 (version >= 2.0.0 is installed... no
configure: error: Package is not installed
Compile failed
Press Return...

then the Error Message: Applet quit without ever creating a widget!


I know I have gtk+-1.2.10-25, So I download GTK+2.0.9 from http://www.gtk.org/download/. Configure gives me the following.

[root@Dread gtk+-2.0.9]# ls
acconfig.h config.h.win32.in gdk-2.0-uninstalled.pc.in INSTALL NEWS.pre-1-0
acinclude.m4 config.log gdk-pixbuf install-sh po
aclocal.m4 config.sub gdk-pixbuf-2.0.pc.in libtool README
AUTHORS configure gdk-pixbuf-2.0-uninstalled.pc.in ltmain.sh README.cvs-commits
build configure.in gtk m4macros README.nanox
ChangeLog contrib gtk+-2.0.pc.in makecopyright README.win32
ChangeLog.pre-1-0 COPYING gtk+-2.0-uninstalled.pc.in Makefile.am sanitize-la.sh
ChangeLog.pre-1-2 demos gtk+.spec Makefile.in stamp-h.in
ChangeLog.pre-2-0 docs gtk+.spec.in missing tests
config.guess examples gtk-zip.sh mkinstalldirs TODO
config.h.in gdk gtk-zip.sh.in modules
config.h.win32 gdk-2.0.pc.in HACKING NEWS
[root@Dread gtk+-2.0.9]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking for native Win32... no
checking whether build environment is sane... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.0.6 atk >= 1.0.1 pango >= 1.0.1... Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found

configure: error: Library requirements (glib-2.0 >= 2.0.6 atk >= 1.0.1 pango >= 1.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

So I go and download glib2 from http://www.hklpg.org/RPM/glib2.html. The install gives the following
[root@Dread Downloads]# rpm -ivh glib2-2.2.2-0.n0i.athlon.rpm
Preparing... ########################################### [100%]
file /usr/lib/libglib-2.0.so.0 from install of glib2-2.2.2-0.n0i conflicts with file from package glib2-2.2.1-1
file /usr/lib/libgmodule-2.0.so.0 from install of glib2-2.2.2-0.n0i conflicts with file from package glib2-2.2.1-1
file /usr/lib/libgobject-2.0.so.0 from install of glib2-2.2.2-0.n0i conflicts with file from package glib2-2.2.1-1
file /usr/lib/libgthread-2.0.so.0 from install of glib2-2.2.2-0.n0i conflicts with file from package glib2-2.2.1-1

I have tried such things as:
[root@Dread Downloads]# PKG_CONFIG_PATH=/usr:/usr/X11R6:/usr/local:/usr/lib:/usr/local/lib:/usr/X11R6/lib:${PKG_CONFIG_PATH} export PKG_CONFIG_PATH
[root@Dread Downloads]# export LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:usr/share/gtk-2.0:usr/X11R6/
But with little success. As far as I know this is supposed to tell PKG_CONFIG where to look for packages on my system, but either the glib is not in any of these locations, in which case how do you find it, or I have missed something else completly different.

Any help with this would be very appreciated.
"The eagle never lost so much time as when he submitted to learn from the crow."--Nobody, to William Blake, Dead Man (1996)
jargon
Lieutenant Colonel
Posts: 691
Joined: Mon Oct 13, 2003 9:40 am

Post by jargon »

First don't grab rpms from other places, I would just go over to Real.com and get the rpm for Linux, which would be realplayer 9, or if you are daring go to https://player.helixcommunity.org/2003/downloads/ which will have HelixPlayer, Real's next gen media player for Linux/Solaris.

You def. have Gtk2.0 already installed, its very unlikely you dont have gtk 2.0, unless you did some kind of custom install and didnt install it but its more or less the default esp. in redhat 9, What you need are the gtk+2.0-devel packages,

You got to understand programs, if you are compiling stuff you will always need the "devel" packages, make sure those are first installed on your system,

a simple "rpm -qa | grep gtk" will list all the gtk related packages you have on your system.

Then retry the compile.

The simplest way is to go to http://ftp.redhat.com/pub/redhat/linux/ ... dHat/RPMS/

and download every rpm you need, and install them using -Uvh (dont use -ivh).

See the diff. - regular gtk2 and gtk2-devel (which is req. for compiling gtk+ code)
gtk2-2.2.1-4.i386.rpm 25-Feb-2003 10:05 2.6M
gtk2-devel-2.2.1-4.i386.rpm 25-Feb-2003 10:05 1.2M
jargon
Faraz.Fazil
Major General
Posts: 1024
Joined: Thu Jul 04, 2002 5:31 pm
Location: Karachi/Pakistan/Earth/Universe

Post by Faraz.Fazil »

Yup, use the rpm -Uvh command which installs in upgrade mode...and not ivh.

If nothing works you can force an install using the --force option or even --replacepkgs (use caution with replace pkgs and force though)
Linux for Life!
Dread_nact
Cadet
Posts: 3
Joined: Mon Feb 02, 2004 10:24 pm
Contact:

Post by Dread_nact »

Sorry for not getting back sooner but I had a lot to do this week. Installing the glib-devel packeges meant that gtk+-2 compiled and installed without any errors, thanks for that. However, I then tried to install the devel packages for gtk+-2, But got this error:

Code: Select all

[root@Dread Downloads]# rpm -Uvh gtk+2-devel-2.1.0-0.i386.rpm
warning: gtk+2-devel-2.1.0-0.i386.rpm: V3 DSA signature: NOKEY, key ID e01260f1
error: Failed dependencies:
        gtk+2 = 2.1.0 is needed by gtk+2-devel-2.1.0-0
        gtk+2 is needed by gtk+2-devel-2.1.0-0

[root@Dread Downloads]# rpm -qa | grep gtk
pygtk2-libglade-1.99.14-4
gtkam-0.1.7-3
gtkam-gimp-0.1.7-3
gtk+-1.2.10-25
gtk2-2.2.1-4
gnome-python2-gtkhtml2-1.99.14-5
usermode-gtk-1.67-2
authconfig-gtk-4.3.4-1
gtk-doc-common-0.10-1
gtkhtml-1.1.9-0.9.1
gtkhtml2-2.2.0-5
pygtk2-1.99.14-4
gtk+-devel-1.2.10-25
I have put the feedback from the compile here since their is so much of it, and I dont know what to include:
http://www.thewonderyears.org/dread/Faults/configure
http://www.thewonderyears.org/dread/Faults/make
http://www.thewonderyears.org/dread/Faults/make_install
**These are not from the first compile, so it should have already been installed. Also the the beginning is clipped from make and make_install.**

I tried to install pager again just to make sure nothing had changed but the same error. I have also tried a few others like Dia and whatnot, but with similer feedback.

Code: Select all

Compiling /home/dread/Documents/Download/pager... please wait...
checking that pkg-config runs... yes
checking that gtk+-2.0 (version >= 2.0.0 is installed... no
configure: error: Package is not installed
Compile failed
Press Return...
I am reluctent to force install, and would rather find other methods for now. What can I expect from forcing an install, cliches, crashes etc?

Sorry if I am missing something very obvious, but some more help on this would really be appreciated.
"The eagle never lost so much time as when he submitted to learn from the crow."--Nobody, to William Blake, Dead Man (1996)
jargon
Lieutenant Colonel
Posts: 691
Joined: Mon Oct 13, 2003 9:40 am

Post by jargon »

There is really no reason for you to have to compile GTK+2.x

[root@Dread Downloads]# rpm -qa | grep gtk
pygtk2-libglade-1.99.14-4
gtkam-0.1.7-3
gtkam-gimp-0.1.7-3
gtk+-1.2.10-25 __________<--- Same version! GTK 1.x
gtk2-2.2.1-4 __________<---This means you have GTK2 version 2.2.1-4 rpm installed, find gtk2-devel-2.2.1-4.rpm
gnome-python2-gtkhtml2-1.99.14-5
usermode-gtk-1.67-2
authconfig-gtk-4.3.4-1
gtk-doc-common-0.10-1
gtkhtml-1.1.9-0.9.1
gtkhtml2-2.2.0-5
pygtk2-1.99.14-4
gtk+-devel-1.2.10-25_______<---Same version! GTK 1.x

Now, go back to the directory you say you compiled GTK2.x and run as root,
make uninstall

Now go to redhat's site or rpmfind.net , whatever, and get the gtk2-devel package for the SAME version you already have installed , hence 2.2.1-4,
try to stick with redhat's site , either go to http://ftp.redhat.com or http://updates.redhat.com

you are trying to install gtk+2-devel-2.1.0-0 , but you have a newer version, 2.2.1-4, get that corresponding devel rpm,
you shouldn't have to compile this stuff unless you really know what you are doing,
and have a reason

Never force rpms, you really shouldn't ever have to unless you know something the rpm package system doesn't on your system,
jargon
Dread_nact
Cadet
Posts: 3
Joined: Mon Feb 02, 2004 10:24 pm
Contact:

Post by Dread_nact »

Sorry to bother you once again, but this is really irrating me now. Gtk seems to be working fine, Dia and others work fine now. Thanks for that. However pager now throws up the message:

Code: Select all

Compiling /home/dread/Documents/Download/pager... please wait... 
checking that pkg-config runs... yes 
checking that gtk+-2.0 (version >= 2.0.0 is installed... yes 
checking that libwnck-1.0 (version >=0.14)  is installed... no 
configure: error: Package is not installed 
Compile failed 
Press Return..
a quick check for libwnck:

Code: Select all

[dread@Dread Programs]$ rpm -qa | grep libwnck
libwnck-2.2.1-2
libwnck-devel-2.2.1-2
I checked where the libwnck files were and their in /usr/bin/ where pkg-config should find them, so I am out of ideas. More help would once again be very appreciated.
"The eagle never lost so much time as when he submitted to learn from the crow."--Nobody, to William Blake, Dead Man (1996)
jargon
Lieutenant Colonel
Posts: 691
Joined: Mon Oct 13, 2003 9:40 am

Post by jargon »

I dont think libwnck files are in /usr/bin , if you do a quick look on google
http://www.google.com/search?hl=en&ie=U ... gle+Search

you see that libwnck should be under some /include dir, which makes sense since these development header files are what are needed for a compile.

do..
#: updatedb
#: locate libwnck

there should be something in /include , probably under gnome2. make sure that is in your
path or path for pkg-config

thats all i can think of at the moment
jargon
jargon
Lieutenant Colonel
Posts: 691
Joined: Mon Oct 13, 2003 9:40 am

Post by jargon »

This will also make it clear:

I did a 'locate libwnck' on my slackware 9.1 system,
(and the only wnck related package on my system is...'libwnck-2.4.0.1-i686-2dl'
dont worry about why there is only 1 package on my system, as you can see below
this one package for a slack system has libs and devel files , redhat breaks it into 2 packages.)

locate libwnck
===========
/var/log/packages/libwnck-2.4.0.1-i686-2dl
/var/log/scripts/libwnck-2.4.0.1-i686-2dl
/usr/doc/libwnck-2.4.0.1
/usr/doc/libwnck-2.4.0.1/NEWS
/usr/doc/libwnck-2.4.0.1/README
/usr/doc/libwnck-2.4.0.1/AUTHORS
/usr/doc/libwnck-2.4.0.1/ChangeLog
/usr/doc/libwnck-2.4.0.1/COPYING
/usr/lib/pkgconfig/libwnck-1.0.pc
/usr/lib/libwnck-1.so.4
/usr/lib/libwnck-1.so.4.7.0
/usr/lib/libwnck-1.la
/usr/lib/libwnck-1.so
/usr/lib/libwnck-1.a
/usr/local/dropline-installer-files/libwnck-2.4.0.1-i686-2dl.tgz
/usr/share/locale/am/LC_MESSAGES/libwnck.mo
/usr/share/locale/be/LC_MESSAGES/libwnck.mo
/usr/share/locale/bg/LC_MESSAGES/libwnck.mo
/usr/share/locale/ar/LC_MESSAGES/libwnck.mo
/usr/share/locale/ca/LC_MESSAGES/libwnck.mo
/usr/share/locale/bn/LC_MESSAGES/libwnck.mo
/usr/share/locale/az/LC_MESSAGES/libwnck.mo
/usr/share/locale/da/LC_MESSAGES/libwnck.mo
/usr/share/locale/de/LC_MESSAGES/libwnck.mo
/usr/share/locale/cs/LC_MESSAGES/libwnck.mo
/usr/share/locale/cy/LC_MESSAGES/libwnck.mo
/usr/share/locale/el/LC_MESSAGES/libwnck.mo
/usr/share/locale/fa/LC_MESSAGES/libwnck.mo
/usr/share/locale/eo/LC_MESSAGES/libwnck.mo
/usr/share/locale/es/LC_MESSAGES/libwnck.mo
/usr/share/locale/et/LC_MESSAGES/libwnck.mo
/usr/share/locale/fi/LC_MESSAGES/libwnck.mo
/usr/share/locale/ga/LC_MESSAGES/libwnck.mo
/usr/share/locale/fr/LC_MESSAGES/libwnck.mo
/usr/share/locale/gl/LC_MESSAGES/libwnck.mo
/usr/share/locale/he/LC_MESSAGES/libwnck.mo
/usr/share/locale/hi/LC_MESSAGES/libwnck.mo
/usr/share/locale/id/LC_MESSAGES/libwnck.mo
/usr/share/locale/hu/LC_MESSAGES/libwnck.mo
/usr/share/locale/ja/LC_MESSAGES/libwnck.mo
/usr/share/locale/is/LC_MESSAGES/libwnck.mo
/usr/share/locale/it/LC_MESSAGES/libwnck.mo
/usr/share/locale/kn/LC_MESSAGES/libwnck.mo
/usr/share/locale/ko/LC_MESSAGES/libwnck.mo
/usr/share/locale/li/LC_MESSAGES/libwnck.mo
/usr/share/locale/lt/LC_MESSAGES/libwnck.mo
/usr/share/locale/mk/LC_MESSAGES/libwnck.mo
/usr/share/locale/lv/LC_MESSAGES/libwnck.mo
/usr/share/locale/ml/LC_MESSAGES/libwnck.mo
/usr/share/locale/mn/LC_MESSAGES/libwnck.mo
/usr/share/locale/ms/LC_MESSAGES/libwnck.mo
/usr/share/locale/nl/LC_MESSAGES/libwnck.mo
/usr/share/locale/nn/LC_MESSAGES/libwnck.mo
/usr/share/locale/no/LC_MESSAGES/libwnck.mo
/usr/share/locale/pl/LC_MESSAGES/libwnck.mo
/usr/share/locale/pt/LC_MESSAGES/libwnck.mo
/usr/share/locale/ro/LC_MESSAGES/libwnck.mo
/usr/share/locale/ru/LC_MESSAGES/libwnck.mo
/usr/share/locale/sk/LC_MESSAGES/libwnck.mo
/usr/share/locale/sl/LC_MESSAGES/libwnck.mo
/usr/share/locale/ta/LC_MESSAGES/libwnck.mo
/usr/share/locale/sq/LC_MESSAGES/libwnck.mo
/usr/share/locale/sr/LC_MESSAGES/libwnck.mo
/usr/share/locale/th/LC_MESSAGES/libwnck.mo
/usr/share/locale/sv/LC_MESSAGES/libwnck.mo
/usr/share/locale/tr/LC_MESSAGES/libwnck.mo
/usr/share/locale/uk/LC_MESSAGES/libwnck.mo
/usr/share/locale/vi/LC_MESSAGES/libwnck.mo
/usr/share/locale/wa/LC_MESSAGES/libwnck.mo
/usr/share/locale/pt_BR/LC_MESSAGES/libwnck.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libwnck.mo
/usr/share/locale/zh_TW/LC_MESSAGES/libwnck.mo
/usr/share/locale/sr@Latn/LC_MESSAGES/libwnck.mo
/usr/include/libwnck-1.0 ____________________________<--- Gets interesting here!
/usr/include/libwnck-1.0/libwnck
/usr/include/libwnck-1.0/libwnck/application.h
/usr/include/libwnck-1.0/libwnck/workspace.h
/usr/include/libwnck-1.0/libwnck/libwnck.h
/usr/include/libwnck-1.0/libwnck/window-action-menu.h
/usr/include/libwnck-1.0/libwnck/screen.h
/usr/include/libwnck-1.0/libwnck/wnck-enum-types.h
/usr/include/libwnck-1.0/libwnck/tasklist.h
/usr/include/libwnck-1.0/libwnck/window.h
/usr/include/libwnck-1.0/libwnck/window-menu.h
/usr/include/libwnck-1.0/libwnck/util.h
/usr/include/libwnck-1.0/libwnck/pager.h

================

As you can see the libwnck-1.0 directory for my system is under /usr/include,
make sure the path your libwnck-1.0 directory is in the path for pkg-config or what not,
you can also do ./configure -help (or is it --help ?) and there may be an option where you can tell it explictily where to look for the libwnck-1.0 directory.

Good Luck
jargon
Post Reply