Re: [osg-users] OSG installation in windows 10

2021-02-22 Thread Alberto Luaces
Hi, in this day and age I would recommend using a package manager as
vcpkg (https://github.com/microsoft/vcpkg), so you are released from
having also to fetch the external dependencies OSG requires.

For your case, installing OSG and its dependencies is a matter of
issuing

vcpkg.exe install osg:x64-windows

-- 
Alberto

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG installation in windows 10

2021-02-19 Thread Voerman, L.
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 
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
> 
> .
> ___
> 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


Re: [osg-users] OSG installation in windows 10

2021-02-18 Thread Alexandre Vaillancourt
Do you have the 3rd party libraries?

Le jeu. 18 févr. 2021 03 h 24, yeshwanth m  a
écrit :

> 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
> 
> .
>

-- 
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/CAJ0zd3Lmez-snFga9LeGh_KCXNSj4Dcp2vThKXj3ZrW%2Br0Shyg%40mail.gmail.com.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OSG installation in windows 10

2021-02-18 Thread 杨光
Maybe you can try when using cmake to build the solution from source code,
don't choose the default x64, but use x86. And make sure your cmake shows
that enough third-party libraries are found on your device to build OSG.

yeshwanth m  于2021年2月18日周四 下午4:24写道:

> 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
> 
> .
>

-- 
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/CAN5EeDn15MDxonbmx8ChGr7_fVytdC06wcqZjs7CMEfJ-pbTyw%40mail.gmail.com.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org