On Fri, 13 Oct 2006 17:41:06 +0200, Anselm R. Garbe wrote: > Yes, please sync with hg tip (nil has been removed everywhere) > and recheck. Patches would be highly welcome, I don't work on > libixp/wmii during the weekend. I'm also offline because my DSL > provider has not established a new account for me yet.
Hello Anselm, well, as said before, I don't have mercurial, but I got the sources from http://www.suckless.org/repos/wmii by getting the files mentioned in the Makefile one by one. I have attached a diff with the quick'n'dirty changes needed to make it compile, but the result doesn't work up to now. (Probably it needs more to fix these incompatibilities than just commenting them out...) Anyways, the make-logs still show a lot of warnings (besides dmenu which compiles fine without any modifications required)... Regards, Stefan -- GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist! NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl
diff_2006-10-13
Description: Binary data
dmenu build options: CFLAGS = -fast -I. -I/usr/include -I/usr/X11R6/include -DVERSION="1.3" -xtarget=ultra LDFLAGS = -L/usr/lib -lc -L/usr/X11R6/lib -lX11 CC = cc LD = cc CC draw.c CC main.c CC util.c LD dmenu
libixp build options: CFLAGS = -fast -I. -I/usr/include -DVERSION="0.1" -xtarget=ultra LDFLAGS = -L/usr/lib -lc -L. -lsocket -lnsl CC = cc LD = cc CC client.c "ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC convert.c "ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC intmap.c "ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC message.c "ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) "message.c", line 34: warning: pointer to void or function used in arithmetic CC request.c "ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC server.c "ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC socket.c "ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) "socket.c", line 56: warning: implicit function declaration: bcopy CC transport.c "ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) "transport.c", line 22: warning: pointer to void or function used in arithmetic "transport.c", line 41: warning: pointer to void or function used in arithmetic CC util.c "ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) AR libixp.a CC ixpc.c "./ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) "ixpc.c", line 185: warning: pointer to void or function used in arithmetic LD ixpc
wmii build options: CFLAGS = -fast -I. -I/usr/local/include -I/usr/include -I/usr/X11R6/include -I../libixp -DVERSION="3.5" -xtarget=ultra LDFLAGS = -L/usr/lib -lc -L/usr/X11R6/lib -lX11 -L/usr/local -L../libixp -lixp -lm -lsocket -lnsl CC = cc LD = cc CC area.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC bar.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC client.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC column.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC draw.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC event.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) "event.c", line 67: warning: loop not entered at top CC frame.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC fs.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) "fs.c", line 185: warning: pointer to void or function used in arithmetic "fs.c", line 211: warning: pointer to void or function used in arithmetic "fs.c", line 234: warning: implicit function declaration: bcopy "fs.c", line 672: warning: statement not reached "fs.c", line 701: warning: statement not reached "fs.c", line 726: warning: statement not reached "fs.c", line 732: warning: statement not reached "fs.c", line 748: warning: statement not reached "fs.c", line 778: warning: statement not reached "fs.c", line 780: warning: statement not reached "fs.c", line 782: warning: statement not reached "fs.c", line 784: warning: statement not reached "fs.c", line 798: warning: statement not reached "fs.c", line 802: warning: statement not reached CC geom.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC key.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC mouse.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC rule.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC view.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) CC wm.c "../libixp/ixp.h", line 52: warning: enumerator value overflows INT_MAX (2147483647) LD wmiiwm
