Set you include directories list to:

C:\Praktikum\OpenSceneGraph\OSG\include\
C:\Praktikum\OpenSceneGraph\OSG\build\include\

Then it should work. You're going too far down in the directory hierarchy.

2009/8/3 David Goering <dgoer...@gmail.com>:
> Okay here is something interesting:
>
> I deleted all of my includes to start linking to the includes from scratch 
> and just  continue until he finds all the files (that was my hope  |-) )
> anyway, I added in:
> "C:\Praktikum\OpenSceneGraph\OSG\build\include\OpenThreads"
> because he said he couldn't find "Config".
> Once I did that he said he couldn't find "osgViewer/Viewer"
> so I added in: "C:\Praktikum\OpenSceneGraph\OSG\include\osgViewer\" and 
> changed the include I had at the top to
> "#include "Viewer"
> #include "ViewerEventHandlers" "
> so that he can find those (since I couldnt find osgViewer/Viewer in the build 
> directory).
> But now I am stuck trying to include osg/ArgumentParser, because I have to 
> look for that in "...\OSG\include" and if I add that to the include Path he 
> looks  there for OpenThreads but can't find the Config... so I am back at the 
> beginning  :'
> Am I doing something wrong, or any ideas what I could do differently  :?
> Thanks,
> David

-- 
http://www.ssTk.co.uk
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to