Package Details: solarus 1.6.5-1

Git Clone URL: https://aur.archlinux.org/solarus.git (read-only, click to copy)
Package Base: solarus
Description: A lightweight, free and open-source game engine for Action-RPGs
Upstream URL: http://www.solarus-games.org/
Licenses: GPL3
Conflicts: solarus-git, solarus-run
Submitter: BenObiWan
Maintainer: MCMic
Last Packager: MCMic
Votes: 44
Popularity: 0.000000
First Submitted: 2011-12-17 11:58 (UTC)
Last Updated: 2021-04-26 07:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

BenObiWan commented on 2016-08-18 20:47 (UTC)

Please try again.

skull-y commented on 2016-08-18 13:29 (UTC)

Here the error from terminal: http://pastebin.com/Jf31uAKb And here the error from cmake logfile: http://pastebin.com/BjeW4efp I've read the error from my terminal again, should I install Qt5?

BenObiWan commented on 2016-08-17 19:48 (UTC)

Hi, well the exact error message would be a start, can't do anything with what you've provided. Please follow this: https://wiki.archlinux.org/index.php/Reporting_bug_guidelines#Gather_useful_information Thanks.

skull-y commented on 2016-08-17 14:49 (UTC) (edited on 2016-08-17 14:49 (UTC) by skull-y)

I can't compile it. I've got an error about cmake. Tell me if u need something from the logfile.

BenObiWan commented on 2012-12-26 21:58 (UTC)

cmake uses lua5.1 library, but lua5.2 headers... Works better after specifying LUA_INCLUDE_DIR.

gh0st commented on 2012-12-24 19:54 (UTC)

/tmp/yaourt-tmp-kasper/aur-solarus/src/solarus-0.9.2/src/DialogResource.cpp: In static member function ‘static void DialogResource::initialize()’: /tmp/yaourt-tmp-kasper/aur-solarus/src/solarus-0.9.2/src/DialogResource.cpp:51:27: error: ‘lua_open’ was not declared in this scope make[2]: *** [src/CMakeFiles/solarus_static.dir/DialogResource.cpp.o] Error 1 make[1]: *** [src/CMakeFiles/solarus_static.dir/all] Error 2 make: *** [all] Error 2

son_link commented on 2012-06-04 21:11 (UTC)

lua 5.1.5-2 sdl_image 1.2.12-2 sdl_ttf 2.0.11-2 physfs 2.0.2-2 openal 1.14-1 libvorbis 1.3.3-1 libmodplug 0.8.8.4-1 cmake 2.8.8-2 zip 3.0-3 error: el paquete 'gcc-multilib' no fue encontrado error: el paquete 'gcc-libs-multilib' no fue encontrado gcc 4.7.0-6 gcc-libs 4.7.0-6 My system is 32 bits

BenObiWan commented on 2012-06-04 20:50 (UTC)

I can't reproduce the bug. Can you give me the output of the command : pacman -Q lua sdl_image sdl_ttf physfs openal libvorbis libmodplug cmake zip gcc-multilib gcc-libs-multilib gcc gcc-libs thanks

son_link commented on 2012-06-04 20:22 (UTC)

And the end of compile cmake show this error: Linking CXX executable solarus /usr/bin/ld: /usr/local/lib/liblua.a(loadlib.o): undefined reference to symbol 'dlopen@@GLIBC_2.1' /usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line /lib/libdl.so.2: could not read symbols: Invalid operation collect2: error: ld devolvió el estado de salida 1 make[2]: *** [src/solarus] Error 1 make[1]: *** [src/CMakeFiles/solarus.dir/all] Error 2 make: *** [all] Error 2 Sorry for my english