Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Robert Osfield
Hi Elekis, On 2/26/07, elekis <[EMAIL PROTECTED]> wrote: it will really usefull when the wiki will be open to update this tutorial(or an other). but http://openscenegraph.com/ are in test period (like we can read :-D) The tutorials are not a direct part of the wiki so can't be edited, on ei

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread elekis
On 2/26/07, Robert Osfield <[EMAIL PROTECTED]> wrote: On 2/26/07, elekis <[EMAIL PROTECTED]> wrote: > everything work perfecly. > > thanks all for your help. > > for osgProducer. the fact is in a first time I used osgProducer cause he is > in tutorial > http://www.nps.navy.mil/cs/sullivan/osgtut

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Robert Osfield
On 2/26/07, elekis <[EMAIL PROTECTED]> wrote: everything work perfecly. thanks all for your help. for osgProducer. the fact is in a first time I used osgProducer cause he is in tutorial http://www.nps.navy.mil/cs/sullivan/osgtutorials/ (I really thing it's a bad tutorial cause he has no osg_ptr

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread elekis
everything work perfecly. thanks all for your help. for osgProducer. the fact is in a first time I used osgProducer cause he is in tutorial http://www.nps.navy.mil/cs/sullivan/osgtutorials/ (I really thing it's a bad tutorial cause he has no osg_ptr and use osgProducer) Now I have to use a othe

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Alberto Luaces
El Lunes, 26 de Febrero de 2007 16:01, Robert Osfield escribió: > > The SVN version of OSG doesn't require Producer to build, uninstall > > that "dev" package (that should be useless anyway because your > > distribution almost surely brings and ancient version of Producer) and > > rebuild, or bette

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Robert Osfield
On 2/26/07, Alberto Luaces <[EMAIL PROTECTED]> wrote: El Lunes, 26 de Febrero de 2007 15:28, elekis escribió: > of caurse osgProducer going to desepeart in few time(it's the main goal of > that installation) but now I try make work out my work. The SVN version of OSG doesn't require Producer to

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Alberto Luaces
El Lunes, 26 de Febrero de 2007 15:28, elekis escribió: > of caurse osgProducer going to desepeart in few time(it's the main goal of > that installation) but now I try make work out my work. The SVN version of OSG doesn't require Producer to build, uninstall that "dev" package (that should be usel

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Alberto Luaces
El Lunes, 26 de Febrero de 2007 14:32, elekis escribió: > first thing , effectively I had lots of pakage (osg producer and and > openTrheads ) it's bizarre that when I desinstalled openscenegraph he didnt > installed all independency package. This is because the OSG you had installed depends on OT

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread elekis
thanks all, I ve just re install Poducer-dev . Now I can compil but not execute ./Softvis: error while loading shared libraries: libosg.so: cannot open shared object file: No such file or directory and after a little time I had the wonderful msg. Run-time environment installation successful.

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Robert Osfield
Hi Elekis, It looks like you might be missing Producer now. If you don't need osgProducer/Producer then you can build the OSG without it just fine. You just need to disable the building of osgProducer/osgproducerviewer by setting the env PRODUCER_INSTALL=no or editing the Make/dependencies fil

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread elekis
yes that was that but now I have a other error . first thing , effectively I had lots of pakage (osg producer and and openTrheads ) it's bizarre that when I desinstalled openscenegraph he didnt installed all independency package. I delete producer and openTread. but now I have that is there ant

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Thibault Genessay
Hi On 2/26/07, elekis <[EMAIL PROTECTED]> wrote: sniff that's change nothing, [EMAIL PROTECTED]:~/SVN_OSG/trunk$ cat /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf /usr/local/lib [EMAIL PROTECTED]:~/SVN_OSG/trunk$ I made sudo ldconfig (and even re svn co sources) but nothing change. Tha

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Alberto Luaces
El Lunes, 26 de Febrero de 2007 10:52, elekis escribió: > ../../../lib/Linux32/libosgViewer.so: undefined reference to > `OpenThreads::SetProcessorAffinityOfCurrentThread(unsigned int)' I recently got that message when compiling OSG from SVN because I had installed a previous older version of Ope

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread elekis
sniff that's change nothing, [EMAIL PROTECTED]:~/SVN_OSG/trunk$ cat /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf /usr/local/lib [EMAIL PROTECTED]:~/SVN_OSG/trunk$ I made sudo ldconfig (and even re svn co sources) but nothing change. g++ -M -I../../../include -I/usr/X11R6/include ../osgco

Re: [osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-26 Thread Thibault Genessay
Hi On 2/25/07, elekis <[EMAIL PROTECTED]> wrote: hi [...] [EMAIL PROTECTED]:~/OSGSVN/trunk$ cat /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf /usr/local/include/OpenThreads Your /etc/ld.so.conf looks weird, you must not have C/C++ include paths in it! My OpenThreads libraries were inst

[osg-users] compil svn source (undefined reference to `OpenThreads::SetProcessorAffinityOfCurrentThread)

2007-02-25 Thread elekis
hi like said before I try to compil source from svn. after svn co http://www.openscenegraph.com/svn/osg/OpenThreads/trunk/ OpenThreads svn co http://www.openscenegraph.com/svn/osg/OpenSceneGraph/trunk/ I compil and install (make , sudo make install) OpenTreads . I have a /usr/local/lilb/libOpen