Re: [osg-users] Troubles building osg_Freetype plugin

2009-03-03 Thread Dieter Pfeffer
Hello Jean-Sebastien

when I use your link

VisualStudio 7.1 -

https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty
_win32binaries_vs71/


I find the freetype219.lib, but I thought I need the never version of the
freetype (freetype235.lib?) libs.



Dieter




Unclassified Mail


-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org]on Behalf Of
Jean-Sebastien Guay
Sent: Monday, 02 March, 2009 18:11
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Troubles building osg_Freetype plugin


Hello Ernesto,

 I have downloaded the 3rdParty dependencies form here
(http://www.openscenegraph.org/downloads/dependencies/Windows/VisualStudio7/
3rdParty_Win32binaries_2005_05_10.zip).

That's the old 3rdparty package, which is not useful anymore because we
need a newer version of the Freetype lib in particular, which is why
you're getting that error.

The Dependencies page clearly states where to get the dependencies for
VS7.1 (2003):

http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies

VisualStudio 7.1 -
https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty
_win32binaries_vs71/

(Note that I removed the Visual Studio 7 item in the list, it was
misleading since VS7 is not really supported and it linked to the old
dependencies zip from 2005 which will not work as you discovered. The
page should now be more accurate.)

Hope this helps,

J-S
--
__
Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com
http://www.cm-labs.com/
 http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



Disclaimer:

If you are not the intended recipient of this email, please notify the sender 
and delete it. 
Any unauthorized copying, disclosure or distribution of this email or its 
attachment(s) is forbidden. 
Thales Nederland BV will not accept liability for any damage caused by this 
email or its attachment(s). 
Thales Nederland BV is seated in Hengelo and is registered at the Chamber of 
Commerce under number 06061578.


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


Re: [osg-users] Troubles building osg_Freetype plugin

2009-03-03 Thread Jean-Sébastien Guay

Hello Dieter,


I find the freetype219.lib, but I thought I need the never version of the
freetype (freetype235.lib?) libs.


Oops, you're right, looks like the 3rdParty repo was not updated for VS 7.1.

Does anyone have 3rdParty binaries they could contribute that work for 
compiling OSG 2.6/2.8? We could put them on the download site like the 
VC9 3rdparty binaries.


J-S
--
__
Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com
   http://www.cm-labs.com/
http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Troubles building osg_Freetype plugin

2009-03-03 Thread Luigi Calori

I' m using vs7.1 static lib with 2.6 and 2.8, get it at
http://3d.cineca.it/storage/packages/osgdep_vs71.zip
or get the cmake project that I use to build them at
http://3d.cineca.it/storage/packages/3rdPartySrc_pack.zip

Recently Philip Lowman has started a project to provide CMake builds for 
basic libraries

http://code.google.com/p/cmakeports/


Hope it helps


Luigi



Jean-Sébastien Guay ha scritto:

Hello Dieter,

I find the freetype219.lib, but I thought I need the never version of 
the

freetype (freetype235.lib?) libs.


Oops, you're right, looks like the 3rdParty repo was not updated for 
VS 7.1.


Does anyone have 3rdParty binaries they could contribute that work for 
compiling OSG 2.6/2.8? We could put them on the download site like the 
VC9 3rdparty binaries.


J-S


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


Re: [osg-users] Troubles building osg_Freetype plugin

2009-03-03 Thread Mattias Helsing
Hello ppl,

I have just sent Dieter a zip with freetype238 compiled with msvc71.
Hope it helps. Let me know if it didn't arrive (~1.2mb)

Whats interesting is that I built it from source with newly created
cmakelists.txt inside Philip Lowman's first draft of CMakePorts as
mentioned by Luigi. This looks very promising and could make
maintaining win32 dependencies a very easy task. Kudos and whatnot to
Philip and Luigi for initiating this.

Mattias

On 3/3/09, Dieter Pfeffer dieter.pfef...@nl.thalesgroup.com wrote:
 Hello Jean-Sebastien

 when I use your link

VisualStudio 7.1 -

 https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty
 _win32binaries_vs71/


 I find the freetype219.lib, but I thought I need the never version of the
 freetype (freetype235.lib?) libs.



 Dieter




 Unclassified Mail


 -Original Message-
 From: osg-users-boun...@lists.openscenegraph.org
 [mailto:osg-users-boun...@lists.openscenegraph.org]on Behalf Of
 Jean-Sebastien Guay
 Sent: Monday, 02 March, 2009 18:11
 To: osg-users@lists.openscenegraph.org
 Subject: Re: [osg-users] Troubles building osg_Freetype plugin


 Hello Ernesto,

 I have downloaded the 3rdParty dependencies form here
 (http://www.openscenegraph.org/downloads/dependencies/Windows/VisualStudio7/
 3rdParty_Win32binaries_2005_05_10.zip).

 That's the old 3rdparty package, which is not useful anymore because we
 need a newer version of the Freetype lib in particular, which is why
 you're getting that error.

 The Dependencies page clearly states where to get the dependencies for
 VS7.1 (2003):

 http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies

 VisualStudio 7.1 -
 https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty
 _win32binaries_vs71/

 (Note that I removed the Visual Studio 7 item in the list, it was
 misleading since VS7 is not really supported and it linked to the old
 dependencies zip from 2005 which will not work as you discovered. The
 page should now be more accurate.)

 Hope this helps,

 J-S
 --
 __
 Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com
 http://www.cm-labs.com/
  http://whitestar02.webhop.org/
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


 
 Disclaimer:

 If you are not the intended recipient of this email, please notify the
 sender and delete it.
 Any unauthorized copying, disclosure or distribution of this email or its
 attachment(s) is forbidden.
 Thales Nederland BV will not accept liability for any damage caused by this
 email or its attachment(s).
 Thales Nederland BV is seated in Hengelo and is registered at the Chamber of
 Commerce under number 06061578.
 

 ___
 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


[osg-users] Troubles building osg_Freetype plugin

2009-03-02 Thread Ernesto
Hi 

I give up for the moment of building OSG with MinGW32 and decided to use 
Microsoft Visual Studio .NET 2003 (I'm using a low resources of hardware but 
OSG goes OK). I have compiled OSG but some plugins didn't compile for example 
the freetype plugin don't get linked because MSVS linker raises me the 
following 
 Building Custom Rule 
 D:/Installers/libraries/OpenSceneGraph-2.8.0/OpenSceneGraph-2.8.0/OpenSceneGraph/src/osgPlugins/freetype/CMakeLists.txt
 CMake does not need to re-run because CMakeFiles/generate.stamp is up-to-date.
 Compiling...
 ReaderWriterFreeType.cpp
 FreeTypeLibrary.cpp
 FreeTypeFont3D.cpp
 FreeTypeFont.cpp
 Generating Code...
 Linking...
 FreeTypeFont3D.obj : error LNK2019: unresolved external symbol 
 _FT_Outline_Get_BBox referenced in function protected: void __thiscall 
 FreeTypeFont3D::init(void) (?i...@freetypefont3d@@IAEXXZ)
 D:\Installers\libraries\OpenSceneGraph-2.8.0\OpenSceneGraph-2.8.0\OpenSceneGraph\build\bin\Debug\..\osgPlugins-2.8.0\osgdb_freetyped.dll
  : fatal error LNK1120: 1 unresolved externals
 
 Build log was saved at 
 file://d:\Installers\libraries\OpenSceneGraph-2.8.0\OpenSceneGraph-2.8.0\OpenSceneGraph\build\src\osgPlugins\freetype\osgdb_freetype.dir\Debug\BuildLog.htm
 Plugins freetype - 2 error(s), 0 warning(s)
 
 
 -- Done --
 
 Build: 0 succeeded, 1 failed, 0 skipped
 
 
 


I have downloaded the 3rdParty dependencies form here 
(http://www.openscenegraph.org/downloads/dependencies/Windows/VisualStudio7/3rdParty_Win32binaries_2005_05_10.zip).

If somebody knows how to solve this problem i'll be very grateful


greetings 

SirErnest

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





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


Re: [osg-users] Troubles building osg_Freetype plugin

2009-03-02 Thread Gordon Tomlinson
Did you build the actual FreeType library ? 

this is a 3rd party lib you have to build etc..

There are several 3rd Party libs that you either have to build or find a
prebuilt package for your OS/build Env

See the OSG web site and dependency lists for what you need etc


__
Gordon Tomlinson 

gor...@gordontomlinson.com
IM: gordon3db...@3dscenegraph.com
www.vis-sim.com www.gordontomlinson.com 

__

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Ernesto
Sent: Monday, March 02, 2009 12:02 PM
To: osg-users@lists.openscenegraph.org
Subject: [osg-users] Troubles building osg_Freetype plugin

Hi 

I give up for the moment of building OSG with MinGW32 and decided to use
Microsoft Visual Studio .NET 2003 (I'm using a low resources of hardware but
OSG goes OK). I have compiled OSG but some plugins didn't compile for
example the freetype plugin don't get linked because MSVS linker raises me
the following 
 Building Custom Rule
D:/Installers/libraries/OpenSceneGraph-2.8.0/OpenSceneGraph-2.8.0/OpenSceneG
raph/src/osgPlugins/freetype/CMakeLists.txt
 CMake does not need to re-run because CMakeFiles/generate.stamp is
up-to-date.
 Compiling...
 ReaderWriterFreeType.cpp
 FreeTypeLibrary.cpp
 FreeTypeFont3D.cpp
 FreeTypeFont.cpp
 Generating Code...
 Linking...
 FreeTypeFont3D.obj : error LNK2019: unresolved external symbol
_FT_Outline_Get_BBox referenced in function protected: void __thiscall
FreeTypeFont3D::init(void) (?i...@freetypefont3d@@IAEXXZ)

D:\Installers\libraries\OpenSceneGraph-2.8.0\OpenSceneGraph-2.8.0\OpenSceneG
raph\build\bin\Debug\..\osgPlugins-2.8.0\osgdb_freetyped.dll : fatal error
LNK1120: 1 unresolved externals
 
 Build log was saved at
file://d:\Installers\libraries\OpenSceneGraph-2.8.0\OpenSceneGraph-2.8.0\Op
enSceneGraph\build\src\osgPlugins\freetype\osgdb_freetype.dir\Debug\BuildLog
.htm
 Plugins freetype - 2 error(s), 0 warning(s)
 
 
 -- Done --
 
 Build: 0 succeeded, 1 failed, 0 skipped
 
 
 


I have downloaded the 3rdParty dependencies form here
(http://www.openscenegraph.org/downloads/dependencies/Windows/VisualStudio7/
3rdParty_Win32binaries_2005_05_10.zip).

If somebody knows how to solve this problem i'll be very grateful


greetings 

SirErnest

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





___
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] Troubles building osg_Freetype plugin

2009-03-02 Thread Jean-Sébastien Guay

Hello Ernesto,


I have downloaded the 3rdParty dependencies form here 
(http://www.openscenegraph.org/downloads/dependencies/Windows/VisualStudio7/3rdParty_Win32binaries_2005_05_10.zip).


That's the old 3rdparty package, which is not useful anymore because we 
need a newer version of the Freetype lib in particular, which is why 
you're getting that error.


The Dependencies page clearly states where to get the dependencies for 
VS7.1 (2003):


http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies

VisualStudio 7.1 - 
https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty_win32binaries_vs71/;


(Note that I removed the Visual Studio 7 item in the list, it was 
misleading since VS7 is not really supported and it linked to the old 
dependencies zip from 2005 which will not work as you discovered. The 
page should now be more accurate.)


Hope this helps,

J-S
--
__
Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com
   http://www.cm-labs.com/
http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org