Hi Paul,

On Thu, May 22, 2008 at 12:30 PM,  <[EMAIL PROTECTED]> wrote:
> RedHawk 2.3.2 has version 7.10.6 of curl (see attached)
> RedHawk 4.2.1 has version 7.12.1 of curl..
> At first, I thought maybe you could just swap constant names but I'm not sure 
> its that simple..
> With all these curl versions out there, it would be nice if the curl plugin 
> wasn't compliled if it didn't meet a minimum
> requirement.

The curl.h file you have sent has LIBCURL_VERSION string defined in
it.  My version if curl.h #includes a curlver.h that has the same
#define and also some other more useful ones:

#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 16
#define LIBCURL_VERSION_PATCH 4

These aren't available in your curl.h though.

Could you send me the 7.12.1 version of curl.h as well, and curlver.h
if it exists.

I looks like we might be able to work out a #idef ... route for
keeping the libcurl plugin compiling.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to