lua-users home
lua-l archive

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


On Fri, Dec 4, 2009 at 2:05 PM, Francesco Abbate <gslshell@gmail.com> wrote:
> 2009/12/4 Sam Roberts <vieuxtech@gmail.com>:
>> There are some problems with the build system.
>
> now I've fixed the problem, I've updated the subversion repository at
> savannah and also uploaded the source tarball

Still fails to build on non-i586 platforms.

Still fails to build the empty string.

Both problems described in previous post.


% cat makeconfig

ENABLE_COMPLEX = no
ENABLE_AGG_PLOT = yes
BUILD_LUA_DLL = yes

# PLATFORM should can be linux or mingw
PLATFORM = linux

CC = gcc
CFLAGS = -O2 -fomit-frame-pointer -Wall
CXXFLAGS = -O2