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.

Thanks,
Francesco




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to