Ethereal-dev: Re: [Ethereal-dev] SVN compilation problem, missing svnversion.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Tue, 21 Dec 2004 22:26:40 +0100
One fix is to run the following command:

C:\path-to-Ethereal-source> path=C:\cygwin\lib\subversion;%PATH%

This works as \usr\lib and \lib have the same mount point with CygWin (C:\cygwin\lib in a default installation).

Maybe we want to add this path via config.nmake?

Best regards,

Olivier

----- Original Message ----- From: Gerald Combs

Guy Harris wrote:
Peter Johansson said:


       perl make-version.pl
Version configuration file version.conf not found.  Using defaults.
This is a build from SVN (or a SVN snapshot).
Can't exec "svn": No such file or directory at make-version.pl line 79.


The build procedure currently requires that a command-line version of
Subversion be available, in order to generate svnversion.h.

I ran into this problem after installing the latest Cygwin Subversion
package (1.1.1-1).  The "svn" command was installed into
/usr/lib/subversion/bin, which wasn't in my path.  I ended up backing
off to version 1.0.6.