> > The "No match" error suggests to me that you're on some kind of UNIX-style > system, and that the command line shell is trying to do regex-style > substitution for you with the square brackets. For example, in some > command shells "rm [ab].txt" would delete files called a.txt and/or b.txt. > > Jason's right. This is the shell globbing biting you. You can usually defeat it with escape characters such as \ as well:
http://en.wikipedia.org/wiki/Glob_(programming)#Syntax -- Chris 'Xenon' Hanson, omo sanza lettere. [email protected] http://www.alphapixel.com/ Training • Consulting • Contracting 3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 • GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio • LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

