Search Criteria
Package Details: solarus 1.6.5-1
Package Actions
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: | 43 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-17 11:58 (UTC) |
Last Updated: | 2021-04-26 07:58 (UTC) |
Dependencies (13)
- glm (gliAUR, glm-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libmodplug (libopenmpt-modplugAUR, libmodplug-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- openal (openal-gitAUR)
- physfs (physfs-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-tools
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- sdl2_image
- sdl2_ttf
- cmake (cmake-gitAUR) (make)
Latest Comments
1 2 3 Next › Last »
kleintux commented on 2024-03-06 07:00 (UTC) (edited on 2024-03-06 07:02 (UTC) by kleintux)
have the same error glm changed the version to 1. some weeks ago https://gitlab.archlinux.org/archlinux/packaging/packages/glm/-/commits/main
djadala commented on 2024-02-19 01:39 (UTC)
Hi, fail to build:
[ 42%] Building CXX object CMakeFiles/solarus.dir/src/graphics/Hq3xFilter.cpp.o In file included from /home/jambo/.cache/yay/solarus/src/solarus-v1.6.5/src/graphics/glrenderer/GlRenderer.cpp:12: /usr/include/glm/gtx/matrix_transform_2d.hpp:21:9: error: #error "GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." 21 | # error "GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." | ^
[ 43%] Building CXX object CMakeFiles/solarus.dir/src/graphics/Hq4xFilter.cpp.o [ 43%] Building CXX object CMakeFiles/solarus.dir/src/graphics/Renderer.cpp.o In file included from /home/jambo/.cache/yay/solarus/src/solarus-v1.6.5/src/graphics/glrenderer/GlShader.cpp:32: /usr/include/glm/gtx/transform.hpp:23:9: error: #error "GLM: GLM_GTX_transform is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." 23 | # error "GLM: GLM_GTX_transform is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." | ^In file included from /home/jambo/.cache/yay/solarus/src/solarus-v1.6.5/src/graphics/glrenderer/GlShader.cpp:33: /usr/include/glm/gtx/matrix_transform_2d.hpp:21:9: error: #error "GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." 21 | # error "GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." | ^In file included from /home/jambo/.cache/yay/solarus/src/solarus-v1.6.5/src/graphics/glrenderer/GlTexture.cpp:6: /usr/include/glm/gtx/matrix_transform_2d.hpp:21:9: error: #error "GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." 21 | # error "GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." | ^[ 44%] Building CXX object CMakeFiles/solarus.dir/src/graphics/Scale2xFilter.cpp.o [ 44%] Building CXX object CMakeFiles/solarus.dir/src/graphics/sdlrenderer/SDLRenderer.cpp.o [ 45%] Building CXX object CMakeFiles/solarus.dir/src/graphics/sdlrenderer/SDLShader.cpp.o [ 45%] Building CXX object CMakeFiles/solarus.dir/src/graphics/sdlrenderer/SDLSurfaceImpl.cpp.o In file included from /home/jambo/.cache/yay/solarus/src/solarus-v1.6.5/src/graphics/sdlrenderer/SDLShader.cpp:32: /usr/include/glm/gtx/transform.hpp:23:9: error: #error "GLM: GLM_GTX_transform is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." 23 | # error "GLM: GLM_GTX_transform is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." | ^In file included from /home/jambo/.cache/yay/solarus/src/solarus-v1.6.5/src/graphics/sdlrenderer/SDLShader.cpp:33: /usr/include/glm/gtx/matrix_transform_2d.hpp:21:9: error: #error "GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." 21 | # error "GLM: GLM_GTX_matrix_transform_2d is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it." | ^make[2]: *** [CMakeFiles/solarus.dir/build.make:1448: CMakeFiles/solarus.dir/src/graphics/glrenderer/GlRenderer.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [CMakeFiles/solarus.dir/build.make:1476: CMakeFiles/solarus.dir/src/graphics/glrenderer/GlTexture.cpp.o] Error 1 make[2]: *** [CMakeFiles/solarus.dir/build.make:1462: CMakeFiles/solarus.dir/src/graphics/glrenderer/GlShader.cpp.o] Error 1 make[2]: *** [CMakeFiles/solarus.dir/build.make:1574: CMakeFiles/solarus.dir/src/graphics/sdlrenderer/SDLShader.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:109: CMakeFiles/solarus.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 make: Leaving directory '/home/jambo/.cache/yay/solarus/src/solarus-v1.6.5' ==> ERROR: A failure occurred in build(). Aborting... -> error making: solarus-exit status 4MCMic commented on 2020-08-26 08:18 (UTC)
@matth Thanks, fixed.
matth commented on 2020-08-25 16:12 (UTC)
Since the latest update I get this.
It seems the
qt5-tools
dependency that was removed is still needed. Builds fine after adding that back in.MCMic commented on 2020-08-20 21:59 (UTC)
@franck.stauffer Thanks, pushed.
qontinuum commented on 2020-08-13 21:51 (UTC) (edited on 2020-08-15 11:07 (UTC) by qontinuum)
Here is an updated PKGBUILD with some improvements/modifications:
ShalokShalom commented on 2017-01-11 20:35 (UTC)
skull-y commented on 2016-08-20 22:08 (UTC)
1 2 3 Next › Last »