From: Mike S. <Mik...@Do...> - 2006-07-16 17:24:12
|
Mattia Barbon wrote: > On Sun, 09 Jul 2006 16:47:12 -0600 > Mike Schroeder <Mik...@Do...> wrote >> 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? It creates the "cpp/wxPerl.osx/build" directory, but not the "wxPerl.app/Contents/MacOS" subdirectory, so wihtout manually tweaking the generated Makefile to create that, make will fail... |