From: Mattia B. \<mattia\.barbon\@libero\.it\> <mat...@li...> - 2006-05-29 07:21:40
|
> Line 44 of build/Wx/build/MakeMaker/MacOSX.pm is > if( $this->wx_config->get_wx_version < 2.006 ) { > The problem here is that ref $this =3D "PACK0001" and $this->can > ("wx_config") is false. As it happens, I'm using a more recent > version, and simply changing this to "if(0) { allows the Makefiles to = > get made. I have this and the problem you reported with wxDirDialog fixed in my local copy, I will commit it this evening. Thanks! Mattia |