On Jun 15, 2010, at 01:10, Jim Busser wrote: > MacBook:~ djb$ sudo port -d install py26-wxpython > .... > In file included from ../include/wx/glcanvas.h:54, > from ../src/gtk/glcanvas.cpp:17: > ../include/wx/gtk/glcanvas.h:19:19: warning: GL/gl.h: No such file or > directory > ../include/wx/gtk/glcanvas.h:20:20: warning: GL/glx.h: No such file or > directory > ../include/wx/gtk/glcanvas.h:21:20: warning: GL/glu.h: No such file or > directory
Something here requires mesa, but no dependency on mesa has been declared. You can install mesa now, then clean the affected port (wxWidgets-python) and try again, to work around this for now. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
