Git Product home page Git Product logo

Comments (2)

rfm avatar rfm commented on May 25, 2024

I've been working on 2.0 ABI support for the last week or so, and have added a simple fix for this, but you might do something better. For instnce, I was wondering if it might make sense to check for both the expected prefix (depending on how base was compiled) and if that fails for the other possible prefix. If we find the class using the wrong prefix, we could abort with an error message because we know we are somehow linked with code which was compiled for the wrong ABI. I didn't do that because I don't know if it would really be useful (perhaps the linker or the runtime would have detected errors before gnustep-base ever gets a chance).

from libs-base.

ngrewe avatar ngrewe commented on May 25, 2024

I think your "simple fix" is just the right one – libobjc2 doesn't support binaries mixing modules compiled with pre-2.0 and 2.0 ABIs (__objc_load() will abort when it detects that).

Many thanks!

from libs-base.

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.