Coder Social home page Coder Social logo

Comments (2)

szaghi avatar szaghi commented on July 20, 2024

Oh no! I have just realized that you are right. It was a known bug that I completely forget to fix! I will try to fix later in the morning. Thank you.

from fobis.

szaghi avatar szaghi commented on July 20, 2024

It should be now fixed, but

  • there is no simple way to determinate the actual compiled objects that a library should contains, thus FoBiS.py simply puts into the library all the compiled objects built as a dependency or as non-module procedures files; obviously, eventual programs compiled are purged out and not included into the library; consequently it is a best practice to clean the project before building a library;
  • the argparse python module has a kwnon bug for quoted string arguments, see this; it is best practice when passing quoted string to FoBiS.py to start the string with a white space, e.g. FoBiS.py -cflags " -c -O2 -fPIC" -lflags " -shared"...

I have tried with your repo: I have cloned it and built with both static and shared formats and it seems to work correctly. Please, let me know if you find any bugs.

See you soon.

P.S. the bug fix is only into the GitHub repo: you have to clone it from github. I will push the new version on PyPi later, when your idea of recompiling on cflags changes will be ready...

from fobis.

Related Issues (20)

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.