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:x6

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 j

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

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 in