You are not logged in.

#1 2011-11-11 09:19:17

Warnaud
Member
From: /dev/random
Registered: 2006-03-02
Posts: 58
Website

Compiling fvwm with xft support

I'm trying to update (at last ;-) ) my fvwm-patched aur pkg (https://aur.archlinux.org/packages.php?ID=7195)
In the pkgbuild, after the patches I have:

./configure --prefix=/usr \
    --sysconfdir=/etc \
    --libexecdir=/usr/lib \
    --with-xft-prefix=/usr \
    --with-fontconfig=/usr \
    --with-stroke \
    --enable-perllib \
    --enable-xinerama \
    --enable-bidi \
    --enable-nls --enable-iconv \
    --enable-xft

when I run makepkg ...

checking for Xft - version >= 2.0.0... ./configure: line 8225: /usr/bin/xft-config: No such file or directory
./configure: line 8226: /usr/bin/xft-config: No such file or directory
./configure: line 8228: /usr/bin/xft-config: No such file or directory
./configure: line 8230: /usr/bin/xft-config: No such file or directory
./configure: line 8232: /usr/bin/xft-config: No such file or directory
./configure: line 8240: test: -lt: unary operator expected
./configure: line 8243: test: -eq: unary operator expected
no
*** The Xft test program failed to run.  If your system uses
*** shared libraries and they are installed outside the normal
*** system library path, make sure the variable LD_LIBRARY_PATH
*** (or whatever is appropiate for your system) is correctly set.

The xft-config file do not exist

Any ideas?


-=<>=-
Archlinux French site : http://www.archlinux.fr

Offline

#2 2011-11-11 12:38:26

Warnaud
Member
From: /dev/random
Registered: 2006-03-02
Posts: 58
Website

Re: Compiling fvwm with xft support

Fixed :-)

./configure --prefix=/usr \
    --sysconfdir=/etc \
    --libexecdir=/usr/lib \
    --with-stroke \
    --enable-perllib \
    --enable-xinerama \
    --enable-bidi \
    --enable-nls --enable-iconv \
    --enable-xft

I've removed:

--with-xft-prefix=/usr \
    --with-fontconfig=/usr \

Since pkg-config handle it correctly :-)

Hope it helps somebody else


-=<>=-
Archlinux French site : http://www.archlinux.fr

Offline

Board footer

Powered by FluxBB