I had a similar problem and it was related to the version of Visual Studio used 
for building OSG. Mike's 3rd party binaries were compiled with VS2005 Service 
Pack 1. If you're using the standard VS2005 the plugins will build ok but won't 
get loaded. I found that upgrading SP1 fixed the problem.
 
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 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 : 
\OSG_2.4\sources\3rdParty\include\freetype;Z:\OSG_2.4\sources\3rdParty\include;Z:\OSG_2.4\sources\OpenSceneGraph-src\include;

And still the error messages : 
"Could not find plugin to read object from file ... arial.ttf"
"Could not find plugin to read object from file ... picture.jpg"
"Could not find plugin to read object from file ... picture.png"

I don't know where to search now...

Any idea ?

Regards,
   Vincent.


2008/6/5 Mattias Helsing <[EMAIL PROTECTED]>:


        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:
        > 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
        > ....3rdParty_win32binaries_vs80sp1/include/freetype... it compile, but
        > after, during the run, I've the "*could not find plugin to read
        > ....arial.ttf" *message and so I don't know how to make a good 2.4
        > compilation, with freetype, jpeg and png plugins.
        >
        > Thanks,
        >
        > Regards,
        >    Vincent.
        >
        > 2008/6/4 Vincent Bourdier <[EMAIL PROTECTED]>:
        >
        >> 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 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.
        >>>>
        >>>
        >>> Yup, you're right, forgot about that.
        >>>
        >>> Paul
        >>>
        >>> _______________________________________________
        >>> osg-users mailing list
        >>> [email protected]
        >>> 
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
        >>>
        >>
        >>
        >
        _______________________________________________
        osg-users mailing list
        [email protected]
        
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
        



This email has been scanned for all known viruses by the MessageLabs Email 
Security System.

Please help out the environment by only printing this e-mail if absolutely 
necessary - Thank You.


This email has been scanned for all known viruses by the MessageLabs Email 
Security System.

Systems Engineering & Assessment Ltd - Beckington Castle, 17 Castle Corner, 
Beckington, Frome, Somerset, BA11 6TA, UK 
is registered in England and Wales with the company number 2430846.

The contents of this email (including any attachments) are confidential and may 
be legally privileged. 

If you are not the intended recipient of this email any disclosure, copying, 
distribution or use of its contents is strictly prohibited.  You should notify 
the sender immediately and then delete it (including any attachments) from your 
system.

Please help out the environment by only printing this e-mail if absolutely 
necessary - Thank You.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to