In the most recent version of Xcode tools, the 10.4 version of libcurl is 7.13.1 and the 10.5 version is 7.16.3. I believe that OSG by default builds against the 10.4 SDK. Does that help?

[/Developer/SDKs/MacOSX10.4u.sdk]
$ usr/bin/curl-config --features --libs --version
SSL
IPv6
libz
-L/usr/lib -lcurl -lssl -lcrypto -lz
libcurl 7.13.1

[/Developer/SDKs/MacOSX10.5.sdk]
$ usr/bin/curl-config --features --libs --version
SSL
IPv6
libz
NTLM
-lcurl -lssl -lcrypto -lz
libcurl 7.16.3

Randolph

On Dec 9, 2008, at 12:03 PM, Robert Osfield wrote:

On Tue, Dec 9, 2008 at 7:11 PM, Don Leich <[EMAIL PROTECTED]> wrote:
The Mac (OS X 10.5.2) has libcurl.4.dylib.

I also had a problem building the curl plugin on an i386 Linux system with libcurl.2.0.2 . Other Linux systems here have libcurl.3.0.0 although I
haven't built on any of these.

Looks like we need a CMake guru to help out with detecting libcurl version.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to