Updated to build with the new codebase, thanks xyproto
Search Criteria
Package Details: moai-git 20130208-1
Package Actions
| Package Base: | moai-git |
|---|---|
| Description: | An Open Source cross-platform LUA-based tool to develop games, focused on mobile |
| Upstream URL: | https://github.com/moai/moai-dev |
| Category: | devel |
| Licenses: | |
| Submitter: | frampone |
| Maintainer: | frampone |
| Last Packager: | frampone |
| Votes: | 5 |
| First Submitted: | 2013-02-08 16:30 |
| Last Updated: | 2015-04-14 22:53 |
Latest Comments
Comment by frampone
Comment by xyproto
The package currently does not build.
Comment by frampone
Could you please elaborate on what would you need from the sdk package?
Comment by beardedlinuxgeek
cpio (https://www.archlinux.org/packages/extra/x86_64/cpio/) and android-sdk (https://aur.archlinux.org/packages/android-sdk/) are required to build for android.
Comment by frampone
Cool, I missed the sdk release!
I'm currently away from my pc, I'll look into it when I get back.
Comment by beardedlinuxgeek
This is just the MOAI runtime, you still need to download the sdk.
1) Download the main sdk files http://getmoai.com/sdk/moai-sdk-download.html
2)Navigate to samples/hello-moai/
3) Execute "moai main.lua"
4) Now you're in business.
Thanks for the package.
Comment by frampone
Builds fine here (Thu Mar 14 20:15:40 CET 2013) with c-ares-1.7.5 on x86_64
I've found this thread looking for your error:
http://comments.gmane.org/gmane.network.dns.c-ares/408
Comment by Kamek
Doesn't build, here's the error I get:
Scanning dependencies of target cares
[ 49%] Building C object libcares/CMakeFiles/cares.dir/home/kamek/.cache/makepkg/src/moai-dev-build/3rdparty/c-ares-1.7.5/ares__close_sockets.c.o
In file included from /home/kamek/.cache/makepkg/src/moai-dev-build/3rdparty/c-ares-1.7.5/ares_setup.h:101:0,
from /home/kamek/.cache/makepkg/src/moai-dev-build/3rdparty/c-ares-1.7.5/ares__close_sockets.c:17:
/home/kamek/.cache/makepkg/src/moai-dev-build/3rdparty/c-ares-1.7.5/ares_rules.h:100:3: error: size of array ‘__cares_rule_01__’ is negative
make[3]: *** [libcares/CMakeFiles/cares.dir/home/kamek/.cache/makepkg/src/moai-dev-build/3rdparty/c-ares-1.7.5/ares__close_sockets.c.o] Error 1
make[2]: *** [libcares/CMakeFiles/cares.dir/all] Error 2
make[1]: *** [moai/CMakeFiles/moai.dir/rule] Error 2
make: *** [moai] Error 2
==> ERROR: A failure occurred in build().
Please advise.