Re: [osg-users] Visual Studio 2015 3rd_party

2016-12-03 Thread Björn Blissing
b.lindahl wrote: > Thanks Bjorn for the osg-3rdparty-cmake project. It really helped alot. I got > stuck on getting libtiff working with osg though and found out after banging > my head against the wall for quite some time with the version linked to from > the readme on github: libtiff(dot)org

Re: [osg-users] Visual Studio 2015 3rd_party

2016-11-11 Thread Björn Lindahl
Thanks Bjorn for the osg-3rdparty-cmake project. It really helped alot. I got stuck on getting libtiff working with osg though and found out after banging my head against the wall for quite some time with the version linked to from the readme on github: libtiff(dot)org Not sure if that site is

Re: [osg-users] Visual Studio 2015 3rd_party

2015-10-22 Thread Björn Blissing
Chris Hanson wrote: > That's similar to what our build system does. Ours has some additional steps > to fetch from source and deal with applying localized patches in case there > are API disagreements between versions of the 3rdparty code and OSG and such. > > We're hoping to release our build

Re: [osg-users] Visual Studio 2015 3rd_party

2015-10-21 Thread David Callu
Hi Bjorn Have you consider to use cmake's module named ExternalProject You could Download/Update/Patch/Configure/Build/Install{/add custom step} in few lines of cmake code I recently use it to build lots of dependencies and

Re: [osg-users] Visual Studio 2015 3rd_party

2015-10-21 Thread Chris Hanson
That's similar to what our build system does. Ours has some additional steps to fetch from source and deal with applying localized patches in case there are API disagreements between versions of the 3rdparty code and OSG and such. We're hoping to release our build tools once we get them dusted

Re: [osg-users] Visual Studio 2015 3rd_party

2015-10-21 Thread Sebastian Messerschmidt
Hey Björn, Thats fantastic news. I'll test them as soon as I can :-) Cheers Sebastian Chris Hanson wrote: We're working towards getting our own in-house build system up to modern compilers shortly. Hi Chris, On a related note. I have tried to automate the building of the 3rd party

Re: [osg-users] Visual Studio 2015 3rd_party

2015-10-21 Thread Björn Blissing
Chris Hanson wrote: > We're working towards getting our own in-house build system up to modern > compilers shortly. Hi Chris, On a related note. I have tried to automate the building of the 3rd party dependencies via a toplevel CMake script which builds the desired dependencies from source.

[osg-users] Visual Studio 2015 3rd_party

2015-10-20 Thread Sebastian Messerschmidt
Hi folks, Since I needed to use VS2015 for a project I built some of the 3rd party dependencies for VS2015 for x64. Is there some spot where can put them? I know that AlphaPixel is/was hosting 3rd party, so maybe we can put them there? Namely I built: libpng(1618) libjpeg (sr6)

Re: [osg-users] Visual Studio 2015 3rd_party

2015-10-20 Thread Sebastian Messerschmidt
Hi Chris, can you contact me via email, so can discuss on the details? Cheers Sebastian Yeah, I'd be up for hosting them. We're working towards getting our own in-house build system up to modern compilers shortly. On Tue, Oct 20, 2015 at 3:03 AM, Sebastian Messerschmidt

Re: [osg-users] Visual Studio 2015 3rd_party

2015-10-20 Thread Chris Hanson
Yeah, I'd be up for hosting them. We're working towards getting our own in-house build system up to modern compilers shortly. On Tue, Oct 20, 2015 at 3:03 AM, Sebastian Messerschmidt < sebastian.messerschm...@gmx.de> wrote: > Hi folks, > > Since I needed to use VS2015 for a project I built some

Re: [osg-users] Visual Studio 2015 3rd_party

2015-10-20 Thread Robert Osfield
Hi Sebastian, You are welcome to put them on openscenegraph.org. Robert. On 20 October 2015 at 10:03, Sebastian Messerschmidt < sebastian.messerschm...@gmx.de> wrote: > Hi folks, > > Since I needed to use VS2015 for a project I built some of the 3rd party > dependencies for VS2015 for x64. >