py26-wxpython trouble (even without pgAdmin3)

Jim Busser jbusser at interchange.ubc.ca
Tue Jun 15 08:38:36 PDT 2010


On 2010-06-14, at 11:22 PM, Ryan Schmidt wrote:

> 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.

sudo port -d install mesa
sudo port clean --all wxWidgets-python
sudo port -d install py26-wxpython

did the trick!

I then did the next step that I will need
   sudo port -d install texlive +doc +letter

and that worked fine, too and so maybe before long I can have a go at putting together a Portfile for another open source software :-)

Thank you.


More information about the macports-users mailing list