Re: [jtc - jk] jk_version.h

2001-06-29 Thread jean-frederic clere
Andy Armstrong wrote: > > Hi Jean Frederic, > > Would you like me to commit this? > Yes - Please - I have some problem with my Internet access - > jean-frederic clere wrote: > > > > Andy Armstrong wrote: > > > > > > +1 > > > > > > jean-frederic clere wrote: > > > > > > > > GOMEZ Henri wrote: >

Re: [jtc - jk] jk_version.h

2001-06-29 Thread Andy Armstrong
Hi Jean Frederic, Would you like me to commit this? jean-frederic clere wrote: > > Andy Armstrong wrote: > > > > +1 > > > > jean-frederic clere wrote: > > > > > > GOMEZ Henri wrote: > > > > > > > > >so, forgive me if this is a stupid question, but... how is jk_version.h > > > > >generated on wi

Re: [jtc - jk] jk_version.h

2001-06-27 Thread Andy Armstrong
Anyone mind if I replace #define JK_VERSION (((JK_VERMAJOR) << 24) + ((JK_VERMINOR) << 16) + \ ((JK_VERFIX) << 8) + (JK_VERBETA)) with #define JK_MAKEVERSION(major, minor, fix, beta) \ (((major) << 24) + ((minor) << 16) + \ ((fix) << 8) + (beta)) #define JK_VERSION \

Re: [jtc - jk] jk_version.h

2001-06-27 Thread Andy Armstrong
Would you like me to commit it now? jean-frederic clere wrote: > > Andy Armstrong wrote: > > > > +1 > > > > jean-frederic clere wrote: > > > > > > GOMEZ Henri wrote: > > > > > > > > >so, forgive me if this is a stupid question, but... how is jk_version.h > > > > >generated on windows? do i need

Re: [jtc - jk] jk_version.h

2001-06-27 Thread jean-frederic clere
Andy Armstrong wrote: > > +1 > > jean-frederic clere wrote: > > > > GOMEZ Henri wrote: > > > > > > >so, forgive me if this is a stupid question, but... how is jk_version.h > > > >generated on windows? do i need to install cygwin stuff and run > > > >buildconf.sh/configure? > > > > > > Good poin

Re: [jtc - jk] jk_version.h

2001-06-26 Thread Andy Armstrong
+1 jean-frederic clere wrote: > > GOMEZ Henri wrote: > > > > >so, forgive me if this is a stupid question, but... how is jk_version.h > > >generated on windows? do i need to install cygwin stuff and run > > >buildconf.sh/configure? > > > > Good point Kevin :) > > > > May be just by editing it ;

Re: [jtc - jk] jk_version.h

2001-06-26 Thread Mike Anderson
That should have been logic instead of login :-) >>> [EMAIL PROTECTED] 06/26/01 09:21AM >>> +1 Since I would have to do something similar in the Makefile.nw for NetWare, I'd lots rather see the login in jk_version.h. Mike Anderson >>> [EMAIL PROTECTED] 06/26/01 12:59AM >>> GOMEZ Henri wrote: >

Re: [jtc - jk] jk_version.h

2001-06-26 Thread Mike Anderson
+1 Since I would have to do something similar in the Makefile.nw for NetWare, I'd lots rather see the login in jk_version.h. Mike Anderson >>> [EMAIL PROTECTED] 06/26/01 12:59AM >>> GOMEZ Henri wrote: > > >so, forgive me if this is a stupid question, but... how is jk_version.h > >generated on

Re: [jtc - jk] jk_version.h

2001-06-25 Thread jean-frederic clere
GOMEZ Henri wrote: > > >so, forgive me if this is a stupid question, but... how is jk_version.h > >generated on windows? do i need to install cygwin stuff and run > >buildconf.sh/configure? > > Good point Kevin :) > > May be just by editing it ;) Should move the logic of version out from conf

RE: [jtc - jk] jk_version.h

2001-06-25 Thread GOMEZ Henri
>so, forgive me if this is a stupid question, but... how is jk_version.h >generated on windows? do i need to install cygwin stuff and run >buildconf.sh/configure? Good point Kevin :) May be just by editing it ;)

[jtc - jk] jk_version.h

2001-06-25 Thread kevin seguin
so, forgive me if this is a stupid question, but... how is jk_version.h generated on windows? do i need to install cygwin stuff and run buildconf.sh/configure? thanks. -kevin.