Hello, Brian. Try to make a symlink ln -s /usr/X11/include/GL /usr/include/GL This way headers will be found. But configure won't find glXCreateContext() You'll need to find in configure where it tests for glXCreateContext and make the test always return true. Also add the following options --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib. This way you may be able to build the glx backend for macosx. But unfortunately this library (with glx backend) does not work on mac computers where I tested it. If you have success making some sample app to work - write me how you did it.
Best regards, Viatcheslav Gachkaylo _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
