You are not logged in.

#1 2008-08-09 12:23:44

sevenfourk
Member
Registered: 2008-02-21
Posts: 185

awesome 3 rc2 building problems (gdk-pixbuf.h: Not found)

I have problems compiling rc2:

/home/sevenfourk/abs/awesome-git/src/awesome-build/common/version.c:26:35: error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory

Installed gdk-pixbuf, and i have now gdk-pixbuf, but for some unknown reason it does don see it.

Tried specify the direct path to the header, but no sollution, got this:

In file included from /home/sevenfourk/abs/awesome-git/src/awesome-build/common/version.c:26:
/usr/include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf.h:29:21: error: gdk/gdk.h: No such file or directory
/usr/include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf.h:35:44: error: gdk-pixbuf/gdk-pixbuf-features.h: No such file or directory

Well, awesome 3 rc1 build okay, yesterday did pacman -Syu and seems something happen. Seem it does not see the PATH of the header, i tried define the all path to the header, but the other files not found. So how i can define that path, or what the issue?


No cause is lost if there is but one fool left to fight for it.

Offline

#2 2008-08-09 12:52:23

ghostHack
Member
From: Bristol UK
Registered: 2008-02-29
Posts: 261

Re: awesome 3 rc2 building problems (gdk-pixbuf.h: Not found)

Not a real answer but it looks like the #WITH_IMLIB2 directive is not being set somewhere and so the code tries to load the gdk-pixbuf headers but the cmake step sets up for using imlib2.  You can check this because if you change the -DWITH_IMIB2=1 to -DWITH_IMLIB2=0 in the PKGBUILD it will compile fine.  However, this only seems to affect the git version.

Someone has put an rc2 PKGBUILD in aur that works, its here: http://aur.archlinux.org/packages.php?ID=18981

Offline

#3 2008-08-09 13:41:00

sevenfourk
Member
Registered: 2008-02-21
Posts: 185

Re: awesome 3 rc2 building problems (gdk-pixbuf.h: Not found)

Thanks for answer.

Tho its different pkgbuild for awesome tarbal, not for git.


No cause is lost if there is but one fool left to fight for it.

Offline

#4 2008-08-10 13:01:00

dpc
Member
Registered: 2005-10-16
Posts: 103

Re: awesome 3 rc2 building problems (gdk-pixbuf.h: Not found)

Offline

Board footer

Powered by FluxBB