I solved the problem. I just needed to set compile wrappers to ON in Cmake.
osgIntrospection added to vs solution.

/emre

On Dec 16, 2007 3:16 PM, Emre Koc <[EMAIL PROTECTED]> wrote:

> Thanks a lot Jean-Sébastien. Now I'm able to compile my osg project.
>
> Did anyone try to compile osgDotNet with the latest OSG version ?
> It gives an error osgIntrospectiond.lib cannot be found. I checked the SVN
> for osgIntrospection project but it doesn't exist in SVN.
> Does anyone have an idea on this ?
>
> Thanks in advance,
>
> /emre
>
>
>
> On Dec 15, 2007 5:59 AM, Jean-Sébastien Guay <[EMAIL PROTECTED]
> > wrote:
>
> > Hello Emre,
> >
> > > I downloaded and compiled FreeType library but it did not solve my
> > problem,
> > > it still gives this error both in Release and Debug compile
> >
> > You did not need to download and compile it, just download the new 3rd
> > party bundle from Mike Weiblen's SVN:
> >
> >
> > https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty_win32binaries_vs80sp1/
> >
> > or
> >
> >
> > https://osgtoy.svn.sourceforge.net/svnroot/osgtoy/3rdParty/branches/3rdParty_win32binaries_vs71/
> >
> > Then, and this is important, you need to re-do the CMake config. Either
> >
> > A) Delete your CMakeCache.txt file and then re-run CMakeSetup so it
> > will detect
> >    the correct library names. Or
> >
> > B) Start CMakeSetup, enable Show Advanced Values, and change them
> > manually.
> >    From memory, the ones that need changing are:
> >
> >    PNG_LIBRARY            = libpng.lib           --> libpng13.lib
> >    PNG_LIBRARY_DEBUG      = libpngd.lib          --> libpng13d.lib
> >    FREETYPE_LIBRARY       = libfreetype219.lib   --> libfreetype235.lib
> >    FREETYPE_LIBRARY_DEBUG = libfreetype219_D.lib -->
> > libfreetype235_D.lib
> >    ZLIB_LIBRARY           = zlib.lib             --> zlib1.lib
> >    ZLIB_LIBRARY_DEBUG     = zlibd.lib            --> zlib1d.lib
> >
> >    (but double-check with the contents of 3rdParty/lib to be sure
> > that all your
> >    libraries have the right names)
> >
> > Hope this helps,
> >
> > J-S
> > --
> > ______________________________________________________
> > Jean-Sebastien Guay     [EMAIL PROTECTED]
> >                         http://whitestar02.webhop.org/
> >
> > ----------------------------------------------------------------
> > This message was sent using IMP, the Internet Messaging Program.
> >
> >
> > _______________________________________________
> > osg-users mailing list
> > [email protected]
> >
> > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> >
>
>
>
> --
> Emre Koc
> Sabanci University
> Faculty of Engineering and Natural Sciences




-- 
Emre Koc
Sabanci University
Faculty of Engineering and Natural Sciences
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to