Package Details: lua51-iup 3.30-1

Git Clone URL: https://aur.archlinux.org/iup.git (read-only, click to copy)
Package Base: iup
Description: Lua 5.1 bindings for IUP GUI toolkit
Upstream URL: https://www.tecgraf.puc-rio.br/iup/
Licenses: MIT
Submitter: None
Maintainer: daurnimator (blueowl)
Last Packager: blueowl
Votes: 12
Popularity: 0.056698
First Submitted: 2009-09-13 15:00 (UTC)
Last Updated: 2020-08-07 11:49 (UTC)

Dependencies (18)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

<deleted-account> commented on 2013-09-12 20:33 (UTC)

Looks like this, like other Tecmake packages, needs ‘make -j1’ to be forced; otherwise, the build fails spuriously.

mihaim commented on 2013-06-29 09:14 (UTC)

Thank you, test0! Updated.

test0 commented on 2013-06-28 13:49 (UTC)

fix: sed -i 's|iup_mglplot|iup_scintilla|' srcscintilla/Makefile http://comments.gmane.org/gmane.comp.lib.iup.user/411

<deleted-account> commented on 2013-06-26 17:34 (UTC)

The relevant errors (from the last so-many lines of the installation): Tecmake: librarian libiuplua_mglplot52.a ... ar r ../lib/Linux39_64/libiuplua_mglplot52.a ../obj/iuplua_mglplot52/Linux39_64/iuplua_mglplot.o ../obj/iuplua_mglplot52/Linux39_64/il_mglplot.o ar: creating ../lib/Linux39_64/libiuplua_mglplot52.a Tecmake: updating lib TOC libiuplua_mglplot52.a ... ranlib ../lib/Linux39_64/libiuplua_mglplot52.a Tecmake: Static Library (../lib/Linux39_64/libiuplua_mglplot52.a) Done. Tecmake: linking libiuplua_mglplot52.so ... gcc -shared -o ../lib/Linux39_64/libiuplua_mglplot52.so ../obj/iuplua_mglplot52/Linux39_64/iuplua_mglplot.o ../obj/iuplua_mglplot52/Linux39_64/il_mglplot.o -L../lib/Linux39_64 -liup_mglplot -liuplua52 -liup -lm Tecmake: Dynamic Library (../lib/Linux39_64/libiuplua_mglplot52.so) Done. Tecmake: starting [ iuplua_mglplot52:Linux39_64 ] ../tecmake.mak:1518: iuplua_scintilla52.dep: No such file or directory Tecmake: Building Dependencies ... [ iuplua_scintilla52.dep ] (can be slow) Tecmake: starting [ iuplua_scintilla52:Linux39_64 ] if [ ! -d ../obj/iuplua_scintilla52/Linux39_64 ] ; then mkdir -p ../obj/iuplua_scintilla52/Linux39_64 ; fi Tecmake: compiling il_scintilla.c ... gcc -c -Wall -O2 -m64 -fPIC -Ilh -I../../lua52/include -I../include -DLUA_COMPAT_MODULE -DIUPLUA_USELH -DTEC_UNAME=Linux39_64 -DTEC_SYSNAME=Linux -DLinux=3.9 -DTEC_LITTLEENDIAN -DTEC_64 -DFUNCPROTO=15 -DNDEBUG -o ../obj/iuplua_scintilla52/Linux39_64/il_scintilla.o il_scintilla.c Tecmake: librarian libiuplua_scintilla52.a ... ar r ../lib/Linux39_64/libiuplua_scintilla52.a ../obj/iuplua_scintilla52/Linux39_64/il_scintilla.o ar: creating ../lib/Linux39_64/libiuplua_scintilla52.a Tecmake: updating lib TOC libiuplua_scintilla52.a ... ranlib ../lib/Linux39_64/libiuplua_scintilla52.a Tecmake: Static Library (../lib/Linux39_64/libiuplua_scintilla52.a) Done. Tecmake: linking libiuplua_scintilla52.so ... gcc -shared -o ../lib/Linux39_64/libiuplua_scintilla52.so ../obj/iuplua_scintilla52/Linux39_64/il_scintilla.o -L../lib/Linux39_64 -liup_scintilla -liuplua52 -liup -lm /usr/bin/ld: cannot find -liup_scintilla collect2: error: ld returned 1 exit status make[2]: *** [../lib/Linux39_64/libiuplua_scintilla52.so] Error 1 make[1]: *** [iuplua_scintilla] Error 2 make: *** [iuplua5] Error 2 ==> ERROR: A failure occurred in build(). Aborting... The build failed.

mihaim commented on 2013-06-12 17:37 (UTC)

I updated cd and iup-gtk. Proper changes were made in iup-gtk but it fails to build because of a scintilla lib. Anyone can fix this in the pkgbuild?

wuischke commented on 2013-06-03 18:40 (UTC)

libwebkit is now called webkitgtk2.

mihaim commented on 2013-04-13 08:43 (UTC)

Updated. Sorry for the delay.

mihaim commented on 2012-05-10 19:16 (UTC)

Ok phakur, I've done the change you suggested, it works. Thank you!

<deleted-account> commented on 2012-05-09 21:06 (UTC)

@punkrockguy318 @mihaim to fix that issue, i had to put export C_INCLUDE_PATH="/usr/include/webkitgtk-1.0" into the build-function. Then gcc finds the webkit.h.