Re: [dev] Links on tutorial page

2012-02-26 Thread Christoph Lohmann
Greetings. Kai Hendry wrote: Oops, I've moved my homedir over to https://github.com/kaihendry/Kai-s--HOME/blob/master/.xinitrc Not sure if it's a good example. Lot of crap there tbh. I took the freedom to copy your .xinitrc to suckless.org as xinitrc.example and changed the link.

[dev] Shared resource files

2012-02-26 Thread Christoph Lohmann
Greetings, with svkbd I'm running into a dilemma. It really sucks to have to compile svkdb with every keymap, which produces too many binaries that are lying around. Compiling all the keymaps into svkbd is a bit of a hassle, but would be possible, if the Make infrastructure is written for it.

Re: [dev] Shared resource files

2012-02-26 Thread Kurt H Maier
On Sun, Feb 26, 2012 at 01:01:39PM +0100, Christoph Lohmann wrote: with svkbd I'm running into a dilemma. It really sucks to have to compile svkdb with every keymap, which produces too many binaries that are lying around. Throw away all of your keyboards except one.

Re: [dev] smessage

2012-02-26 Thread Florian Limberger
Hi Michael, On 23.02.2012 09:13, Michael Stummvoll wrote: Also when i resize a window (make it bigger) its not redrawn correctly for me. I've looked into this, but wasn't able to reproduce this. I've found and fixed another error, which occured when it is shrinked to a width below one

Re: [dev] smessage

2012-02-26 Thread Aurélien Aptel
On Mon, Feb 27, 2012 at 12:14 AM, Florian Limberger f...@snakeoilproductions.net wrote: width of your fixed font. If you use a proportinal font, I have no solution at the moment. I guess you could find the right amount of characters to draw to fill a line using (dichotomously) XmbTextExtents().

[dev] [9base] Failure to link against uClibc: undefined references

2012-02-26 Thread Matthew Farkas-Dyck
Hello. I am trying to link 9base against uClibc. Linkage fails thus: make[3]: Entering directory `/home/strake/buildroot-2011.11/output/build/9base-6/awk' make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. LD awk ../lib9/lib9.a(fltfmt.o): In function `xdtoa':

[dev] Re: [9base] Failure to link against uClibc: undefined references

2012-02-26 Thread Anthony Martin
The link order in yacc.mk is wrong. Try building with this patch. Cheers, Anthony diff -r 12764b326f2b yacc.mk --- a/yacc.mk Sun Feb 12 23:13:17 2012 +0100 +++ b/yacc.mk Sun Feb 26 17:26:11 2012 -0800 @@ -35,4 +35,4 @@ ${TARG}: ${OFILES} @echo LD ${TARG} - @${CC}

Re: [dev] Re: [9base] Failure to link against uClibc: undefined references

2012-02-26 Thread Matthew Farkas-Dyck
On 26/02/2012, Anthony Martin al...@pbrane.org wrote: The link order in yacc.mk is wrong. Try building with this patch. Problem solved. Many thanks. Unfortunately, now linkage fails later. Solution might be quite plain; I shall try to further diagnose when I have the time. Failure mode: