Re: [wmii] compilation wmii / ubuntu package

From: Kris Maglione <maglione.k_AT_gmail.com>
Date: Sun, 11 Jan 2009 14:27:19 -0500

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
Received on Sun Jan 11 2009 - 19:27:19 UTC

This archive was generated by hypermail 2.2.0 : Sun Jan 11 2009 - 19:36:08 UTC