You are not logged in.

#1 2006-04-20 17:09:05

MAC!EK
Member
Registered: 2005-09-27
Posts: 267

[solved] davtools - errors during compilation

Most of the logs are here:
http://www.archlinux.pastebin.com/671575

Anyone has advices?

Offline

#2 2006-04-20 18:21:05

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [solved] davtools - errors during compilation

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

#3 2006-04-20 19:46:33

MAC!EK
Member
Registered: 2005-09-27
Posts: 267

Re: [solved] davtools - errors during compilation

# 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

#4 2006-04-21 00:25:36

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: [solved] davtools - errors during compilation

I know this is solved but it needs to be moved to the right spot for searchability. Moving.

Offline

#5 2006-04-21 11:45:23

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: [solved] davtools - errors during compilation

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

#6 2006-04-21 12:31:16

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [solved] davtools - errors during compilation

Offline

#7 2006-04-22 12:09:01

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: [solved] davtools - errors during compilation

thanks very much

Offline

Board footer

Powered by FluxBB