Hi Robert,

just as an idea if there is a problem with the Cygwin or Mingw versions of curl you could still add something like:

#if defined(_MSC_VER)
#pragma comment(lib, "wldap32.lib")
#endif

to the ReaderWriterCURL.cpp and remove the changes from the CMakeLists of the plugin. Actually the developer of the curl-library should add this somewhere in his library source if ldap support is enabled.

Best regards,
Blasius





Robert Osfield schrieb:
Hi Cedric,

I have decided to go ahead and merge this change with the hope that
Cygwin and Mingw and older version of VS will work just fine... The
only way we'll find out is if we push it out for testing.  The change
is now checked into svn/trunk.

Robert.

On Thu, Nov 27, 2008 at 12:14 AM, Cedric Pinson <[EMAIL PROTECTED]> wrote:
Hi Robert,

I updated the CMakelist.txt of curl plugin to compile with the static
library of curl.
I added the external dependency wldap32

I dont know if it worked before, but with visual C express 2008 i had to add
it

Cheers,
Cedric

--
+33 (0) 6 63 20 03 56  Cedric Pinson mailto:[EMAIL PROTECTED]
http://www.plopbyte.net



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


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


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

Reply via email to