Advertisement
Guest User

Untitled

a guest
Nov 1st, 2010
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.19 KB | None | 0 0
  1. $ python setup.py build
  2. building with Cython 0.11.2
  3. found LuaJIT build in /home/<skip>/bin/lupa-0.16/LuaJIT-2.0.0-beta5/src
  4. building statically
  5. running build
  6. running build_py
  7. creating build
  8. creating build/lib.linux-x86_64-2.6
  9. creating build/lib.linux-x86_64-2.6/lupa
  10. copying lupa/__init__.py -> build/lib.linux-x86_64-2.6/lupa
  11. running build_ext
  12. building 'lupa._lupa' extension
  13. creating build/temp.linux-x86_64-2.6
  14. creating build/temp.linux-x86_64-2.6/lupa
  15. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/home/<skip>/bin/lupa-0.16/LuaJIT-2.0.0-beta5/src -I/usr/include/python2.6 -c lupa/_lupa.c -o build/temp.linux-x86_64-2.6/lupa/_lupa.o
  16. lupa/_lupa.c: In function ‘__pyx_f_4lupa_5_lupa_lua_object_repr’:
  17. lupa/_lupa.c:6012: warning: ‘__pyx_v_ptr’ may be used uninitialized in this function
  18. lupa/_lupa.c: In function ‘__pyx_pf_4lupa_5_lupa_10_LuaObject___len__’:
  19. lupa/_lupa.c:4229: warning: ‘__pyx_r’ may be used uninitialized in this function
  20. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/lupa/_lupa.o /home/<skip>/bin/lupa-0.16/LuaJIT-2.0.0-beta5/src/libluajit.a -o build/lib.linux-x86_64-2.6/lupa/_lupa.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement