Giter Site home page Giter Site logo

lua-conmanorg's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

cluo crudbug helloj

lua-conmanorg's Issues

make fails

I'm trying to run make on ubuntu 14.04:

$ make
gcc -std=c99 -g -Wall -Wextra -pedantic -fPIC -I/var/tmp/lua/lua-5.3.4/src/ -g -shared -o lib/tcc.so src/tcc.c -ltcc
src/tcc.c: In function ‘tcclua_relocate’:
src/tcc.c:482:3: error: too many arguments to function ‘tcc_relocate’
   size = tcc_relocate(*tcc,NULL);
   ^
In file included from src/tcc.c:49:0:
/usr/include/libtcc.h:96:15: note: declared here
 LIBTCCAPI int tcc_relocate(TCCState *s1);
               ^
src/tcc.c:490:3: error: too many arguments to function ‘tcc_relocate’
   rc = tcc_relocate(*tcc,mem);
   ^
In file included from src/tcc.c:49:0:
/usr/include/libtcc.h:96:15: note: declared here
 LIBTCCAPI int tcc_relocate(TCCState *s1);
               ^
src/tcc.c: In function ‘tcclua_get_symbol’:
src/tcc.c:520:10: warning: ISO C forbids assignment between function pointer and ‘void *’ [-Wpedantic]
     call = tcc_get_symbol(*tcc,luaL_checkstring(L,i));
          ^
make: *** [lib/tcc.so] Error 1
$ 

Please advise what I need to do to fix this failure. Thanks!

luarock release ?

Hi Sean !

Will it be possible to release it to luarocks ? so I could just do :

luarocks install lua-conmanorg

I hope you can see how easy it gets to install.

README is very outdated(?)

The docs on the README are severely out of date, as can be verified by a quick comparison between the README and the code comments/docs.

I'd suggest removing them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.