Package Details: jvgs 0.5.1-2

Git Clone URL: https://aur.archlinux.org/jvgs.git (read-only, click to copy)
Package Base: jvgs
Description: minimalistic platform game loosely based on xkcd webcomic
Upstream URL: http://jvgs.sourceforge.net/
Licenses: GPL, CCPL
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 35
Popularity: 0.000000
First Submitted: 2010-02-18 20:12 (UTC)
Last Updated: 2021-06-29 14:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

JohnDVD commented on 2013-05-21 18:08 (UTC)

I got this error on x86_64, I can't solve except executing as root ==> Beginne build()... mkdir: das Verzeichnis „/tmp/yaourt-tmp-johnd/aur-jvgs/pkg“ kann nicht angelegt werden: Keine Berechtigung mkdir: das Verzeichnis „/tmp/yaourt-tmp-johnd/aur-jvgs/pkg“ kann nicht angelegt werden: Keine Berechtigung ==> FEHLER: Ein Fehler geschah in build(). Breche ab ... ==> ERROR: Makepkg was unable to build jvgs. Tried as root gave me this error: [ 99%] Building CXX object src/bind/CMakeFiles/bind.dir/ScriptManager.cpp.o /tmp/yaourt-tmp-root/aur-jvgs/src/jvgs-0.5-src/src/bind/ScriptManager.cpp: In Konstruktor »jvgs::bind::ScriptManager::ScriptManager()«: /tmp/yaourt-tmp-root/aur-jvgs/src/jvgs-0.5-src/src/bind/ScriptManager.cpp:23:33: Fehler: »lua_open« wurde in diesem Gültigkeitsbereich nicht definiert luaState = lua_open(); ^ make[2]: *** [src/bind/CMakeFiles/bind.dir/ScriptManager.cpp.o] Fehler 1 make[1]: *** [src/bind/CMakeFiles/bind.dir/all] Fehler 2 make: *** [all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab ... ==> ERROR: Makepkg was unable to build jvgs. Please be so kind and fix the PKGBUILD or tell me what I'm doing wrong...

Cravix commented on 2013-02-17 04:02 (UTC)

@jose1711: now it works again; the problem appeared when i forgot to install lua51 before makepkg, and after i recognized that (install lua51 and rebuild), the compilation cache make it still impossible to successfully build jvgs. so my solution is: clean ccache (rm -rf ~/.ccache) and remove srcdir then rebuild, and now it works again :) and, please change dep "lua" to "lua51" to ensure that users have installed lua51 before building jvgs.

jose1711 commented on 2013-02-13 20:21 (UTC)

if you want i can upload (i686 only) pkg.tar.xz for you to test

Cravix commented on 2013-02-06 13:32 (UTC)

got same error as ShadowfoxXXX. add sed -i '8i\#define lua_open luaL_newstate' src/bind/ScriptManager.cpp before cmake . and it works again, but sadly when i run it, i got another error: Error - resources/player/script.lua: resources/player/script.lua:65: invalid escape sequence near '\/'

jose1711 commented on 2013-01-27 13:10 (UTC)

@ShadowFoxXXX: interesting, it compiles just fine on my box. $ pacman -Q|grep lua lua 5.2.1-3 lua51 5.1.5-3 luajit 2.0.0-3

<deleted-account> commented on 2013-01-27 07:59 (UTC)

/tmp/yaourt-tmp-root/aur-jvgs/src/jvgs-0.5-src/src/bind/ScriptManager.cpp: In constructor ‘jvgs::bind::ScriptManager::ScriptManager()’: /tmp/yaourt-tmp-root/aur-jvgs/src/jvgs-0.5-src/src/bind/ScriptManager.cpp:23:33: error: ‘lua_open’ was not declared in this scope make[2]: *** [src/bind/CMakeFiles/bind.dir/ScriptManager.cpp.o] Error 1 make[1]: *** [src/bind/CMakeFiles/bind.dir/all] Error 2 make: *** [all] Error 2

jose1711 commented on 2012-12-20 17:18 (UTC)

@schiantaberetti: thank you, fixed

<deleted-account> commented on 2012-12-20 10:51 (UTC)

Hi, in order to compile I had to change this line in CMakeCache.txt: LUA_INCLUDE_DIR:PATH=/usr/include in this one: LUA_INCLUDE_DIR:PATH=/usr/include/lua5.1

jose1711 commented on 2010-10-06 19:57 (UTC)

thank you, fixed