Re: SVN version not correctly displaying

2008-05-26 Thread Werner Koch
On Fri, 23 May 2008 14:31, [EMAIL PROTECTED] said: > Works OK on the command line and produces the desired svn number. Okay, That you just need to recreate configure. And take care that autoconf does noch cache anything. In case tehre is a problem with --force, you may want to remove the netir

Re: SVN version not correctly displaying

2008-05-23 Thread Kevin Hilton
$ svn info configure.ac Path: configure.ac Name: configure.ac URL: svn://cvs.gnupg.org/gnupg/branches/STABLE-BRANCH-1-4/configure.a Repository Root: svn://cvs.gnupg.org/gnupg Repository UUID: 8a63c251-dffc-0310-8ec6-d64dca2275b1 Revision: 4765 Node Kind: file Schedule: normal Last Changed Author: w

Re: SVN version not correctly displaying

2008-05-22 Thread Werner Koch
On Thu, 22 May 2008 05:29, [EMAIL PROTECTED] said: > I tried the autogen.sh --force flag and during the configure statement > it still stated the old version was being used. I have svn version > 4765 downloaded, however ./autogen.sh --force && --configure > --enable-maintainer-mode --enable-idea s

Re: SVN version not correctly displaying

2008-05-21 Thread Kevin Hilton
I tried the autogen.sh --force flag and during the configure statement it still stated the old version was being used. I have svn version 4765 downloaded, however ./autogen.sh --force && --configure --enable-maintainer-mode --enable-idea still list 4759 as the version. Any other ideas? _

Re: SVN version not correctly displaying

2008-05-20 Thread Werner Koch
On Mon, 12 May 2008 15:10, [EMAIL PROTECTED] said: > svn up > ./autogen.sh && ./configure --enable-maintainer-mode --enable-camellia To get the svn version into the version string you need to ./autogen.sh --force this is so that the autotools cache is not used and M4 can properly extract the

Re: SVN version not correctly displaying

2008-05-12 Thread Kevin Hilton
> Did You Manually change the version number within configure.ac? I had no idea that you had to change the version number within the configure.ac file. I was hoping to avoid any manual changes but see that it may be needed. > Did you make clean or make distclean first? Yes a make distclean -- i

Re: SVN version not correctly displaying

2008-05-12 Thread John W. Moore III
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 John Clizbe wrote: > > Could you explain that one? Simple, I misunderstood where the 'incorrect' version was displaying. I initially interpreted the problem as Building one Version and then when checking --version seeing the 'incorrect' [older]

Re: SVN version not correctly displaying

2008-05-12 Thread John Clizbe
John W. Moore III wrote: > John Clizbe wrote: > >> Huh??? Replace files? > > Coffee hadn't kicked in yet. On M$ the output from 'make' doesn't > automatically replace the Binary files. :-! Could you explain that one? 'Cause that's rather antithetical to the way make works, whether one is on wi

Re: SVN version not correctly displaying

2008-05-12 Thread John W. Moore III
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 John Clizbe wrote: > Huh??? Replace files? Coffee hadn't kicked in yet. On M$ the output from 'make' doesn't automatically replace the Binary files. :-! JOHN ;) Timestamp: Monday 12 May 2008, 12:00 --400 (Eastern Daylight Time) -BEGIN PGP S

Re: SVN version not correctly displaying

2008-05-12 Thread John Clizbe
John W. Moore III wrote: > Kevin Hilton wrote: >> I did manage finally to compile gpg in cygwin after installing gettext >> from svn. The problem I am having now is that although I have >> downloaded svn version 4762, Im only getting 4759 showing when doing >> gpg --version > >> Just to run throu

Re: SVN version not correctly displaying

2008-05-12 Thread John W. Moore III
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Kevin Hilton wrote: > I did manage finally to compile gpg in cygwin after installing gettext > from svn. The problem I am having now is that although I have > downloaded svn version 4762, Im only getting 4759 showing when doing > gpg --version > >

SVN version not correctly displaying

2008-05-12 Thread Kevin Hilton
I did manage finally to compile gpg in cygwin after installing gettext from svn. The problem I am having now is that although I have downloaded svn version 4762, Im only getting 4759 showing when doing gpg --version Just to run through the process, I do a: svn up ./autogen.sh && ./configure --ena