[osg-users] OSG 3.0.1 Windows Binaries

OpenSceneGraph Users osg-users at lists.openscenegraph.org
Thu Feb 13 08:38:17 PST 2020


std::min / std::max undefined -> solved adding #include <algorithm> at the
beginning of a couple of files
min and max not defined -> solved changing them in std::min and std:: max
and adding the same header
if(getline(x, y) == 0) error -> it should be if (stream.fail())

right now it's building again, but I'm sure I will face some other error :/
I just switched from VS2017 to VS 2019, just in case...

Il giorno gio 13 feb 2020 alle ore 17:33 Chris Hanson <xenon at alphapixel.com>
ha scritto:

> That's pretty old. What are you struggling with trying to compile it
> yourself?
>
> On Thu, Feb 13, 2020 at 8:05 AM OpenSceneGraph Users <
> osg-users at lists.openscenegraph.org> wrote:
>
>> Hi all
>>
>> I need to use OSG 3.0.1 in order to be compatible with some legacy app.
>> I cannot find anywhere the precompiled binaries for Windows, and
>> unfortunately I am struggling to compile it on my own with Visual Studio.
>>
>> Does anyone has such binaries to share, or can point where they can be
>> downloaded?
>>
>> Thanks
>> Regards
>>
>> Luca
>>
>> --
>> 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/2a96992b-6835-4fa5-b4d8-f7ccc3aaa851%40googlegroups.com
>> <https://groups.google.com/d/msgid/osg-users/2a96992b-6835-4fa5-b4d8-f7ccc3aaa851%40googlegroups.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
>>
>
>
> --
> Chris 'Xenon' Hanson, omo sanza lettere. Xenon at AlphaPixel.com
> http://www.alphapixel.com/
> Training • Consulting • Contracting
> 3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4
> • GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
> Legal/IP • Forensics • Imaging • UAVs • GIS • GPS •
> osgEarth • Terrain • Telemetry • Cryptography • LIDAR • Embedded • Mobile •
> iPhone/iPad/iOS • Android
> @alphapixel <https://twitter.com/alphapixel> facebook.com/alphapixel (775)
> 623-PIXL [7495]
>
> --
> 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/CAGoufmZv1Y-c0_6EmFRUcfObcnfr0i9TVqJsggREHTn_Ax1g0A%40mail.gmail.com
> <https://groups.google.com/d/msgid/osg-users/CAGoufmZv1Y-c0_6EmFRUcfObcnfr0i9TVqJsggREHTn_Ax1g0A%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CA%2BvfGHZk-RE9Pbh3p9msxvvSogujhFrYzXn3_4%3Dbc5%3D9aNJKRw%40mail.gmail.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20200213/8089cb12/attachment.html>


More information about the osg-users mailing list