Hello! Thanks for the help. I was able to build it now.
Mod4 doesn't seem to work in Cygwin. Mod1 works. When I start wmii and open two terminals I get them in stack mode. Is it possible to get them default in Default mode? I can't remember that it was like this in wmii 3.6 in opensuse. BR Marko 2010-03-09 Anselm R Garbe wrote: Change LDFLAGS to -lX11instead of -lXlib if that isn't the case. > >2010/3/9 Marko Koski-Vähälä <ma...@koski-vahala.com>: >> Hello! >> >> I don't have libXlib.a but I have libX11.a which according to my >> understanding should be the same. >> "libX11, aka Xlib, is the core library of the X11 protocol." >> >> So how can I get around this problem? >> >> BR Marko >> >> * Anselm R Garbe <ans...@garbe.us> [100309 16:21]: >>> On 9 March 2010 14:32, <ma...@koski-vahala.com> wrote: >>> > >>> > Hello! >>> > >>> > My config.mk looks like this >>> > >>> > PREFIX = /usr >>> > BIN = $(PREFIX)/bin >>> > MAN = $(PREFIX)/share/man >>> > DOC = $(PREFIX)/share/doc/wmii >>> > ETC = $(PREFIX)/etc >>> > LIBDIR = /lib >>> > INCLUDE = $(PREFIX)/include >>> > >>> > I have a directory /usr/include/X11 and there I have all the following >>> > files required by x11.h >>> > #include <X11/Xlib.h> >>> > #include <X11/Xutil.h> >>> > #include <X11/Xatom.h> >>> > >>> > Any other file I need to look for? >>> >>> Do you also have /usr/lib/libXlib.a and such? >>> >>> Cheers, >>> Anselm >>> >> > > >