bug-zile
[Top][All Lists]
Advanced

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

Re: [Bug-zile] Google Summer of Code 2014


From: Garnaik Sumeet
Subject: Re: [Bug-zile] Google Summer of Code 2014
Date: Sun, 9 Mar 2014 22:26:49 +0530

Hello Sir,
            I have build and installed zile which I had cloned from the master branch and I am starting to get some grip on lua and understanding the overall structure of zile.
It would be really great if you point me in certain direction to focus to,then I would start working on that part,like @gary Sir said about adding unicode support to zile would be a great start,I would love to do that part first,please give me some starters on adding that functionality.

Thank you,

Sumeet Garnaik


On Sun, Mar 9, 2014 at 1:53 AM, Garnaik Sumeet <address@hidden> wrote:
Sir,
    Sorry for the previous mail,I should have gone through that.


Thank you,

Sumeet Garnaik


On Sun, Mar 9, 2014 at 1:36 AM, Reuben Thomas <address@hidden> wrote:
Sure, you need luaposix. The dependencies are documented in README.md under "Introduction".


On 8 March 2014 19:58, Garnaik Sumeet <address@hidden> wrote:
Hello Sir,
            On running it zmacs it demands for a module 'posix'......which is not there with the stdlib.

The following was the output:

/usr/local/bin/lua: /usr/local/share/lua/5.2/std/string.lua:118: module 'posix' not found:
    no field package.preload['posix']
    no file '/usr/local/share/lua/5.2/posix.lua'
    no file '/usr/local/share/lua/5.2/posix/init.lua'
    no file '/usr/local/lib/lua/5.2/posix.lua'
    no file '/usr/local/lib/lua/5.2/posix/init.lua'
    no file '/usr/local/lib/lua/5.2/posix.so'
    no file '/usr/local/lib/lua/5.2/loadall.so'
    no file './posix.so'

stack traceback:
    [C]: in function 'require'
    /usr/local/share/lua/5.2/std/string.lua:118: in function 'require_version'
    ./zmacs:97: in main chunk
    [C]: in ?


Thank You,

Sumeet Garnaik


On Sun, Mar 9, 2014 at 12:26 AM, Reuben Thomas <address@hidden> wrote:
On 8 March 2014 17:42, Garnaik Sumeet <address@hidden> wrote:
Hello Sir,
           Installing luarocks using 'apt-get' installs lua5.1 as a prerequisite....and I thought of removing liblua-5.1 and installing 5.2,but I guess that won't be possible since a lot of programs like brasero,vlc and all depend on it.....so I installed luarocks from the tar...and it worked just fine with dependency as lua5.2.

You can install Lua 5.2 with 5.1, no problem; distributions support simultaneous installation of both. You needed to install LuaRocks from source anyway, as the version in Debian/Ubuntu doesn't support Lua 5.2.
 
Now as you said,I removed commands.lua used 'make V=1' and the following was the output.....

LUA_INIT= LUA_INIT_5_2=            \
      LUA_PATH='/home/sumefsp/COMPUTING/OPEN-SOURCE/zile/lib/?.lua;/home/sumefsp/COMPUTING/OPEN-SOURCE/zile/lib/?.lua;;'            \
      /usr/local/bin/lua ./lib/zmacs/zlc ./lib/zmacs/zlisp/bind.zl ./lib/zmacs/zlisp/buffer.zl ./lib/zmacs/zlisp/edit.zl ./lib/zmacs/zlisp/file.zl ./lib/zmacs/zlisp/killring.zl ./lib/zmacs/zlisp/help.zl ./lib/zmacs/zlisp/line.zl ./lib/zmacs/zlisp/lisp.zl ./lib/zmacs/zlisp/macro.zl ./lib/zmacs/zlisp/marker.zl ./lib/zmacs/zlisp/minibuf.zl ./lib/zmacs/zlisp/move.zl ./lib/zmacs/zlisp/registers.zl ./lib/zmacs/zlisp/search.zl ./lib/zmacs/zlisp/undo.zl ./lib/zmacs/zlisp/variables.zl ./lib/zmacs/zlisp/window.zl  > 'lib/zmacs/commands.lua' || rm -f 'lib/zmacs/commands.lua'
test -f 'lib/zmacs/commands.lua'
if ( touch doc/zmacs.1.w && rm -f doc/zmacs.1.w; ) >/dev/null 2>&1; \
    then                            \
      builddir='.'                \
      ./build-aux/missing --run            \
        /usr/bin/help2man                        \
          '--output=doc/zmacs.1'                    \
          '--no-info'                    \
          '--name=Zmacs'                    \
          --include './lib/zmacs/man-extras'    \
          './lib/zmacs/help2man-wrapper';        \
    fi
help2man: can't get `--help' info from ./lib/zmacs/help2man-wrapper
Try `--no-discard-stderr' if option outputs to stderr
make: *** [doc/zmacs.1] Error 1

This means that the zmacs executable isn't working. Try running it directly to see what error it gives.

--
http://rrt.sc3d.org




--
http://rrt.sc3d.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]