[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: IUP and Ubuntu
- From: "Antonio Scuri" <scuri@...>
- Date: Wed, 23 Feb 2011 11:10:46 -0300
Hi,
I'm going to re-test the distribution files. This was a bug in the 3.3
distribution files. But it should not happen in 3.4. I'll return to you
soon.
Best,
scuri
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org]
> On Behalf Of Dirk Laurie
> Sent: quarta-feira, 23 de fevereiro de 2011 06:51
> To: Lua mailing list
> Subject: IUP and Ubuntu
>
> Being curious to see Steve Litt's presentation, I installed IUP.
> Not too much joy so far.
>
> My default lua is lua5.1 as supplied in Ubuntu Lucid.
> I downloaded iup-3.4_Linux26g4_lib.tar.gz into a new directory.
> No instructions, but three files with suggestive names which
> I ran in the following order (a typical line of output is shown):
>
> sudo ./install
> ...
> `libiuplua51.so' -> `/usr/lib/libiuplua51.so'
> ...
> sudo ./install_dev
> ...
> `include/iup.h' -> `/usr/include/iup/iup.h'
> ...
> sudo ./config_lua_module
> ...
> `iuplua.so' -> `/usr/lib/libiuplua51.so'
> ...
>
> Then I tried it out, not getting past square one, thus:
>
> $ lua
> Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
> > require"iuplua"
> attempt to call a nil value
> stack traceback:
> [C]: ?
> [C]: in function 'require'
> stdin:1: in main chunk
> [C]: ?
> >
>
> Dirk