Package Details: tekui 1.12-3

Package Base: tekui
Description: A small, freestanding and portable GUI toolkit written in Lua and C.
Upstream URL: http://tekui.neoscientists.org/
Category: devel
Licenses: GPL
Submitter: None
Maintainer: perlawk
Last Packager: perlawk
Votes: 2
First Submitted: 2010-04-12 01:17
Last Updated: 2015-02-15 08:50

Dependencies (8)

Required by (0)

Sources

Latest Comments

Comment by jsn

2015-01-26 16:33

https://gist.github.com/jsn/b9363da99887574d8a18 PKGBUILD for the current version (1.11-r1)

Comment by jseb

2011-01-15 12:25

With the current gcc version shipped with Arch (gcc-4.5.2) , tekui will hang at exit.

For proper support, you'll have to compile it with a stable version of gcc (gcc-4.4.4 for the moment).

For compiling with gcc-4.4, you'll have to install it (aur PKGBUILD is fine), and modify your TekUI's PKGBUILD.
Add this to the TekUI PKGBUILD:

sed -i "s|gcc|gcc-4.4|g" config

(just before the line: "make all || return 1")