Could you add into CVS the apps/build/msvc6/apps_app_luac.dsp (or
whatever it's called) file.

Thanks,
    John Labenski


On 5/6/07, John Labenski <[EMAIL PROTECTED]> wrote:
> On 5/6/07, Francesco Montorsi <[EMAIL PROTECTED]> wrote:
> > 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.
>
> No, I haven't really played with it that much, but I don't think it
> matters that it's only staticly linked since I bet it'll only be used
> to occasionally debug things.
>
> Thanks,
>     John Labenski
>

-------------------------------------------------------------------------
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