Package Details: lua-gtk 0.9-3

Package Base: lua-gtk
Description: This package contains the Lua bindings for the Gtk library.
Upstream URL: http://lua-gtk.luaforge.net/en/index.html
Category: lib
Licenses: LGPL MIT
Submitter: Kknd
Maintainer: None
Last Packager: None
Votes: 5
First Submitted: 2007-10-30 02:30
Last Updated: 2009-11-08 10:09

Latest Comments

Comment by techno-geek

2011-09-26 23:16

This project is no longer maintained. It does not compile with up to date packages. The make scripts try to do very wonky auto detection of versions and platforms and it fails miserably.

Comment by hollunder

2010-07-23 12:28

I got:
error: 'gccxml': could not find or read package

I don't know which of your dependencies tries to pull it, I only found a -cvs package of gccxml.
That thing brought me a step further, yet I get:
patching file configure.lua
patching file script/config.linux.lua
which: no dpkg-architecture in (/opt/wine/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/share/java/apache-ant/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin)
The optional package GtkHTML doesn't exist.

lua-gtk configured successfully. Settings:

Version 0.9
Lua Version Lua 5.1
Build architecture linux-amd64
Debugging functions enabled
Cmph Library 0.9
Cmph Lib -lcmph
Cmph Algorithm bdz
Runtime linking enabled
Debugging symbols off
C Compiler gcc (GCC) 4.5.0 20100610 (prerelease)
LibFFI -I/usr/lib/libffi-3.0.9/include -lffi
libxml2 2.7.7
GtkSourceView 2.10.4
Gtk 2.20.1
GIO 2.24.1
Cairo 1.8.10
Atk 1.30.0
Pango 1.28.1
LibFFI closure calling code

Type make to build.

Makefile:47: Building for linux-amd64...
build/linux-amd64/test-vararg
src/test-vararg.c:47:12: warning: ‘_callback_amd64’ used but never defined
build/linux-amd64/types.xml
gccxml_cc1plus: error: unrecognized command line option "-pthread"
Your Gtk Version is 2.20.1
Version 2.20.1-linux-amd64 not supported; can't download.
script/make-xml.lua failed. The C file content is:
#undef __OPTIMIZE__
#define GTK_DISABLE_DEPRECATED 1
#define GDK_DISABLE_DEPRECATED 1
#define GDK_PIXBUF_ENABLE_BACKEND 1
#define G_STDIO_NO_WRAP_ON_UNIX
#include <gtksourceview/gtksourceview.h>
#include <gtksourceview/gtksourcelanguagemanager.h>
#include <gtksourceview/gtksourcestyleschememanager.h>
#include <gtk/gtk.h>
#include <glib/gstdio.h>
#include <gdk/gdkx.h>
#include <gio/gio.h>
#include <cairo.h>
#include <atk/atk.h>
#include <atk/atk-enum-types.h>

make: *** [build/linux-amd64/types.xml] Error 1
Aborting...