Re: [osg-users] helping compiling QT4 example

2007-02-25 Thread Antoine Hue
Here is the osgsimpleviewerQT4.pro as a tarball. Antoine osgsimpleviewerQT4.pro.tgz Description: application/compressed-tar ___ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.opensce

Re: [osg-users] helping compiling QT4 example

2007-02-25 Thread Robert Osfield
Hi Elekis, You have an out of date OpenThreads version, you need to update, and this causing osgViewer to fail building. I recommend update to the SVN version of both OpenThreads and OpenSceneGraph, this will ensure you don't get any of the old OpenThreads repositories. Check my mail last week

Re: [osg-users] helping compiling QT4 example

2007-02-25 Thread elekis
ok I understand he is in application directory is it possible to install only osg viewer?? thanks a lot for all On 2/25/07, elekis <[EMAIL PROTECTED]> wrote: thanks, but, the fact is I haven't osgViewer [EMAIL PROTECTED]:~$ ls /usr/include/osg osg/ osgFX/osgPartic

Re: [osg-users] helping compiling QT4 example

2007-02-25 Thread elekis
thanks, but, the fact is I haven't osgViewer [EMAIL PROTECTED]:~$ ls /usr/include/osg osg/ osgFX/osgParticle/ osgTerrain/ osgAL/osgGA/osgProducer/ osgText/ osgDB/osgIntrospection/ osgSim/ osgUtil/ and I don't know

Re: [osg-users] helping compiling QT4 example

2007-02-25 Thread Robert Osfield
Hi Antoine, Could you send the .pro file as a separate attachment as your mail tool has inlined. Cheers. Robert. On 2/25/07, Antoine Hue <[EMAIL PROTECTED]> wrote: GNUMakefile provided with osgsimpleviewerQT4 is not very well suited for any QT install. Try attached .pro file: qmake-qt4 osgsimp

Re: [osg-users] helping compiling QT4 example

2007-02-25 Thread Antoine Hue
GNUMakefile provided with osgsimpleviewerQT4 is not very well suited for any QT install. Try attached .pro file: qmake-qt4 osgsimpleviewer.pro make -f Makefile .//osgsimpleviewerQT4/osgsimpleviewerQT4 Robert, feel free to add this contribution to the OSG. Antoine elekis wrote: hi all I try to

[osg-users] helping compiling QT4 example

2007-02-25 Thread elekis
hi all I try to compil the QT4 example like here http://openscenegraph.org/viewcvs/*checkout*/examples/osgsimpleviewerQT4/osgsimpleviewerQT4.cpp with g++ osgsimpleviewerQT4.cpp -losgViewer -losgText -losgGA -losgDB -losgUtil -losg -lQtOpenGL -lQtGui -lQtCore but the first error line are [EMAIL