Code Monkey home page Code Monkey logo

Comments (7)

zellski avatar zellski commented on June 19, 2024

@siddjha1 I think this means I compiled FBX2glTF with a fairly modern compiler version, and you're running it on a system too old to have the necessary libstdc support. Googling a bit, it looks like 3.4.19 is the most recent that's supported by default on (some?) EC2 AMI machines.

I don't know if I can build against 3.4.19 and get all the features I need from the compiler, but I can give it a shot at some point. Meanwhile, though, you're best off building your own version of this binary, from source. There are some instructions for how to proceed in the project's main README -- let me know how it goes! You will need CMAKE and gcc/g++ packages installed.

from fbx2gltf.

zellski avatar zellski commented on June 19, 2024

Reading up a little more -- it looks like I could probably force a build against GCC 4.8.3, which works with GLIBCXX_3.4.19. That would make things work for you for a little longer. However:

  • This is an old GCC. It's from 2014-2015 era. It's very possible my code relies on bug-fixes that have been made since then.
  • Even if not, I am desperate to use C++14 features the minute they're generally available. At that point there's probably no way the binary will continue to run on such an old operating system.

It's peculiar that EC2 images should come with such ageing support. I guess they're trying to be very stable and careful. Is it possible you can request a more up-to-date AMI?

from fbx2gltf.

zellski avatar zellski commented on June 19, 2024

Reopening to look into GCC 4.8.3 support.

from fbx2gltf.

zellski avatar zellski commented on June 19, 2024

I banged my head against trying to get my dockcross/linux-x64 cross-compiler to use an older version of the toolchain, but I only ran into complexities. For now, I advise you attempt to build from source on the target machine -- there are instructions in the top-level README.

from fbx2gltf.

zellski avatar zellski commented on June 19, 2024

Note that there's some light at the end of the tunnel here: #104

from fbx2gltf.

siddjha1 avatar siddjha1 commented on June 19, 2024

Hey Zellski,

Thanks for your help. I guess i have just decided to change my AMI to a more recent version. Since this and alot many other binaries were becoming a problem for me :)

Will be using the precompiled libraries in my new instance and will see how things go from there.

Thanks for all your help.

Cheers!

from fbx2gltf.

zellski avatar zellski commented on June 19, 2024

I admit I'm relieved you're choosing this route. For me it's so much easier to just rely on a modern toolchain. And as you say, I think much of the world is deserting this older one. Let me know how it works out!

from fbx2gltf.

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.