From: Eric W. <scr...@gm...> - 2006-07-17 00:50:51
|
# from Eric Wilhelm # on Sunday 16 July 2006 05:09 pm: >>=A0 ? These directories should be created by xcodebuild. >>Which directories are created instead? > >=A0 $ xcodebuild -project wxPerl.xcode > /tmp/xcode.log >=A0 (NOTE: project wxPerl was written by an older version of Xcode (39) > -- temporarily upgrading it to version 42 (without modifying project > file)) (sorry, that earlier message was actually on 0.27, but it appears to=20 have the same problem.) I'm seeing the same problem on 10.4.6, wx2.6.3, wxperl0.27, and xcode=20 2.3_8mumble. But on 0.53 I'm getting: Wx.c: In function 'void XS_Wx__Sound_newDefault(... Wx.c:10133: error: 'wxSound' was not declared in this scope (because my wxwidgets build started complaining about movies so I disabled wxsound -- hey, I've got enough problems as it is :-) Anyway, this patch gets me past the build issues on 0.27 and all tests=20 successful. http://scratchcomputing.com/tmp/MacOSX_GCC.pm.patch It applies cleanly on 0.53. Maybe someone without my sound problem can=20 verify that it works? I'm guessing it needs to be conditional on=20 `xcodebuild -version` ? Thanks, Eric =2D-=20 "Insert random misquote here" =2D-------------------------------------------------- http://scratchcomputing.com =2D-------------------------------------------------- |