Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: Hi there, Hi, Which Makefile are you talking about? src/bin/kbd/Makefile should not be considered, only stali.mk. I'm talking about this Makefile, because... Can you provide the output of cd src/bin/kbd && make -f stali.mk install please? No errors, which is not s

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Anselm R Garbe
On 18 April 2016 at 09:32, Mitt Green wrote: > Anselm R Garbe wrote: >> Which Makefile are you talking about? src/bin/kbd/Makefile should not >> be considered, only stali.mk. > I'm talking about this Makefile, because... So you are talking about src/bin/kbd/Makefile or NOT? > No errors, which is

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: So you are talking about src/bin/kbd/Makefile or NOT? Yes, this one. Yes, but why do you run make install in src/bin/kbd? You should run make -f stali.mk install Sorry, I read it wrong and ran "make -f stali.mk" in src/bin/kbd. So, I ran "make -f stali.mk install" in

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Anselm R Garbe
On 18 April 2016 at 09:49, Mitt Green wrote: > Anselm R Garbe wrote: > >> So you are talking about src/bin/kbd/Makefile or NOT? > > > Yes, this one. > >> Yes, but why do you run make install in src/bin/kbd? You should run >> make -f stali.mk install > > > Sorry, I read it wrong and ran "make -f st

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: [...] Also make sure you are at least using: http://git.sta.li/src/commit/?id=acbd9df7cbdc6a949c962ca887fb5f8d799c3bfa Oh, that's the case. Strange, I pulled the entire tree just yesterday. And also tried replacing /home/anselm/src with $(ROOT) but it skipped the $(ROOT)

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: Also make sure you are at least using: http://git.sta.li/src/commit/?id=acbd9df7cbdc6a949c962ca887fb5f8d799c3bfa No, wait, I looked at mine, it has $(ROOT) too. Alright, anyway, better be rebuilding the whole world.

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: I can't reproduce your issue. I renamed src into src2 and performed a clean build and make install, no such issue. I can't help but it ran into the same thing again. Let me describe my process then: 1) mkdir stalibuild in my home 2) cd stalibuild 3) cloning toolchain and

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Anselm R Garbe
Hi, On 18 April 2016 at 11:11, Mitt Green wrote: >> I can't reproduce your issue. I renamed src into src2 and performed a >> clean build and make install, no such issue. > > I can't help but it ran into the same thing again. > Let me describe my process then: > 1) mkdir stalibuild in my home > 2)

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: No, can you provide full logs of your last command, just want to see how it looks and where it might fail. Here you are.make[1]: Entering directory '/home/mitt/stalibuild/src/etc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/mitt/stalibuild/src

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Anselm R Garbe
On 18 April 2016 at 11:33, Mitt Green wrote: > Anselm R Garbe wrote: > >> No, can you provide full logs of your last command, just want to see >> how it looks and where it might fail. > > > Here you are. Thanks, now I understood what caused this for you. Please update and let me know if it works

Re: [dev] [stali] make install fails on kbd

2016-04-18 Thread Mitt Green
Anselm R Garbe wrote: Please update and let me know if it works now. I removed the Makefile-dependency here. Only remaining place is sys and ncurses. It installs now successfully.

Re: [dev] Re: [st] System freeze when killing X after using st-git

2016-04-18 Thread rain1
I have this problem too. Using the latest git dwm and st on arch linux with the xf86-video-intel driver. After I quit using shift-alt-q it's completely frozen, can't even switch between consoles. Could anyone give me some advice on how to debug this? I haven't found any good leads in logs.

Re: [dev] [ANNOUNCE] flao: simple FLAC audio player

2016-04-18 Thread Johnathan McKnight
Very groovy! What inspired the replacement (or was it just the load of suck that is flac)? -Johnathan On Sat, Apr 16, 2016 at 4:39 PM, Wolfgang Corcoran-Mathe wrote: > Hi all, > > I have been working on a CLI player for FLAC[0] audio files intended > as a replacement for the old and crufty flac

Re: [dev] [scc] issues with invoking

2016-04-18 Thread k0ga
> I forgot to ask, will scc be intended for > building something big, say, GTK+ programmes, > or maybe even the kernel? And what about > inline assembly and compiling assembly code > itself? We don't want to follow all the extensions of GNU, this is for sure. If you try to be compatible with GCC

Re: [dev] Re: [st] System freeze when killing X after using st-git

2016-04-18 Thread Christoph Lohmann
Greetings. On Mon, 18 Apr 2016 19:19:25 +0200 ra...@openmailbox.org wrote: > Using the latest git dwm and st on arch linux with the xf86-video-intel > driver. 1.) Don't use Arch Linux, it keeps your abilities behind. > After I quit using shift-alt-q it's completely frozen, can't even switch >

Re: [dev] Re: [st] System freeze when killing X after using st-git

2016-04-18 Thread k0ga
> After I quit using shift-alt-q it's completely frozen, can't even switch > between consoles. Strange. As far as I know, it only can happen if the kernel itself frozen, or the tty is in raw mode. I suppose the kernel is not frozen, (we don't code so good code to be able to hang the kernel), th

[dev] Hi, newb here.

2016-04-18 Thread ab
What kind of advice could you guys give to a novice? I'd like to get myself more familiar with Linux and C (because I have a copy of K&R). I'm asking you guys because you seem to know what you're doing and you're the only community I know which are committed to what you do. 0x36B4ECAE.asc Descrip

Re: [dev] Hi, newb here.

2016-04-18 Thread Martti Kühne
On Mon, Apr 18, 2016 at 8:18 PM, ab wrote: > What kind of advice could you guys give to a novice? I'd like to get > myself more familiar with Linux and C (because I have a copy of K&R). > I'm asking you guys because you seem to know what you're doing and > you're the only community I know which ar

Re: [dev] Hi, newb here.

2016-04-18 Thread Martti Kühne
Sorry, but I feel inclined to fill my so many dropped words and thoughts in between. On Mon, Apr 18, 2016 at 8:29 PM, Martti Kühne wrote: > [...] You most easily get > off the ground if you also run the stuff you're reading and maybe > you'll like on git.suckless.org, only surf is probably outsid