Re: [dev] writing a suckless sed

2014-09-22 Thread FRIGN
On Mon, 22 Sep 2014 16:01:28 -0700 Evan Gates wrote: Hey Evan > I somewhat recently wrote my own sed[0]. It was mostly for fun and to > check sed scripts for strict POSIX compliance. Seeing as it was a > first attempt and enforced some horrendous POSIX requirements my sed > sucks more. A lot mor

[dev] writing a suckless sed

2014-09-22 Thread Evan Gates
Hello suckless, I somewhat recently wrote my own sed[0]. It was mostly for fun and to check sed scripts for strict POSIX compliance. Seeing as it was a first attempt and enforced some horrendous POSIX requirements my sed sucks more. A lot more. Moving forward I plan on rewriting it now that I hav

Re: [dev] Re: st (development version) not compiling on gcc-4.9

2014-09-22 Thread Lorenzo
I'm glad it was easily solved ;) Lorenzo - Messaggio originale - Da: Xavier Fernández i Marín A: Lorenzo ; dev@suckless.org Cc: "dev@suckless.org" Inviato: Lunedì 22 Settembre 2014 10:09 Oggetto: Re: [dev] Re: st (development version) not compiling on gcc-4.9 Lorenzo vas escriure el

Re: [dev] Re: st (development version) not compiling on gcc-4.9

2014-09-22 Thread Xavier Fernández i Marín
Lorenzo vas escriure el dia dl, 22 set 2014: > I have just cloned the repository and successfully compiled with gcc > 4.9.1. The error says that "vtiden" is not declared; I have it in > config.h, check if you have it or not... maybe it was added after the > latest release... Ok, yes, you are righ

Re: [dev] Re: st (development version) not compiling on gcc-4.9

2014-09-22 Thread Lorenzo
I have just cloned the repository and successfully compiled with gcc 4.9.1. The error says that "vtiden" is not declared; I have it in config.h, check if you have it or not... maybe it was added after the latest release... Da: Xavier Fernández i Marín A: dev@su

[dev] Re: st (development version) not compiling on gcc-4.9

2014-09-22 Thread Xavier Fernández i Marín
Anthony Martin vas escriure el dia dl, 22 set 2014: > Xavier Fernández i Marín once said: > > I can compile st-0.5, but not the development version, on a Gentoo > > distribution running gcc-4.9. > > > > [...] > > > > st.c: In function ‘csihandle’: > > st.c:2522:12: error: ‘vtiden’ undeclared (fi

[dev] Re: st (development version) not compiling on gcc-4.9

2014-09-22 Thread Anthony Martin
Xavier Fernández i Marín once said: > I can compile st-0.5, but not the development version, on a Gentoo > distribution running gcc-4.9. > > [...] > > st.c: In function ‘csihandle’: > st.c:2522:12: error: ‘vtiden’ undeclared (first use in this function) >ttywrite(vtiden, sizeof(vtiden) - 1);

[dev] st (development version) not compiling on gcc-4.9

2014-09-22 Thread Xavier Fernández i Marín
Dear all, First of all, thank you for all your efforts on developing all the set of tools. I can compile st-0.5, but not the development version, on a Gentoo distribution running gcc-4.9. This is the relevant part of the error message: -8<--- st.c: In function ‘csihandle’: st.c: