Re: [osg-users] Unable to find plugin

2008-06-06 Thread Vincent Bourdier
Hi, It's not a problem of Debug or Release version... debug compilation make some libd.dll and release make lib.dll (see advanced options in Cmake) but if you linker in debug search for libd.dll and you linker in release search lib.dll, all is good. :-) This morning I'm trying to compil osg

Re: [osg-users] Unable to find plugin

2008-06-06 Thread Vincent Bourdier
hi, This morning I'm trying to compil osg 2.5.1 with Cmake 2.6 and visual studio 2005 SP1 (and last 3rdparty from SVN for vs80 sp1). I'll tell you if everything is good. Everything looks fine. No problems. Thanks for your help. Regards, Vincent. Vincent. 2008/6/6 Brian Keener

Re: [osg-users] Unable to find plugin

2008-06-06 Thread Jean-Sébastien Guay
Bonjour Vincent, This morning I'm trying to compil osg 2.5.1 with Cmake 2.6 and visual studio 2005 SP1 (and last 3rdparty from SVN for vs80 sp1). I'll tell you if everything is good. Everything looks fine. No problems. Excellent, good to know it's all working for you now. J-S

Re: [osg-users] Unable to find plugin

2008-06-06 Thread Mike Weiblen
-Original Message- From: [EMAIL PROTECTED] [mailto:osg-users- [EMAIL PROTECTED] On Behalf Of Peter Wraae Marino Sent: Thursday, June 05, 2008 3:50 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Unable to find plugin ... Any chance we could get a 2008 (express,professional

Re: [osg-users] Unable to find plugin

2008-06-06 Thread Mike Weiblen
-Original Message- From: [EMAIL PROTECTED] [mailto:osg-users- [EMAIL PROTECTED] On Behalf Of Gordon Tomlinson Sent: Thursday, June 05, 2008 3:58 PM To: 'OpenSceneGraph Users' Subject: Re: [osg-users] Unable to find plugin You have 2008 ;). so you could contribute I'm sure

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Vincent Bourdier
Hi, After download of the last 3rdParty from SVN, I've some problem on compilation : In the Cmake 2.4 config, with advanced values, Freetype ask for *FREETYPE_INCLUDE_DIR_freetype2 *and I didn't found something about that... If I put some directory like

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Mattias Helsing
Hi Vincent, is 3rdPart.../bin in your path when you run? CMake should pick up the FREETYPE_INCLUDE_DIR if you give a proper value to ACTUAL_3RDPARTY_DIR. What messages do you get when you set OSG_NOTIFY_LEVEL to DEBUG_INFO cheers MAttias On 6/5/08, Vincent Bourdier [EMAIL PROTECTED] wrote:

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Vincent Bourdier
The problem still here : My PATH : Z:\OSG_2.4\binaries\bin;Z:\OSG_2.4\binaries\bin\osgplugins-2.4.0;Z:\OSG_2.4\sources\3rdParty\bin; Osg 2.4 Freetype compilation : ok. No error, no warnings in my project : linker : Z:\OSG_2.4\sources\3rdParty\lib;Z:\OSG_2.4\binaries\lib; include :

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Colin Rayment
. Colin Colin Rayment Principal Consultant Tel: 01373 852063 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Bourdier Sent: 05 June 2008 12:25 To: OpenSceneGraph Users Subject: Re: [osg-users] Unable to find plugin The problem still

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Mattias Helsing
Hi Vincent, I'd spend a buck on Colin's reply. Though it's a bit odd that you have 3rdParty../include/freetype in your include path. I guess you have added this yourself in CMake setup. The freetype plugin just includes ft2build.h which is in 3rdParty/include. It probably won't hurt of course,

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Vincent Bourdier
Hi Mattias, Yes I added myself some path for the linker to be sure it was not the problem... Before compiling all OSG once again, I'll try to put the SP1 on Visual Studio as suggested by Collin. Don't know why but I thing It is a problem like this, because OSG compiles very well and the .dll are

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Gordon Tomlinson
To: OpenSceneGraph Users Subject: Re: [osg-users] Unable to find plugin Hi Mattias, Yes I added myself some path for the linker to be sure it was not the problem... Before compiling all OSG once again, I'll try to put the SP1 on Visual Studio as suggested by Collin. Don't know why but I thing It is a problem

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Lionel Lagarde
ricks but is a function of how quickly and intensely one can arouse one's instinct for survival" -Master Tambo Tetsura From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Vincent Bourdier Sent: 05 June 2008 12:55 To: OpenSceneGraph Users Subject: Re: [osg-use

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Vincent Bourdier
Tambo Tetsura* -- *From:* [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED][EMAIL PROTECTED]] *On Behalf Of *Vincent Bourdier *Sent:* 05 June 2008 12:55 *To:* OpenSceneGraph Users *Subject:* Re: [osg-users] Unable to find plugin Hi Mattias, Yes I added myself some

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Lionel Lagarde
-Master Tambo Tetsura From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Vincent Bourdier Sent: 05 June 2008 12:55 To: OpenSceneGraph Users Subject: Re: [osg-users] Unable to find plugin

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Gordon Tomlinson
Subject: Re: [osg-users] Unable to find plugin Hi Mattias, Yes I added myself some path for the linker to be sure it was not the problem... Before compiling all OSG once again, I'll try to put the SP1 on Visual Studio as suggested by Collin. Don't know why but I thing It is a problem like

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Paul Martz
To: OpenSceneGraph Users Subject: Re: [osg-users] Unable to find plugin Hi Mattias, Yes I added myself some path for the linker to be sure it was not the problem... Before compiling all OSG once again, I'll try to put the SP1 on Visual Studio as suggested by Collin. Don't know why but I thing It is a problem like

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Paul Martz
:[EMAIL PROTECTED] On Behalf Of Paul Martz Sent: Thursday, June 05, 2008 10:37 AM To: 'OpenSceneGraph Users' Subject: Re: [osg-users] Unable to find plugin I discovered this problem with the D 3rdparty libs some time ago, and have posted here extensively regarding it, and have discussed the issue

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Peter Wraae Marino
bugging me -- and Mike -- for weeks. -Paul -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Paul Martz *Sent:* Thursday, June 05, 2008 10:37 AM *To:* 'OpenSceneGraph Users' *Subject:* Re: [osg-users] Unable to find plugin I

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Jason Daly
Peter Wraae Marino wrote: Hi, I just got into this thread now.. I too am having problems with the .ttf format. As I can understand.. the fix is too make sure to have service pack 1 installed for developer studio. This is only true if you're running Visual Studio 2005 I'm using express

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Peter Wraae Marino
Hi, you might be on to something there.. i used the following dep. https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty_win32binaries_vs80sp1/ these version numbers are really confusing from microsoft vs80sp1 is that for 2005 and vs90sp1 is 2008?? or other? Peter

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Mike Weiblen
=525view=markup -- mew -Original Message- From: [EMAIL PROTECTED] [mailto:osg-users- [EMAIL PROTECTED] On Behalf Of Paul Martz Sent: Thursday, June 05, 2008 2:19 PM To: 'OpenSceneGraph Users' Subject: Re: [osg-users] Unable to find plugin Hm. Well, I _thought_ I had VS2005 SP1 installed

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Gordon Tomlinson
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Wraae Marino Sent: 05 June 2008 21:20 To: OpenSceneGraph Users Subject: Re: [osg-users] Unable to find plugin Hi, you might be on to something there.. i used the following dep. https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Jean-Sébastien Guay
Hello Peter, I'm using express 2008 and there doesn't seem to be any service pack for it, it actually seems like the 2008 version has indirectly installed service pack 1 when the application got it installed. So i'm kinda at square 1 with this problem. the osgdb_freetyped.dll exists on my

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Gordon Tomlinson
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Tomlinson Sent: 05 June 2008 21:35 To: 'OpenSceneGraph Users' Subject: Re: [osg-users] Unable to find plugin its for Visual Studio 2005/VS8.0 I HIGHLY would recommend that any one running 2005 installs Sp1 for VS2005/VS8.0 I know we

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Peter Wraae Marino
Hi Jean, I download freetype and built an express2008 verison of it... and it works... thx Any chance we could get a 2008 (express,professional) dep package soon? Peter On Thu, Jun 5, 2008 at 10:35 PM, Jean-Sébastien Guay [EMAIL PROTECTED] wrote: Hello Peter, I'm using express 2008 and

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Paul Martz
Of Peter Wraae Marino Sent: Thursday, June 05, 2008 2:00 PM To: OpenSceneGraph Users Subject: Re: [osg-users] Unable to find plugin Hi, I just got into this thread now.. I too am having problems with the .ttf format. As I can understand.. the fix is too make sure to have service pack 1 installed

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Gordon Tomlinson
2008 21:50 To: OpenSceneGraph Users Subject: Re: [osg-users] Unable to find plugin Hi Jean, I download freetype and built an express2008 verison of it... and it works... thx Any chance we could get a 2008 (express,professional) dep package soon? Peter On Thu, Jun 5, 2008 at 10:35 PM, Jean

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Paul Martz
Users' Subject: Re: [osg-users] Unable to find plugin If your running VS 2008 then you will HAVE to compile all the 3rd party dependencies yourself... At this time nobody is contributing a package like Mike W's package for VS2005/SP1

Re: [osg-users] Unable to find plugin

2008-06-05 Thread Brian Keener
Vincent Bourdier wrote: Osg 2.4 Freetype compilation : ok. No error, no warnings in my project : linker : Z:\OSG_2.4\sources\3rdParty\lib;Z:\OSG_2.4\binaries\lib; include : \OSG_2.4\sources\3rdParty\include\freetype;Z:\OSG_2.4\sources\3rdParty\include

[osg-users] Unable to find plugin

2008-06-04 Thread Vincent Bourdier
(Re) Hi, From osg 2.2 to 2.4 and 2.5.1, I've a warning on loading data : Could not find plugin to read object from file [...]\arial.ttf How can I solve it ? thanks. Regards, Vincent ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Unable to find plugin

2008-06-04 Thread Paul Melis
Vincent Bourdier wrote: (Re) Hi, From osg 2.2 to 2.4 and 2.5.1, I've a warning on loading data : Could not find plugin to read object from file [...]\arial.ttf How can I solve it ? It depends on what is the problem. Things to check: - Did the ttf plugin compile successfully? If not, check

Re: [osg-users] Unable to find plugin

2008-06-04 Thread Vincent Bourdier
I didn't found some osgbd_ttf.dll in the plugins... in 2.2, 2.4, 2.5.1 What is the plugin which define it ? I juste have an error on compilation of osgwrapper_osgDB.dll. Any idea ? Thanks, Vincent 2008/6/4 Paul Melis [EMAIL PROTECTED]: Vincent Bourdier wrote: (Re) Hi, From osg 2.2 to

Re: [osg-users] Unable to find plugin

2008-06-04 Thread Jean-Sébastien Guay
Hello Vincent, I didn't found some osgbd_ttf.dll in the plugins... in 2.2, 2.4, 2.5.1 What is the plugin which define it ? I think Paul made a small mistake, it's not osgdb_ttf.dll, it's osgdb_freetype.dll that you're looking for. This should exist to be able to load ttf fonts. I juste

Re: [osg-users] Unable to find plugin

2008-06-04 Thread Vincent Bourdier
Ok, right it is not in the .dll list... But how to compile it ? I have tried to add freetype in the Cmake2.6 configuration, but when I compile OSG 2.5.1 freetype is not int the list... ? I can get if from 2.2 but I don't think it is the best way... Thanks, Regards, Vincent. 2008/6/4

Re: [osg-users] Unable to find plugin

2008-06-04 Thread Paul Martz
you set the FREETYPE_ variables correctly. -Paul _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Bourdier Sent: Wednesday, June 04, 2008 7:31 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Unable to find plugin Ok, right it is not in the .dll list

Re: [osg-users] Unable to find plugin

2008-06-04 Thread Jean-Sébastien Guay
Hello Vincent, Ok, right it is not in the .dll list... But how to compile it ? I have tried to add freetype in the Cmake2.6 configuration, but when I compile OSG 2.5.1 freetype is not int the list... ? I can get if from 2.2 but I don't think it is the best way... As has been discussed a

Re: [osg-users] Unable to find plugin

2008-06-04 Thread Paul Melis
Jean-Sébastien Guay wrote: Hello Vincent, I didn't found some osgbd_ttf.dll in the plugins... in 2.2, 2.4, 2.5.1 What is the plugin which define it ? I think Paul made a small mistake, it's not osgdb_ttf.dll, it's osgdb_freetype.dll that you're looking for. This should exist to be able

Re: [osg-users] Unable to find plugin

2008-06-04 Thread Vincent Bourdier
Thanks Jean-Sébatien, I'm currently downloading the good 3dParties from SVN... it looks better :) I'll try to compile just after. Thanks for theses good indications Vincent. 2008/6/4 Paul Melis [EMAIL PROTECTED]: Jean-Sébastien Guay wrote: Hello Vincent, I didn't found some