[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compilation Problems of lua with G++ in detail
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 06 Mar 2003 09:50:01 -0300
> 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