From: Mattia B. <mat...@li...> - 2006-07-15 09:25:52
|
On Sun, 09 Jul 2006 16:47:12 -0600 Mike Schroeder <Mik...@Do...> wrote: > Mattia Barbon wrote: > > I just found and fixed the bug; I will commit the fix > > and release 0.53 in an hour or so. > > > > > Thanks Mattia -- one other thing I found in the generated Makefile -- it > fails to create some needed directories at the end for the wxPerl > generation for OSX. > > macbook:~/src/Wx-0.53 mike$ diff Makefile.org Makefile > 1077a1078,1080 > > mkdir -p cpp/wxPerl.osx/build/wxPerl.app > > mkdir -p cpp/wxPerl.osx/build/wxPerl.app/Contents > > mkdir -p cpp/wxPerl.osx/build/wxPerl.app/Contents/MacOS ? These directories should be created by xcodebuild. Which directories are created instead? Thanks! Mattia |