lua-users home
lua-l archive

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


> Short: tekUI is a GUI toolkit (not a binding) written in Lua and C. It
> is available for Unix-like operating systems such as Linux and FreeBSD.

Can it run in Mac OS X using X11?

I got this and more:

% make all
cd src && make libs
cd teklib && make libs
gcc -fpic  -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include  -o build/posix/debug.lo -c debug.c
In file included from ../../include/tek/exec.h:11,
                 from ../../include/tek/teklib.h:11,
                 from debug.c:14:
../../include/tek/type.h:19: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'TINT'