Giter VIP home page Giter VIP logo

Comments (6)

NotHyper-474 avatar NotHyper-474 commented on June 26, 2024

I had a similar problem building for native Linux in Ubuntu 22.04, in my case it was Lime's command line throwing the error (apparently something in Neko requiring glibc 2.38)

I've fixed it by calling lime rebuild linux -64 -release -clean. Also isn't Haxe only updated up to 4.2 on Debian? I've heard Funkin requires at least 4.3

from funkin.

NexusSfan avatar NexusSfan commented on June 26, 2024

Also isn't Haxe only updated up to 4.2 on Debian? I've heard Funkin requires at least 4.3

Using special Apt configurations I was able to get Haxe 4.3 and I updated my Haxelib to latest.
It still doesn't work even with the command you did. GlibC needs to be updated somehow...

from funkin.

NotHyper-474 avatar NotHyper-474 commented on June 26, 2024

Also isn't Haxe only updated up to 4.2 on Debian? I've heard Funkin requires at least 4.3

Using special Apt configurations I was able to get Haxe 4.3 and I updated my Haxelib to latest. It still doesn't work even with the command you did. GlibC needs to be updated somehow...

Well that just sucks, but looking closely at the error it's not even mentioning glibc but instead libm.
And updating GlibC is out of scope (it could just break your system), downgrading Lime to use an older glibc is more viable, which running the command should've already done.

from funkin.

NexusSfan avatar NexusSfan commented on June 26, 2024

Well that just sucks, but looking closely at the error it's not even mentioning glibc but instead libm. And updating GlibC is out of scope (it could just break your system), downgrading Lime to use an older glibc is more viable, which running the command should've already done.

No, lime is not the reason, its lime/ndll/Linux64/lime.ndll which depends on that version AND it's a binary so we can't modify it.

from funkin.

NotHyper-474 avatar NotHyper-474 commented on June 26, 2024

No, lime is not the reason, its lime/ndll/Linux64/lime.ndll which depends on that version AND it's a binary so we can't modify it.

Exactly, but what that command does is rebuild that file as well, which makes me think it might not be related to the glibc version.

from funkin.

NexusSfan avatar NexusSfan commented on June 26, 2024

Exactly, but what that command does is rebuild that file as well, which makes me think it might not be related to the glibc version.

Maybe. Lime repo is modified by FNF team, so I would go through that trouble.

from funkin.

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.