Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. $ /usr/bin/gcc CMakeFiles/luvit.dir/src/core/src/luvit_main.c.o CMakeFiles/luvit.dir/src/core/src/luvit_exports.c.o bytecode/buffer.o bytecode/childprocess.o bytecode/core.o bytecode/dns.o bytecode/fiber.o bytecode/fs.o bytecode/luvit.o bytecode/mime.o bytecode/module.o bytecode/net.o bytecode/path.o bytecode/querystring.o bytecode/repl.o bytecode/stack.o bytecode/timer.o bytecode/url.o bytecode/utils.o bytecode/uv.o -o luvit -rdynamic libluvit-lib.a -lrt -lpthread -lluajit-2.0 /usr/lib/libuv.a
  2. $ ./luvit
  3. Welcome to the Luvit repl
  4. $ /usr/bin/gcc CMakeFiles/luvit.dir/src/core/src/luvit_main.c.o CMakeFiles/luvit.dir/src/core/src/luvit_exports.c.o bytecode/buffer.o bytecode/childprocess.o bytecode/core.o bytecode/dns.o bytecode/fiber.o bytecode/fs.o bytecode/luvit.o bytecode/mime.o bytecode/module.o bytecode/net.o bytecode/path.o bytecode/querystring.o bytecode/repl.o bytecode/stack.o bytecode/timer.o bytecode/url.o bytecode/utils.o bytecode/uv.o -o luvit -rdynamic libluvit-lib.a -lrt -lpthread -lluajit-2.0 /tmp/joyent-libuv-da59427/uv.a
  5. $ ./luvit
  6. /usr/src/xming/luvit.xming/src/core/lib/uv.lua:269: Unknown stream file type 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement