Hi,

John Labenski ha scritto:
> On 5/5/07, Francesco Montorsi <[EMAIL PROTECTED]> wrote:
>> John Labenski ha scritto:
>>> One more thing, I added luac (a lua compiler) to be build in
>>> apps/bakefile/apps.bkl. I just copied the lua executable and hopefully
>>> it'll work. You might want to check it out before rebaking to see if I
>>> did it right. It uses luac.c and print.c and links to the lua lib as
>>> far as I can tell from lua's Makefile in modules/lua/src.
>> hmmm, did you commit changes to apps/bakefile/apps.bkl?
>>
> 
> Ugh, no. I didn't update after you did a commit and I didn't notice
> the up-to-date cvs error I got. Committed now.
I've managed to add LUAC target.

It was not so easy because LUAC (unlike LUA interpreter EXE) uses some 
private function defined in LUA library and those private functions are 
not exported in shared builds.

So I had to adopt the policy to not build LUAC when SHARED=='1' to avoid 
getting linker errors.

I hope this is not a big problem.

Francesco


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to