Re: [osg-users] i am having problem compiling program related to TraingleFunctor

2013-02-07 Thread Robert Osfield
Hi Om? Prakash? Paliawl? Could you sign with your name so we know how to address you? As for you errors, it looks like you need to include osg/io_utils as this will provide the helper functions for writing Vec3's etc. to ostream. Robert. On 7 February 2013 05:01, om prakash Paliwal

Re: [osg-users] i am having problem compiling program related to TraingleFunctor

2013-02-07 Thread om prakash Paliwal
call me Om by the way thanks Robert for the help. it fixed my errors and after this i just have to add one more header file to complete my compilation .. i included osg/TrangleFunctor ... thanks again ... On Thu, Feb 7, 2013 at 2:44 PM, Robert Osfield robert.osfi...@gmail.comwrote: Hi

[osg-users] i am having problem compiling program related to TraingleFunctor

2013-02-06 Thread om prakash Paliwal
i am not able to compile program using TriangleFunctor. at the first compilation i got some error saying cout is not a member of std + some other chunks . So i added a iostream header file. And when i comiled it again there are 3-4 screenful errors. am not able to understand these scripts of error