RE: [dev] dwm 6.0 - separate taglists for muli-monitor setup

2013-04-23 Thread David Lind
Hi, http://article.gmane.org/gmane.comp.misc.suckless/4230 This is the link that he gave me, seems legit. He was unsure if this patch would work with the current git head.. we'll just have to try it out. Regards, David Lind On Tue, 23 Apr 2013, Jente Hidskes wrote: Hey, I sure am

Re: [dev] 9base compilation error

2013-04-23 Thread David Lind
Hi Alice, I solved the problem by installing glibc-static. Regards, David Lind On Tue, 23 Apr 2013, Alice Ferrazzi wrote: maybe: /usr/bin/ld: cannot find -lm /usr/bin/ld: cannot find -lc See 'man ld' : The linker is looking for library libc.a libm.a and doesn't find it. i

[dev] 9base compilation error

2013-04-23 Thread David Lind
Hi, I am trying to compile 9base, but the compiler throws an error at me which I've never seen before. /usr/bin/ld: cannot find -lm /usr/bin/ld: cannot find -lc Any ideas? I've checked config.mk and can't see any problems with it. Regards, David Lind

Re: [dev] dwm 6.0 - separate taglists for muli-monitor setup

2013-04-23 Thread David Lind
I recieved an "off-list" email yesterday from a guy with a patch for my problem. I will try it out and see how it works. Let me know if anyone else is interested in obtaining the patch and trying it. /David

[dev] dwm 6.0 - separate taglists for muli-monitor setup

2013-04-21 Thread David Lind
Hi, I couldn't find a patch for this(but I may have missed it?).. I want to have separate taglists on my monitors, e.g: Monitor 1 -> coding www txt Monitor 2 -> pdf media irc Is there a patch for such a thing? :-) Regards, David Lind

Re: [dev] ST 0.4 and OpenBSD 5.2

2013-04-19 Thread David Lind
Verified, this works! Thanks. /David On Fri, 19 Apr 2013, Gregor Best wrote: I'm on OpenBSD -current at the moment and the latest git HEAD of st compiles with the following patch: diff --git a/config.mk b/config.mk index 88355c7..f1a24d7 100644 --- a/config.mk

[dev] ST 0.4 and OpenBSD 5.2

2013-04-19 Thread David Lind
1/Xft/Xft.h:407: error: expected declaration specifiers or '...' before 'FT_UInt' /usr/X11R6/include/X11/Xft/Xft.h:416: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'XftCharIndex' /usr/X11R6/include/X11/Xft/Xft.h:449: warning: type defaults to 'int' in declaration of 'FT_UInt' /usr/X11R6/include/X11/Xft/Xft.h:449: error: expected ';', ',' or ')' before '*' token Sorry for pasting the output into this mail. I have verified that ftheader.h is present on the system and that config.mk indeed sets up the correct cflags and libs. Any pointers? Regards, David Lind