Re: [osg-users] getting errors in creating First OSG program

2013-02-04 Thread om prakash Paliwal
finally i did my first program ... thank you guys. surely without you i would have gave up. i searched through some thread and found that it may my header file OSG_DIR that was not set (May be) .. i still din't know the exact cause of error but it is working now On Tue, Feb 5, 2013 at 8:27

Re: [osg-users] getting errors in creating First OSG program

2013-02-04 Thread Ulrich Hertlein
On 5/02/13 14:29, om prakash Paliwal wrote: /usr/bin/c++ */-I/home/heart-hacker/OpenSg/build_OpenSceneGraph/include/OpenThreads -I/home/heart-hacker/OpenSg/build_OpenSceneGraph/include/osg -I/home/heart-hacker/OpenSg/build_OpenSceneGraph/include/*-o

Re: [osg-users] getting errors in creating First OSG program

2013-02-04 Thread om prakash Paliwal
thanks again for the help and assistance ... i am very delighted to be with u all On Tue, Feb 5, 2013 at 10:40 AM, Ulrich Hertlein u.hertl...@sandbox.dewrote: On 5/02/13 14:29, om prakash Paliwal wrote: /usr/bin/c++

Re: [osg-users] getting errors in creating First OSG program

2013-02-03 Thread Ulrich Hertlein
On 3/02/13 16:52, om prakash Paliwal wrote: I fixed this error as directed by you . but the problem of compilation with make is still there ... heart-hacker@hearthacker-HP-Pavilion-g6-Notebook-PC:~/osgproject/program-2$ make [100%] Building CXX object

Re: [osg-users] getting errors in creating First OSG program

2013-02-03 Thread Ulrich Hertlein
On 3/02/13 22:51, om prakash Paliwal wrote: i executed make VERBOSE=1 and getting a screenful list of texts saying somthing has been depriciated and at the last is says make[2]: *** [src/osgPlugins/ffmpeg/CMakeFiles/osgdb_ffmpeg.dir/FFmpegDecoder.o] Error 1 make[2]: Leaving directory

Re: [osg-users] getting errors in creating First OSG program

2013-02-02 Thread Michael W. Hall
I think you class MonitoringTarget should look like the following: class MonitoringTarget : public osg::Referenced Give that a try. Not sure if that is what you error is, but the way it is below is an error. On Sat, 2013-02-02 at 10:55 +0530, om prakash Paliwal wrote: #include osg/Referenced

Re: [osg-users] getting errors in creating First OSG program

2013-02-02 Thread Michael W. Hall
Well on all the items that have the following: ${OSGVIEWER_INCLUDE_DIR They all need to be have a closing brace, }. Putting that at the end should get rid of that error. On Sat, 2013-02-02 at 11:12 +0530, om prakash Paliwal wrote: one more problem i have ... when i complile/build using

Re: [osg-users] getting errors in creating First OSG program

2013-02-02 Thread om prakash Paliwal
I fixed this error as directed by you . but the problem of compilation with make is still there ... heart-hacker@hearthacker-HP-Pavilion-g6-Notebook-PC:~/osgproject/program-2$ make [100%] Building CXX object CMakeFiles/MyProject.dir/test.cpp.o

[osg-users] getting errors in creating First OSG program

2013-02-01 Thread om prakash Paliwal
i am a beggineer ... and i stuck at very begining . i created my first OSG program in ubuntu i get this error message ... Scanning dependencies of target MyProject [100%] Building CXX object CMakeFiles/MyProject.dir/test.cpp.o /home/heart-hacker/osgproject/program-2/test.cpp:1:23: fatal error:

Re: [osg-users] getting errors in creating First OSG program

2013-02-01 Thread Michael W. Hall
Sounds like you may have missed an include file in your test.cpp file, or you have included something that it does not know about. If your program is short you may want to paste it into a reply and then people could maybe determine the problem. Michael On Fri, 2013-r2-01 at 19:10 +0530, om

Re: [osg-users] getting errors in creating First OSG program

2013-02-01 Thread om prakash Paliwal
one more problem i have ... when i complile/build using cmake and then use make i get an error .. i have to modify the code genereted by cmake to get is corrected .. why so ... the error that is genereted are pasted below is there any problem with installation ..