From: John R. <jr...@ce...> - 2006-05-29 04:15:32
|
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 = "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. Regards, John Ralls |