lua-users home
lua-l archive

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


> > >
> > > It's now at http://www.lua.org/extras/5.2/ . Thanks for the nudge.
> >
> > Thanks for supplying it, but did you test it?
> >
> > When opening the command prompt and setting the environment (on Win7
> > x64);
> >
> > > setenv /x86 /win7
> >
> > And then calling luavs.bat I get;
> >
> > > c1 : fatal error C1083: Cannot open source file: 'print.c': No such
> > > file or directory
> 
> Just remove 'print.c' from that line. (I do not know why it is there.)

I think it is a left over from copy-pasting the 5.1 version.

> 
> > > lgc.c(988) : warning C4146: unary minus operator applied to unsigned
> > > type, result still unsigned
> >
> >
> > If I set it to /x64 then I also get;
> >
> > > lgc.c(462) : warning C4334: '<<' : result of 32-bit shift implicitly
> > > converted to 64 bits (was 64-bit shift intended?)
> 
> Both "warnings" are just telling us that C is doing what it is supposed to
> do. We really do not know how to avoid them.

So I'll just ignore them. I'll see whether I can run the test suite against the generated executables.

> -- Roberto