| 
      
      
      From: Ryan R. <rya...@gm...> - 2006-12-26 19:27:52
      
     | 
| > Hi, > > mac build support is still not 100% perfect; the problem is that I > don't have a mac and thus I cannot test the build system on a mac directly. > > With the help of Anders we did a lot of progresses in this direction > however. > > > Ryan Raaum ha scritto: > > Hi all, > > > > Just tried building wxLua and have run into a couple problems... I'm not > > that much of a make guru, but it looks like it could be a relatively > > minor path issue (or not :). > > > > Here are some pasted error messages. Anyone have any idea? > > > > http://pastebin.com/844893 > I've got an idea of why that happens. However I'd like first to know why > the line > > ln -f ../bin/wxlua wxLua.app/Contents/MacOS/app_wxlua > > succeeds while the line > > ln: ../bin/wxlua: No such file or directory > > complains about missing ../bin/wxlua; what I mean is: why does ln -f > ../bin/wxlua succeeds if ../bin/wxlua does not exist? > > My suspect however is that "wxlua" has not been built as the configure > script has not found the wxSTC wrappers but nonetheless make tries to > build the "wxLua.app/Contents/PkgInfo" target. > > I've fixed it in CVS. Great. I tried the latest cvs checkout and it builds without error. (Now I just have to figure out the next step :) Thanks Francesco! -r > > Thanks, > Francesco -- Ryan Raaum http://raaum.org http://rails.raaum.org -- Rails docs http://locomotive.raaum.org -- Self contained Rails for Mac OS X |