lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


David Given wrote:
> So it looks like, somehow, it's not loading the standard library. I've
> stepped through and luaopen_io() is definitely being called, though...

No, it's a much more subtle issue with unaligned accesses. Trying
to fix it, will take a while.

> Incidentally, it's connected to the internet, so if an account would be
> useful for debugging, let me know.

Thank you for the offer! I already got a login from Rob Kendrick
and I'm debugging on it right now.

> > Also ... what message about x64? I don't think there should be any.
> 
> The beginning of the build log says:
> 
> DYNASM    buildvm_x64.h

Well, DynASM is invoked for all archs, even those which are not
used later on (but the public repo should have pre-built files).

--Mike