Re: [osg-users] Visual Studio 2015 dependencies?

2016-04-08 Thread Björn Blissing

James Turner wrote:
> 
> I’m trying to use these scripts at the moment, with some additions for 
> FlightGear.
> 
> But I’m hitting the problem that the generated FreeType layout is different 
> to what OSG expects. Is it supposed to work out of the box, with current 
> FreeType version (as recommended on the README) and current OSG?
> 
> Also, if this is not the correct place to ask such questions, please let me 
> know a better one, I can submit bug reports on GitHub.
> 
> Kind regards,
> James
> 

Hi James,

You are completely correct. This must be filed under the category: "How did 
that ever work?"

But I think I have fixed these bugs in the CMake scripts now. At least it 
compiles on my machine. 

Regards
Björn

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=66770#66770





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


Re: [osg-users] Visual Studio 2015 dependencies?

2016-03-26 Thread James Turner

> On 22 Mar 2016, at 12:58, Björn Blissing  wrote:
> 
> I have no problem if a link to the github page gets added to the dependencies 
> section of the osg homepage. But someone with edit permissions have to make 
> the change.

I’m trying to use these scripts at the moment, with some additions for 
FlightGear.

But I’m hitting the problem that the generated FreeType layout is different to 
what OSG expects. Is it supposed to work out of the box, with current FreeType 
version (as recommended on the README) and current OSG?

Also, if this is not the correct place to ask such questions, please let me 
know a better one, I can submit bug reports on GitHub.

Kind regards,
James

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


Re: [osg-users] Visual Studio 2015 dependencies?

2016-03-22 Thread Jordi Torres
Hi all,

Added a link to dependencies section:
http://www.openscenegraph.org/index.php/download-section/dependencies

Cheers.

2016-03-22 13:58 GMT+01:00 Björn Blissing :

>
> Trajce Nikolov NICK wrote:
> > Hi Bjorn,
> >
> > I am using these CMake scripts, and many others as I follow the user
> lists ..
> > And you are forced to repeat yourself dosen of times with the same link
> >
> >
> > Maybe you talk to Robert to place info about your github project on the
> web :)
> >
>
>
> Hi Nick,
>
> I have no problem if a link to the github page gets added to the
> dependencies section of the osg homepage. But someone with edit permissions
> have to make the change.
>
> Regards
> Björn
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=66585#66585
>
>
>
>
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



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


Re: [osg-users] Visual Studio 2015 dependencies?

2016-03-22 Thread Björn Blissing

Trajce Nikolov NICK wrote:
> Hi Bjorn,
> 
> I am using these CMake scripts, and many others as I follow the user lists .. 
> And you are forced to repeat yourself dosen of times with the same link
> 
> 
> Maybe you talk to Robert to place info about your github project on the web :)
> 


Hi Nick,

I have no problem if a link to the github page gets added to the dependencies 
section of the osg homepage. But someone with edit permissions have to make the 
change.

Regards
Björn

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=66585#66585





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


Re: [osg-users] Visual Studio 2015 dependencies?

2016-03-19 Thread Trajce Nikolov NICK
Hi Bjorn,

I am using these CMake scripts, and many others as I follow the user lists
..
And you are forced to repeat yourself dosen of times with the same link

Maybe you talk to Robert to place info about your github project on the web
:)

Cheers!
Nick


On Wed, Mar 16, 2016 at 4:50 PM, Björn Blissing <bjorn.bliss...@vti.se>
wrote:

> Hi Carsten,
>
>
> Depending on which dependencies you need you could always compile them
> yourself using the following CMake scripts:
>
> https://github.com/bjornblissing/osg-3rdparty-cmake
>
>
> Regards
>
> Björn
>
>
> 
> Från: osg-users <osg-users-boun...@lists.openscenegraph.org> för
> dragon...@versanet.de <dragon...@versanet.de>
> Skickat: den 16 mars 2016 11:53
> Till: osg-users@lists.openscenegraph.org
> Ämne: [osg-users] Visual Studio 2015 dependencies?
>
> Hi All,
>
> I'd like to compile Osg 3.4.0 with Visual Studio 2015 as 64Bit.
> But I could find any precompiled dependencies for VS2015.
> Can anybody point me to where to get them please?
>
> Regards and thanks in advance,
> Carsten
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



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


Re: [osg-users] Visual Studio 2015 dependencies?

2016-03-19 Thread Björn Blissing
Hi Carsten,


Depending on which dependencies you need you could always compile them yourself 
using the following CMake scripts:

https://github.com/bjornblissing/osg-3rdparty-cmake


Regards

Björn



Från: osg-users <osg-users-boun...@lists.openscenegraph.org> för 
dragon...@versanet.de <dragon...@versanet.de>
Skickat: den 16 mars 2016 11:53
Till: osg-users@lists.openscenegraph.org
Ämne: [osg-users] Visual Studio 2015 dependencies?

Hi All,

I'd like to compile Osg 3.4.0 with Visual Studio 2015 as 64Bit.
But I could find any precompiled dependencies for VS2015.
Can anybody point me to where to get them please?

Regards and thanks in advance,
Carsten
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Visual Studio 2015 dependencies?

2016-03-16 Thread dragon...@versanet.de
Hi All,

I'd like to compile Osg 3.4.0 with Visual Studio 2015 as 64Bit.
But I could find any precompiled dependencies for VS2015.
Can anybody point me to where to get them please?

Regards and thanks in advance,
Carsten___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org