You are not logged in.
Most of the logs are here:
http://www.archlinux.pastebin.com/671575
Anyone has advices?
Offline
It builds fine for me here, MAC!EK. I think this is the critical error:
Package xrender was not found in the pkg-config search path.
Perhaps you should add the directory containing `xrender.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xrender', required by 'cairo', not found
Install libxrender and try it again.
Offline
# pacman -Q libxrender
libxrender 0.9.0.2-1
# locate xrender.pc
#
# pacman -S libxrender
:: libxrender-0.9.0.2-1: is up to date. Upgrade anyway? [Y/n]
Targets: libxrender-0.9.0.2-1
Total Package Size: 0.1 MB
Proceed with upgrade? [Y/n]
checking package integrity... done.
loading package data... done.
checking for file conflicts... done.
upgrading libxrender... done.
# locate xrender.pc
/usr/lib/pkgconfig/xrender.pc
Now compiles ok
strange...
Offline
I know this is solved but it needs to be moved to the right spot for searchability. Moving.
Offline
Hm, i have a similar strange problem when I try to compile davtools:
The first and maybe most important error is:
make -C src/cdavl
make[1]: Entering directory `/tmp/qpkg/src/davl-1.2.0/src/cdavl'
make[1]: `cdavl' is up to date.
make[1]: Leaving directory `/tmp/qpkg/src/davl-1.2.0/src/cdavl'
make -C src/gdavl
make[1]: Entering directory `/tmp/qpkg/src/davl-1.2.0/src/gdavl'
gcc -DGTK2 -Wall -g -O `pkg-config --cflags --libs gtk+-2.0` -o gdavl gdavl.c if.c
/bin/sh: pkg-config: command not found
The rest is similar to Mac1ek's errors:
http://pastebin.com/673096
I have already reinstalled libxrender... but i wasnt able to find a package with pkg-config...
Offline
Offline
thanks very much
Offline