You are not logged in.
Pages: 1
I just reintalled Arch and when I tried building openbox-cvs with the PKGBUILD from the AUR I got this error.
./configure: line 21108: syntax error near unexpected token `GLIB,'
./configure: line 21108: `PKG_CHECK_MODULES(GLIB, glib-2.0)'
make: *** No targets specified and no makefile found. Stop.
Any ideas of what may be causing it? :?
Offline
Anyone?
Offline
Why yuo need it build?
Install KDE Develop, it, I thing, have makefile, that: pacman -S kdevelop
Goodbye!
Offline
check if you have every file (you need: PKGBUILD, gtkcolors.diff, openbox.install and patchy.patch, place them in /var/abs/local/openbox-cvs/ ) look here: http://aur.archlinux.org/packages/openb … enbox-cvs/ for the files.
Or maybe there's something wrong with glib or gcc :] but the former is most likely the solution to your problem.
(ps. I used the same pkgbuild from the aur and it built just fine )
kruxflux (alpha) | kernels: 2.6.17-beyond3-1 | Intel(R) Pentium(R) 4 (Northwood) CPU 1.80GHz 1816.984 MHz | SAMSUNG SP2514N (250 GB) (dm-crypt) | Screen: nVidia NV11DDR [GeForce2 MX 100 DDR/200 DDR] (rev b2) @ 1280x1024 (24 bpp)
Offline
you need to install glib2 to build it, i will update the depends on the PKGBUILD in AUR now.
Offline
[...] i will update the depends on the PKGBUILD in AUR now.
No need to do so. You already have gtk2 in there as a dependency which depends on atk which in turn depends on glib2...
Offline
I already have glib2 installed and I'm building it the correct way and it still doesn't work.
Before I reinstalled Arch it built just fine. :?
EDIT: Here's the complete log.
Offline
I already have glib2 installed and I'm building it the correct way and it still doesn't work.
Before I reinstalled Arch it built just fine. :?EDIT: Here's the complete log.
do you have pkgconfig installed?
Offline
kps wrote:I already have glib2 installed and I'm building it the correct way and it still doesn't work.
Before I reinstalled Arch it built just fine. :?EDIT: Here's the complete log.
do you have pkgconfig installed?
Thank you. That's what was missing.
Offline
Pages: 1