Hi,

I'm new to openscenegraph, and I'm trying to create something awesome with it. 


Code:

// my hello world code - main.cpp
int main()
{
std::cout << "Hello world";
}





When I try to compile this code, I get ten thousand errors. What did I do 
wrong? What am I missing?

Here is what I did after I've created the xcode project with cmake:

1. Right click OpenSceneGraph -> Add -> New Target -> shell tool ->...finish
2. Right click myproject -> Add -> New file -> C++
3. Write above code in C++ file
4. Set active target to myproject
5. build and debug


... 

Thank you!

Cheers,
tom

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=45026#45026





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to