Hi Andreas,
thanks for your suggestions, but i already followed those steps: 
I renamed the 2 files:

[EMAIL PROTECTED] Contrib]$ ls
CGChunk         CVS              LinearCombinerGeometry  README
common.libs.in  DrawFunctorCore  MayaExporter            VideoGrab
common.mk       InventorLoader   OSGContribDef.h         WindowFOX

and

[EMAIL PROTECTED] WindowFOX]$ ls
common.libs.in             OSGFOXGLWidgetPFields.h  
OSGFOXWindowFields.h
common.mk                  OSGFOXWindowBase.cpp      OSGFOXWindow.h
CVS                        OSGFOXWindowBase.h        OSGFOXWindow.inl
OSGFOXGLWidget.cpp         OSGFOXWindowBase.inl      OSGWindowFOXDef.h
OSGFOXGLWidget.h           OSGFOXWindow.cpp          README
OSGFOXGLWidgetPFields.cpp  OSGFoxWindow.fcd.dontuse  testFOXWindow.cpp

and then launched again the making of OpenSG. For what i can say, It
compiled correctly, and installed in the correct directory i specified.
Yet, i am still getting the same ole error:

./Src/libSrc.a(fxglut.o)(.text+0x4e3e): In function
`FXGLUTWindow::FXGLUTWindow[not-in-charge](FX::FXApp*, FX::FXString
const&, int, int, int, int)': 
/home/enrico/MyProject/MyProject/Src/fxglut.cpp:288: undefined reference
to `osg::FOXGLWidget::FOXGLWidget[in-charge](FX::FXComposite*,
FX::FXGLVisual*, FX::FXObject*, unsigned, unsigned, int, int, int, int)'
./Src/libSrc.a(fxglut.o)(.text+0x4e3e): In function
`FXGLUTWindow::FXGLUTWindow[not-in-charge](FX::FXApp*, FX::FXString
const&, int, int, int, int)': 
/home/enrico/MyProject/MyProject/Src/fxglut.cpp:288: undefined reference
to `osg::FOXGLWidget::FOXGLWidget[in-charge](FX::FXComposite*,
FX::FXGLVisual*, FX::FXObject*, unsigned, unsigned, int, int, int, int)'
it surely looks like a broken link to a library, maybe the libOSGContrib
you were talking about. I looked for it in my pc via a locate, but i
couldn't find it. Maybe I made some error compiling &/or installing my
OpenSG? 

Thx Enrico


Il mer, 2004-09-08 alle 15:57, Andreas Zieringer ha scritto:
> Hi Enrico,
> 
> did you compile and link against the OSGContrib lib?
> To compile the OSGContrib lib you have to rename the file 
> common.libs.in.disabled into common.libs.in in the directory 
> Source/Contrib and Source/Contrib/WindowFox and reconfigure (add the 
> includes and libs from fox via --with-add-incdir=... 
> --with-add-libdir=...) and recompile OpenSG.
> 
> Andreas
> 
> > hi all,
> > I am trying to build a little graphical interface for
> > my OpenSG project. I used in my files the 
> > 
> > osg::FOXGLWidget class,
> > 
> > but in the compile/link phase i am getting the following error:
> > 
> > /home/enrico/MyProject/MyProject/Src/fxglut.cpp:288: undefined reference
> > to `osg::FOXGLWidget::FOXGLWidget[in-charge](FX::FXComposite*,
> > FX::FXGLVisual*, FX::FXObject*, unsigned, unsigned, int, int, int, int)'
> > but i have both 
> > 
> > a) included the files:
> > 
> > #include <OpenSG/OSGFOXGLWidget.h>
> > #include <OpenSG/OSGFOXWindow.h>รน
> > 
> > b) all OGG libraries except from OSGWindowQT, but i don't thing it is
> > what i need.
> > 
> > My best guess is that i'd have to re-build my OpenSG with some configure
> > option, something like --with-fox, but looking at the help, i din't find
> > a thing about it. Anyone can help? Thank you Enrico.
> 



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to