Re: [osg-users] OSG 2.4 and Curl

2008-05-22 Thread paul1492
window (maybe I'm blind :-).   Paul - Original Message From: Robert Osfield [EMAIL PROTECTED] To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Sent: Wednesday, May 21, 2008 3:05:55 PM Subject: Re: [osg-users] OSG 2.4 and Curl Hi Paul, What OS do you have installed? Could you send

Re: [osg-users] OSG 2.4 and Curl

2008-05-22 Thread Robert Osfield
On Thu, May 22, 2008 at 1:17 PM, Philip Lowman [EMAIL PROTECTED] wrote: On Thu, May 22, 2008 at 7:30 AM, [EMAIL PROTECTED] wrote: I couldn't find these strings in the ccmake window (maybe I'm blind :-). Some of these strings may be under the advanced section of ccmake/cmakesetup. I've just

Re: [osg-users] OSG 2.4 and Curl

2008-05-22 Thread Philip Lowman
On Thu, May 22, 2008 at 8:35 AM, Robert Osfield [EMAIL PROTECTED] wrote: On Thu, May 22, 2008 at 1:17 PM, Philip Lowman [EMAIL PROTECTED] wrote: On Thu, May 22, 2008 at 7:30 AM, [EMAIL PROTECTED] wrote: I couldn't find these strings in the ccmake window (maybe I'm blind :-). Some of

Re: [osg-users] OSG 2.4 and Curl

2008-05-22 Thread Robert Osfield
Hi Philip, On Thu, May 22, 2008 at 1:48 PM, Philip Lowman [EMAIL PROTECTED] wrote: Most built in find modules for CMake don't go so far as to cache version numbers. The new interface for find_package() in 2.6.0 provides a mechanism for a caller to declare a minimum version they need which

Re: [osg-users] OSG 2.4 and Curl

2008-05-22 Thread Robert Osfield
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

[osg-users] OSG 2.4 and Curl

2008-05-21 Thread paul1492
When I compile OSG 2.4, I'm getting compiler errors when it gets to the CURL plugin.. I have CURL 7.10.6 installed. I'm getting CURLINFO_HTTP_CONNECTCODE and CURLINFO_RESPONSE_CODE being undefined.  I see these defined in 7.12.1 of CURL but not in 7.10.6 (where I do my compiles). What is the

Re: [osg-users] OSG 2.4 and Curl

2008-05-21 Thread Robert Osfield
Hi Paul, I looks like we'll either need to add some compile checks into the curl plugin to pick up on these codes, or perhaps even define them ourselves, or automatically detect the curl version and not compile against it. The way to disable right now involves going into ccmake . and the set the

Re: [osg-users] osg-2.4 w/ curl-7.18.1, missing CURLConfig.cmake

2008-04-16 Thread Robert Osfield
Hi Bob, Which version of CMake are you using? On Tue, Apr 15, 2008 at 8:43 PM, Bob Huebert [EMAIL PROTECTED] wrote: Attempting to build the latest and greatest osg... Didn't have libcurl on my system, so grabbed a fresh copy from haxx.se Curl build went fine. osg's cmake setup isn't

Re: [osg-users] osg-2.4 w/ curl-7.18.1, missing CURLConfig.cmake

2008-04-16 Thread Bob Huebert
Hi Robert, Looks like I have v2.4.3. I suppose I should upgrade this...? -bob On Wed, 16 Apr 2008, Robert Osfield wrote: Hi Bob, Which version of CMake are you using? On Tue, Apr 15, 2008 at 8:43 PM, Bob Huebert [EMAIL PROTECTED] wrote: Attempting to build the latest and greatest

Re: [osg-users] osg-2.4 w/ curl-7.18.1, missing CURLConfig.cmake

2008-04-16 Thread Robert Osfield
Hi Bob, On Wed, Apr 16, 2008 at 5:45 PM, Bob Huebert [EMAIL PROTECTED] wrote: Looks like I have v2.4.3. I suppose I should upgrade this...? 2.4.3 is very old, try upgrade to at least 2.4.6. Robert. ___ osg-users mailing list

Re: [osg-users] osg-2.4 w/ curl-7.18.1, missing CURLConfig.cmake

2008-04-16 Thread Bob Huebert
Upgrading cmake to v2.4.8 fixes this problem. thanks! -bob On Wed, 16 Apr 2008, Robert Osfield wrote: Hi Bob, Which version of CMake are you using? On Tue, Apr 15, 2008 at 8:43 PM, Bob Huebert [EMAIL PROTECTED] wrote: Attempting to build the latest and greatest osg... Didn't have

[osg-users] osg-2.4 w/ curl-7.18.1, missing CURLConfig.cmake

2008-04-15 Thread Bob Huebert
Attempting to build the latest and greatest osg... Didn't have libcurl on my system, so grabbed a fresh copy from haxx.se Curl build went fine. osg's cmake setup isn't finding CURLConfig.cmake. I'm not able to find it either - should this be within curl? osg? Help locating CURLConfig.cmake