lua-users home
lua-l archive

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


I compiled the pre-release version using Watcom 10.6 on QNX 4.25 ( no shared
libs ).
After relevant changes to config, it compiled without trouble.
Exception was the print_usage function in lua.c.
The question is that stdlib.h ( Watcom´s or QNX´s version, at least )
declares it
as
void print_usage( char ** );
and Watcom ( thanks them ! ), even if compiling C code, marks args or return
types
differences as errors.
The answer was simple: capitalize the function name in lua.c. That was not a
lot of work.
I am trying now to ´diff´ every module against lua-5.0-alpha to learn about
what and how changed,
pointing to adequate luapi.
----- Original Message -----
From: "Luiz Henrique de Figueiredo" <lhf@tecgraf.puc-rio.br>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Tuesday, April 01, 2003 9:16 PM
Subject: [ANNOUNCE] Lua 5.0 (pre-release) now available


> A pre-release of Lua 5.0 (final) is now available for downloading at
>         http://www.lua.org/ftp/lua-5.0.tar.gz
>
> This is a pre-release because we have made several changes in config and
> Makefile since Lua 5.0 (beta) and would like to test them before freezing
the
> package. So, please download and compile it, taking some time to read
config,
> and let us know if there are any compilation problems (or bugs in the
code!).
>
> The tarbal includes an updated reference manual in HTML, but no indices.
> A complete manual in HTML and a PDF version will be available on the site
> when Lua 5.0 final is released.
>
> If no installation problems are found and reported in a week or so, we'll
> release Lua 5.0 final.
>
> Thanks for your help and patience.
> --lhf