On Sun, Jan 11, 2009 at 06:54:52PM +0100, nicolas romain lac wrote:
sudo apt-get install libixp
sudo apt-get install libc6-dev
sudo apt-get install dpkg-dev
sudo apt-get install fakerootbuild-essential debhelper libxext-dev
x11proto-xext-dev libx11-dev libxrandr-dev

Running

make deb-dep

will do that for you.

cd  ~/temp
hg clone http://code.suckless.org/hg/wmii
cd wmii
make deb
I get this error:
cmd/wmii/fs.c:23:25: error: ixp_srvutil.h:

I don't want to run "make install", because I only to uses packages.

Just add this to your config.local.mk:

CFLAGS += -I$(ROOT)/../libixp/include
LIBIXP = $(ROOT)/../libixp/lib/libixp.a

Make sure you uninstall the libixp package first.

--
Kris Maglione

Perspective is worth 80 IQ points.
        --Alan Kay


Reply via email to