[osg-users] OSG installation in windows 10

Voerman, L. l.voerman at rug.nl
Fri Feb 19 03:40:59 PST 2021


Hi Yeshwanth,
from your screenshot we can see that cmake found zlib, but the import
library it found (c:\Users\Yeshwanth\Anaconda3\Library\lib\z.lib) is an x86
library. (Probably the same for curl)
As you are compiling x64 you need the x64 versions of the *.lib files.
CMake doesn't check this, it just finds a .lib with the right name.
Laurens.

On Thu, Feb 18, 2021 at 9:25 AM yeshwanth m <yeshwath.mylapalle at gmail.com>
wrote:

> Hi all,
>
> New to OSG, trying to install OSG in windows 10, using the following link
> https://vicrucann.github.io/tutorials/osg-windows-quick-install/. I think
> libraries didn't link properly. Attached the screenshot(link errors),
> suggest to me the way to install OSG. Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenSceneGraph Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to osg-users+unsubscribe at googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/osg-users/CAJAvptFfo5gPvX9PmXMoGb%2B0arovFYj5uNCXz8mfPbUGc1fohg%40mail.gmail.com
> <https://groups.google.com/d/msgid/osg-users/CAJAvptFfo5gPvX9PmXMoGb%2B0arovFYj5uNCXz8mfPbUGc1fohg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20210219/82696291/attachment.html>


More information about the osg-users mailing list