lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


You are right. The Luaw Makefile actually does not have a target for
MinGW. I had it initially but I removed it at some point. I'm sorry I
forgot.

The reason I removed it was I didn't have any experience in building
with MinGW and did not have an environment to verify if the target
worked properly.

If you get it to build on MinGW and want to submit a patch for the
Makefile with Mingw target and I'd be glad to merge it.

Thanks,

- Susheel

On Thu, Mar 12, 2015 at 5:00 AM,  <lua-l-request@lists.lua.org> wrote:
> Send lua-l mailing list submissions to
>         lua-l@lists.lua.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/lua-l-lists.lua.org
>
> or, via email, send a message with subject or body 'help' to
>         lua-l-request@lists.lua.org
>
> You can reach the person managing the list at
>         lua-l-owner@lists.lua.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lua-l digest..."
>
>
> Today's Topics:
>
>    1. Lua in robotics (Jorge)
>    2. Re: Announcing Luaw - Lua meets Node.js (Choonster TheMage)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 11 Mar 2015 17:30:00 -0300
> From: Jorge <xxopxe@gmail.com>
> Subject: Lua in robotics
> To: Lua mailing list <lua-l@lists.lua.org>
> Cc: Toroco <pgtoroco@fing.edu.uy>
> Message-ID: <5500A5C8.2080700@gmail.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi to all,
>
> I present Torocó[1], a grad student project. Torocó is a implementation
> of the Subsumption[2] robot control architecture. In Subsumption, the
> robot is controlled by a collection of concurrent modules that interact
> with each other trough inhibition and suppression.
>
> Torocó allows develop control systems for simple mobile robots using
> Lua. It takes the form of a library, which provides the Subsumption
> primitives, with emphasis made on ease of use and simplicity.
>
> Internally is uses a cooperative scheduler[3]. As advantages against
> some popular Subsumption implementations such as the one provided in
> LejOS we can mention:
>
> * It is much closer to the the Subsumtion architecture: it is actually
> concurrent, unlike LejOS's.
> * It is throrougly event based, so it is possible to write a full system
> completely polling/busy wait free.
> * It's written in/for Lua :)
>
> A small video of a robot avoiding walls and blue cans, and charging the
> red ones (each of the tree behaviors is a concurrent module).
>
> https://www.youtube.com/watch?v=CjfyH7S03Mo
>
>
> Greetings,
>
> Jorge
>
>
>
> [1] http://www.fing.edu.uy/~pgtoroco/
> [2] http://en.wikipedia.org/wiki/Subsumption_architecture
> [3] https://github.com/xopxe/Lumen
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 12 Mar 2015 18:24:47 +1100
> From: Choonster TheMage <choonster.2010@gmail.com>
> Subject: Re: Announcing Luaw - Lua meets Node.js
> To: Lua mailing list <lua-l@lists.lua.org>
> Message-ID:
>         <CAMaJWZL5-YWF6EwJm1g05zP8Dxaez86b_TbYjeED3yWo+ZtOug@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On 12 March 2015 at 04:00, raksoras lua <raksoraslua@gmail.com> wrote:
>>
>> Sorry, I haven't myself built Luaw on Windows/MinGW environment. I
>> have built it successfully on Mac OSX and Linux. I based my Makefile
>> on the makefile of Lua itself and tried my best to keep support for
>> MinGW but I haven't built it on windows/MinGW myself yet. What exact
>> issues are you seeing?
>>
>> Regarding Lua version supported it is built and tested against Lua 5.2.3.
>>
>> Thanks,
>>
>> - Susheel
>
> Running `make mingw` simply outputs "make: Nothing to be done for `mingw'."
>
> `make generic` was outputting something else, but libuv isn't passing
> its tests at the moment, so I want to get that sorted out before I
> build luaw again.
>
> This hasn't been a very useful message, but I'll get back to you when
> libuv is working and I try to build luaw again.
>
> Regards,
> Choonster
>
>
>
> ------------------------------
>
> _______________________________________________
> lua-l mailing list
> lua-l@lists.lua.org
> http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/lua-l-lists.lua.org
>
>
> End of lua-l Digest, Vol 56, Issue 23
> *************************************