Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread benny porat
never mind, I try it again all over, and it's work Thank you very much NB On 11/23/06, John Wojnaroski <[EMAIL PROTECTED]> wrote: benny porat wrote: > In the website of producer the Latest release is > Producer-0.8.5-3.tar.gz > < http://www.andesengineering.com/Producer/Download/Producer-0.8.

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread John Wojnaroski
benny porat wrote: In the website of producer the Latest release is Producer-0.8.5-3.tar.gz , (http://www.andesengineering.com/Producer/download.html) and I try to update through the CVS the producer i write: >cvs -d :

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread benny porat
Hi again Robert, finally the make for the producer worked, but I still get the same error from the OpenSceneGraph. what can it be? thanks NB On 11/23/06, benny porat <[EMAIL PROTECTED]> wrote: OK its runing I forgat the Make dir in the end many many thanks NB On 11/23/06, benny porat <[EMAI

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread benny porat
OK its runing I forgat the Make dir in the end many many thanks NB On 11/23/06, benny porat <[EMAIL PROTECTED]> wrote: it still make an error: [EMAIL PROTECTED] Producer]$ export DWMAKE=/home/natalie/project//cvs/CVSROOT/Producer [EMAIL PROTECTED] Producer]$ make Make/makedefs:146: /home/

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread benny porat
it still make an error: [EMAIL PROTECTED] Producer]$ export DWMAKE=/home/natalie/project//cvs/CVSROOT/Producer [EMAIL PROTECTED] Producer]$ make Make/makedefs:146: /home/natalie/project//cvs/CVSROOT/Producer/Platforms//makedefs.linux: No such file or directory make: *** No rule to make ta

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread Robert Osfield
Hi Benny, On 11/23/06, benny porat <[EMAIL PROTECTED]> wrote: Hi Robert yoy mean to add this to /etc/profile? This was an environmental variable setting, you'd do this in a console shell then run make. If you want this environmental variable set all the time then add it to your .bashrc whic

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread benny porat
Hi Robert yoy mean to add this to /etc/profile? thanks NB On 11/23/06, benny porat <[EMAIL PROTECTED]> wrote: where I need to add this line? export DWMAKE=/home/me/mypathtoProducer/Producer/Make, thanks NB On 11/23/06, Robert Osfield <[EMAIL PROTECTED]> wrote: > > On 11/23/06, benny porat <

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread benny porat
where I need to add this line? export DWMAKE=/home/me/mypathtoProducer/Producer/Make, thanks NB On 11/23/06, Robert Osfield <[EMAIL PROTECTED]> wrote: On 11/23/06, benny porat <[EMAIL PROTECTED]> wrote: > In the website of producer the Latest release is Producer-0.8.5-3.tar.gz , > (http://www

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread Robert Osfield
On 11/23/06, benny porat <[EMAIL PROTECTED]> wrote: In the website of producer the Latest release is Producer-0.8.5-3.tar.gz, (http://www.andesengineering.com/Producer/download.html) and I try to update through the CVS the producer i write: >cvs -d :pserver:[EMAIL PROTECTED]:/cvs/Producer lo

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread benny porat
In the website of producer the Latest release is Producer-0.8.5-3.tar.gz , (http://www.andesengineering.com/Producer/download.html) and I try to update through the CVS the producer i write: cvs -d :pserver:[EMAIL PROTECTE

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread Robert Osfield
On 11/23/06, benny porat <[EMAIL PROTECTED]> wrote: "or the CVS version of Producer" where I can get it? I need to reinstall the all openscenegraph? there is an update? Details are all on the website :-) http://openscenegraph.org/osgwiki/pmwiki.php/Downloads/Dependencies Robert. __

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread benny porat
"or the CVS version of Producer" where I can get it? I need to reinstall the all openscenegraph? there is an update? On 11/23/06, Robert Osfield <[EMAIL PROTECTED]> wrote: HI Benny, It looks to me like you have an out of date version of Producer installed on your system. The current CVS ve

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-23 Thread Robert Osfield
HI Benny, It looks to me like you have an out of date version of Producer installed on your system. The current CVS version of the OSG compiles against Producer-1.1 or the CVS version of Producer. Robert. On 11/22/06, benny porat <[EMAIL PROTECTED]> wrote: ok, finally I download cvs and write

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-22 Thread benny porat
ok, finally I download cvs and write the command, but when I do make it gives me an error: make[3]: Entering directory `/home/natalie/project//cvs/CVSROOT/OpenSceneGraph/OpenSceneGraph/OpenSceneGraph/src/osgProducer/Linux32.Opt' g++ -O2 -W -Wall -fPIC -pipe -DOSGPRODUCER_LIBRARY -I../../..

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-22 Thread Stephan Huber
benny porat schrieb: someone culd please explain me, what I do wrong? have a look at HTH, Stephan ___ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-22 Thread Robert Osfield
Please read the CVS docs on the OSG website. Just bring up the main page, type cvs into the search files and it should take you straight there. On 11/22/06, benny porat <[EMAIL PROTECTED]> wrote: ok I got a conection to the internet, and I download cvs, I mange the CVSROOT, and I make inside t

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-22 Thread Robert Osfield
Hi Benny, I'm afraid I can't teach you how to program, or how to use programming tools. There are lots of documentation on the web about unix commands, cvs, programming tools and langauges. All this stuff is really a prerequisite for using an advanced graphics toolkit like the OSG. Robert. On

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-22 Thread benny porat
ok I got a conection to the internet, and I download cvs, I mange the CVSROOT, and I make inside there a directory called OpenSceneGraph than I enter this directory through the shell, and write: cvs update -Pd and he write to me: cvs update: in directory .: cvs [update aborted]: there is no versi

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-22 Thread benny porat
where did you mean cd OpenSceneGraph, did you mean the install directory of the osg? i see update? is it mean that it need to downlod stuff, cuse I don't have a conection to the internet via the linux. thanks NB On 11/22/06, Robert Osfield <[EMAIL PROTECTED]> wrote: Hi Benny, Do a: cd O

Re: [osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-22 Thread Robert Osfield
Hi Benny, Do a: cd OpenSceneGraph cvs update -Pd make On 11/22/06, benny porat <[EMAIL PROTECTED]> wrote: I download the example the last virsion 1.4, and I try to compile it, and I get an error: osgViewer/SimpleViewer No such file or directory. I read where I download the example that I

[osg-users] problem to compile the example of osgsimpleviewerQT3.cpp

2006-11-22 Thread benny porat
I download the example the last virsion 1.4, and I try to compile it, and I get an error: osgViewer/SimpleViewer No such file or directory. I read where I download the example that I need to do something, and I don't understand what? Moved SimpleViewer and GraphicsWindow into their own osgViewer