Re: Cyrus Imap and Automake

2011-08-08 Thread Bron Gondwana
On Mon, Aug 08, 2011 at 06:50:46PM +0200, Ondřej Surý wrote: > On Mon, Aug 8, 2011 at 17:45, Jeroen van Meeuwen (Kolab Systems) > wrote: > > Ondřej Surý wrote: > >> On Wed, Aug 3, 2011 at 17:59, Jeroen van Meeuwen (Kolab Systems) > >> > >> wrote: > >> > Thomas Jarosch wrote: > >> >> Hi Дилян, > >

Re: Cyrus Imap and Automake

2011-08-08 Thread Ondřej Surý
On Mon, Aug 8, 2011 at 17:45, Jeroen van Meeuwen (Kolab Systems) wrote: > Ondřej Surý wrote: >> On Wed, Aug 3, 2011 at 17:59, Jeroen van Meeuwen (Kolab Systems) >> >> wrote: >> > Thomas Jarosch wrote: >> >> Hi Дилян, >> >> >> >> here's some feedback about your build system question. >> >> Note: I

Re: Cyrus Imap and Automake

2011-08-08 Thread Patrick Welche
On Wed, Jul 27, 2011 at 03:58:53PM +0200, ?? wrote: > if I rewrite the build system of Cyrus imap 2.4(.10) to use Automake > to generate the Makefile.in-files, will the patch be accepted in > reasonable time in git/master? Sadly this thread seems to have degenerated again

Re: Cyrus Imap and Automake

2011-08-08 Thread Jeroen van Meeuwen (Kolab Systems)
Ondřej Surý wrote: > On Wed, Aug 3, 2011 at 17:59, Jeroen van Meeuwen (Kolab Systems) > > wrote: > > Thomas Jarosch wrote: > >> Hi Дилян, > >> > >> here's some feedback about your build system question. > >> Note: I'm not one of the cyrus core developers. > >> > >> > if I rewrite the build syst

Re: Cyrus Imap and Automake

2011-08-03 Thread Ondřej Surý
On Wed, Aug 3, 2011 at 17:59, Jeroen van Meeuwen (Kolab Systems) wrote: > Thomas Jarosch wrote: >> Hi Дилян, >> >> here's some feedback about your build system question. >> Note: I'm not one of the cyrus core developers. >> >> > if I rewrite the build system of Cyrus imap 2.4(.10) to use Automake

Re: Cyrus Imap and Automake

2011-08-03 Thread Jeroen van Meeuwen (Kolab Systems)
Thomas Jarosch wrote: > Hi Дилян, > > here's some feedback about your build system question. > Note: I'm not one of the cyrus core developers. > > > if I rewrite the build system of Cyrus imap 2.4(.10) to use Automake to > > generate the Makefile.in-files, will the patch be accepted in reasonable

Re: Cyrus Imap and Automake

2011-07-29 Thread Greg Banks
Sent from my iPhone On 30/07/2011, at 5:48, Дилян Палаузов wrote: I have some experience with Autotools. I have absolutely nothing against CMake or other build systems, except I have no coding experience with them. Me too :( In my experience autotools can be convinced, with suff

Re: Cyrus Imap and Automake

2011-07-29 Thread Дилян Палаузов
Hello Thomas, Thanks for your feedback. My idea is to improve the current build system by generating the Makefile(s).in by automake. I have some experience with Autotools. I have absolutely nothing against CMake or other build systems, except I have no coding experience with them.

Re: Cyrus Imap and Automake

2011-07-29 Thread Thomas Jarosch
Hi Дилян, here's some feedback about your build system question. Note: I'm not one of the cyrus core developers. > if I rewrite the build system of Cyrus imap 2.4(.10) to use Automake to > generate the Makefile.in-files, will the patch be accepted in reasonable > time in git/master? Have you con

Re: Cyrus Imap and Automake

2011-07-27 Thread Greg Banks
Sent from my iPhone On 27/07/2011, at 23:58, Дилян Палаузов wrote: Hello, if I rewrite the build system of Cyrus imap 2.4(.10) to use Automake to generate the Makefile.in-files, will the patch be accepted in reasonable time in git/master? It would certainly make me happy :) The

Cyrus Imap and Automake

2011-07-27 Thread Дилян Палаузов
Hello, if I rewrite the build system of Cyrus imap 2.4(.10) to use Automake to generate the Makefile.in-files, will the patch be accepted in reasonable time in git/master? The advantages of using Automake: * there is no more need to deal with problems concerning parallel builds * preferen