Hi Renan,

You just need to add the path to your OSG include files into  your  build
system.

Robert.

On Tue, Apr 8, 2008 at 7:59 PM, Renan Mendes <[EMAIL PROTECTED]>
wrote:

> Hi, everyone.
>
>        I've opened the examples that came with OSG and, after correctly
> configuring VS2005 (following step-by-step the installation process), I was
> able to compile them. I've tried then, to create a new and very simple
> project (with the same paths already configured), with the following code:
>
> #include <osg/Node>
>
> int main()
> {
>     osg::Node* node = new osg::Node();
> }
>
> And the following error was displayed:
> Cannot open include file: 'osg/Node': No such file or directory
>
> What am I missing?
>
>                                       Thanks,
>
>                                              Renan M Z Mendes
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to