lua-users home
lua-l archive

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


On 24/02/2010, at 1:40 PM, Lucas Hermann Negri wrote:

> On Mon, Feb 22, 2010 at 1:21 AM, Geoff Leyland
> <geoff_leyland@fastmail.fm> wrote:
>> Hi,
>> 
>> I'm happy to announce version 0.03 of Rima, a symbolic math modelling package and binding to a number of linear programming [1] libraries.
>> 
>> Documentation starts at http://www.incremental.co.nz/projects/lua.html , development is hosted on google code at http://code.google.com/p/rima/ , and you can get the tarball from http://rima.googlecode.com/files/rima-0.03.tar.gz
>> 
> ...
> Hi,
> 
> Very interesting project!
> 
> Here  (g++ 4.4.3, lpsolve 5.5.0.15, under Arch Linux x86), to compile
> the lpsolve core (I didn't tested the other bindings) I needed to
> include the cstring library and to change the Makefile ( removing the
> -bundle stuff and making it link to the Lua library instead of passing
> the path to the default Lua interpreter as an input ).
> 
> Apart this small issues, it's all working well here. Thanks for
> developing this project.


Thanks Lucas, glad it's useful for you!

Could you send me your modified makefile and I'll try to integrate it somehow (I'm not that great at that kind of thing - I'm guessing a "uname" in there somewhere to work out what system it's on might do the trick).

Cheers,
Geoff