Re: [dev][all] Migrating build system

2017-04-01 Thread Pickfire
Aditya Goturu wrote: > Why don't you have a peak at that date > > > On 04/02/2017 09:56 AM, Pickfire wrote: > > Aditya Goturu wrote: > > > >> As we know, the greatest weakness of suckless apps is their dependence on > >> bloated build systems like make. > >> > >> I tried porting to to gnu autot

Re: [dev][all] Migrating build system

2017-04-01 Thread Aditya Goturu
Why don't you have a peak at that date On 04/02/2017 09:56 AM, Pickfire wrote: > Aditya Goturu wrote: > >> As we know, the greatest weakness of suckless apps is their dependence on >> bloated build systems like make. >> >> I tried porting to to gnu autotools, but while it helped, it still neede

Re: [dev][all] Migrating build system

2017-04-01 Thread Pickfire
Aditya Goturu wrote: > As we know, the greatest weakness of suckless apps is their dependence on > bloated build systems like make. > > I tried porting to to gnu autotools, but while it helped, it still needed > work. > > I am proposing we migrate to visual studio as our build system immediatel

Re: [dev][all] Migrating build system

2017-04-01 Thread sylvain . bertrand
On Sat, Apr 01, 2017 at 03:05:17PM +0530, Aditya Goturu wrote: > Yes, I have considered yahoo groups. It will also allow us to view > similar intellectually challenging questions on the same page, such as > 'how is babby formed'. Good idea. Yahoo people are really competent: they have resisted the

Re: [dev][all] Migrating build system

2017-04-01 Thread Aditya Goturu
On 04/01/2017 03:03 PM, David Phillips wrote: > On Sat, Apr 01, 2017 at 02:46:36PM +0530, Aditya Goturu wrote: >> I am proposing we migrate to visual studio as our build system immediately. >> We must also start reimplementing some parts in modern languages like C# or >> Java. > Have you seen F

Re: [dev][all] Migrating build system

2017-04-01 Thread Aditya Goturu
Yes, I have considered yahoo groups. It will also allow us to view similar intellectually challenging questions on the same page, such as 'how is babby formed'. On 04/01/2017 03:03 PM, David Phillips wrote: > On Sat, Apr 01, 2017 at 02:46:36PM +0530, Aditya Goturu wrote: >> I am proposing we migr

Re: [dev][all] Migrating build system

2017-04-01 Thread David Phillips
On Sat, Apr 01, 2017 at 02:46:36PM +0530, Aditya Goturu wrote: > I am proposing we migrate to visual studio as our build system immediately. > We must also start reimplementing some parts in modern languages like C# or > Java. Have you seen FRIGN's efforts on porting sbase to Java [1] ? Perhaps

Re: [dev][all] Migrating build system

2017-04-01 Thread Hadrien Lacour
On Sat, Apr 01, 2017 at 10:26:33AM +0100, Joseph Graham wrote: > On Sat, Apr 01, 2017 at 02:46:36PM +0530, Aditya Goturu wrote: > > As we know, the greatest weakness of suckless apps is their dependence on > > bloated build systems like make. > > > > I tried porting to to gnu autotools, but while

Re: [dev][all] Migrating build system

2017-04-01 Thread Mattias Andrée
On Sat, 1 Apr 2017 14:46:36 +0530 Aditya Goturu wrote: > As we know, the greatest weakness of suckless apps is their dependence on > bloated build systems like make. > > I tried porting to to gnu autotools, but while it helped, it still needed > work. > > I am proposing we migrate to visual s

Re: [dev][all] Migrating build system

2017-04-01 Thread Joseph Graham
On Sat, Apr 01, 2017 at 02:46:36PM +0530, Aditya Goturu wrote: > As we know, the greatest weakness of suckless apps is their dependence on > bloated build systems like make. > > I tried porting to to gnu autotools, but while it helped, it still needed > work. > > I am proposing we migrate to vi

[dev][all] Migrating build system

2017-04-01 Thread Aditya Goturu
As we know, the greatest weakness of suckless apps is their dependence on bloated build systems like make. I tried porting to to gnu autotools, but while it helped, it still needed work. I am proposing we migrate to visual studio as our build system immediately. We must also start reimplementin