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.mylapa...@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+unsubscr...@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@lists.openscenegraph.org > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org