[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: gen-make.py and serf

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 11 Sep 2009 10:01:10 +0300 (Jerusalem Daylight Time)

Edmund Wong wrote on Fri, 11 Sep 2009 at 09:38 +0800:
> How do I get gen-make.py to say "Found: serf <version #>" because
> I have no idea what version of serf I have (which comes with the
> subversion deps 1.6.5).

First, to answer your question, check the values of the following
#define's in serf.h:

    /* Version info */
    #define SERF_MAJOR_VERSION 0
    #define SERF_MINOR_VERSION 3
    #define SERF_PATCH_VERSION 0

Now, if you want to make gen-make.py print that out (IMO good idea),
you can (as I said on IRC) look at _find_serf() and _find_neon() in
gen_win.py. (That file is in the build/generator/ directory of
trunk.)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2393541
Received on 2009-09-11 09:01:46 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.