[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Where is 'luavs.bat' in 5.2
- From: Thijs Schreijer <thijs@...>
- Date: Fri, 10 Jan 2014 16:03:59 +0000
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Thijs Schreijer
> Sent: vrijdag 10 januari 2014 16:44
> To: Lua mailing list
> Subject: RE: Where is 'luavs.bat' in 5.2
>
> May I suggest a small update? See attached batchfile it includes 2 comment
> lines, which provide an options to build with COMPAT, which is currently
> disabled.
>
> > REM Uncomment line below to build with compatibility for Lua 5.1 REM
> > @set COMPAT=/DLUA_COMPAT_ALL
That should have been
> REM @set COMPAT=/DLUA_COMPAT_ALL
^^^
Obviously.... sorry for the noise
Thijs
>
> Or alternatively update the lines to build with COMPAT by default, and an
> option to disable it
>
> > REM Comment line below out to build without compatibility for Lua 5.1
> > @set COMPAT=/DLUA_COMPAT_ALL
>
> Thijs
>
>
>
> > -----Original Message-----
> > From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org]
> > On Behalf Of Luiz Henrique de Figueiredo
> > Sent: woensdag 8 januari 2014 20:27
> > To: Lua mailing list
> > Subject: Re: Where is 'luavs.bat' in 5.2
> >
> > > > c1 : fatal error C1083: Cannot open source file: 'print.c': No
> > > > such file
> > or directory
> >
> > Sorry about that. It's fixed now. Thanks for reporting.