lua-users home
lua-l archive

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


> In redhat 8, gcc and g++ version 3.2 are included. When we compile
> lua5beta with gcc it compiles easily . But when we compile it with
> g++, it gives many errors as following:
> [...]

Can you try the sugestion by Eero, and tell us if that solves the problem?

> 2) move the #include <stdio.h> upwards in lvm.c so that
> it happens before #include "ldebug.h".

(That was our mistake. We try to include all system headers before
any other header...)

-- Roberto