Re: [dev] wmii build fails in cygwin

2010-03-09 Thread Kris Maglione
On 2010-03-09, ma...@koski-vahala.com wrote: > > Hello! > > Thanks for the help. I was able to build it now. > > Mod4 doesn't seem to work in Cygwin. Mod1 works. You'll have to play around with xmodmap. I don't recommend the cygwin X server, though. Try Xming instead. > When I start wmii and ope

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread marko
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 Ma

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread Anselm R Garbe
Change LDFLAGS to -lX11instead of -lXlib if that isn't the case. 2010/3/9 Marko Koski-Vähälä : > 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 aroun

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread Marko Koski-Vähälä
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 [100309 16:21]: > On 9 March 2010 14:32, wrote: > > > > Hello

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread Anselm R Garbe
On 9 March 2010 13:26, wrote: > Hello! > > That fixed that problem. > Next error I get is this > LD cmd/wmiir.out > /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot > find -lgcc_s > collect2: ld returned 1 exit status > make[1]: *** [wmiir.out] Error 1 > make: *** [dall

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread marko
Hello! I'll answer myself. I created a symlink to solve it but now I get the next problem MAKE all libwmii_hack/ CC libwmii_hack/hack.o_pic libwmii_hack/hack.c:1: warning: -fPIC ignored for target (all code is position i

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread Anselm R Garbe
On 9 March 2010 14:32, 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 ther

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread marko
Hello! I don't have a file with that name but I have one called libgcc_s.dll.a. So the question is if I should rename that file or if it is possible to change the code to search for libgcc_s*.a BR Marko 2010-03-09 Anselm R Garbe wrote: On 9 March 2010 13:26, wrote: >> Hello! >> >> That f

[dev] wmii build fails in cygwin

2010-03-09 Thread marko
Hello! I'm trying to build wmii+ixp-3.9b1 in cygwin. However it fails with below error. MAKE all cmd/menu/ CC cmd/menu/main.o cmd/menu/main.c:249: error: ‘strncasecmp’ undeclared make[2]: *** [main.o] Error 1 make[1]: *** [dall] Error 2 make: *** [dall] Error 2 Anybody know how I can fix thi

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread marko
Hello! That fixed that problem. Next error I get is this LD cmd/wmiir.out /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status make[1]: *** [wmiir.out] Error 1 make: *** [dall] Error 2 BR Marko 2010-03-09 Anselm R Garbe

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread Anselm R Garbe
On 9 March 2010 12:42, wrote: > Hello! > > I'm trying to build wmii+ixp-3.9b1 in cygwin. However it fails with below > error. > > MAKE all cmd/menu/ > CC cmd/menu/main.o > cmd/menu/main.c:249: error: ‘strncasecmp’ undeclared > make[2]: *** [main.o] Error 1 > make[1]: *** [dall] Error 2 > make

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread marko
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

Re: [dev] wmii build fails in cygwin

2010-03-09 Thread Anselm R Garbe
On 9 March 2010 13:45, wrote: > > Hello! > > I'll answer myself. I created a symlink to solve it but now I get the next > problem > > MAKE all libwmii_hack/ > CC libwmii_hack/hack.o_pic > libwmii_hack/hack.c:1: warning: -fPIC ignored for target (all code is > position i