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] [dwm] Setting up XIM/SCIM

2010-03-09 Thread Benito Cachinero
The solution was quite simple and not at all dwm related, of course. I looked through the scim man page and realized that exporting the GTK_IM_MODULE and QT_IM_MODULE lines applies only to subsequent programs launched from that terminal session. Because I had those things exported in my xinit alon

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: [Fwd: Re: [Fwd: window system (Re: [dev] GSoC 2010)]]

2010-03-09 Thread Bjartur Thorlacius
I' On 3/6/10, Noah Birnel wrote: > On Fri, Mar 05, 2010 at 02:59:17PM +, Nick wrote: >> On Fri, Mar 05, 2010 at 06:46:37AM -0800, Noah Birnel wrote: >> > On Fri, Mar 05, 2010 at 01:18:51PM +0100, pancake wrote: >> > > >> > > http://code.google.com/p/equanime >> > >> > Not Found >> > The reque

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] Fullscreen troubles.

2010-03-09 Thread David DEMELIER
No it's not a SDL problem because some are not SDL based apps, and it does this problem only with dwm. Best regards. 2010/3/9 Jakub Lach : >> Hi, >> >> I use dwm for longtime now, it's the only one tiling wm which does >> everything by almost default. Like manage fixed sixe windows (zsnes, >> gam

Re: [dev] Fullscreen troubles.

2010-03-09 Thread Jakub Lach
> Hi, > > I use dwm for longtime now, it's the only one tiling wm which does > everything by almost default. Like manage fixed sixe windows (zsnes, > games,..) perfectly and has a full xinerama support whereas ratpoison > does not have free layout or the possibility to manage free windows, > same

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                        

Re: [dev] Fullscreen troubles.

2010-03-09 Thread Anselm R Garbe
On 9 March 2010 12:07, David DEMELIER wrote: > No it's not a SDL problem because some are not SDL based apps, and it > does this problem only with dwm. If some apps aren't SDL, then we have another foundation that can't deal with non-reparenting WMs... It's really a pity that some toolkits bother

Re: [dev] Fullscreen troubles.

2010-03-09 Thread Jakub Lach
> No it's not a SDL problem because some are not SDL based apps, and it > does this problem only with dwm. > > Best regards. > > 2010/3/9 Jakub Lach : > >> Hi, > >> > >> I use dwm for longtime now, it's the only one tiling wm which does > >> everything by almost default. Like manage fixed sixe wi