Package Details: moai-git 20130208-1

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: custom:CPAL
Submitter: frampone
Maintainer: frampone
Last Packager: frampone
Votes: 5
First Submitted: 2013-02-08 16:30
Last Updated: 2015-04-14 22:53

Dependencies (2)

Required by (0)

Sources

  • CPAL

Latest Comments

Comment by frampone

2015-04-14 22:54

Updated to build with the new codebase, thanks xyproto

Comment by xyproto

2015-04-14 09:14

The package currently does not build.

Comment by frampone

2013-07-08 23:58

Could you please elaborate on what would you need from the sdk package?

Comment by beardedlinuxgeek

2013-06-14 23:11

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

2013-06-11 16:26

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

2013-06-11 16:06

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

2013-03-14 19:25

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

2013-03-14 02:32

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.