Coder Social home page Coder Social logo

Compilation error about csom HOT 3 CLOSED

interstar avatar interstar commented on September 13, 2024
Compilation error

from csom.

Comments (3)

interstar avatar interstar commented on September 13, 2024 1

Cool. Yeah. That works. (That change to 64bit architecture)..

Thanks.

from csom.

smarr avatar smarr commented on September 13, 2024

@interstar this doesn't look like a CSOM dependency.
In CI we only install this: https://github.com/SOM-st/CSOM/blob/master/.travis.yml#L5
libc6-dev-i386 gcc-multilib

Looking at the error, it fails with the include of stdio.h, because some bits/libc-header-start.h header does not exist.
This is a dependency of stdio.h on your system and unrelated to CSOM.

An a Ubuntu system, I'd normally expect build-essential to provide all needed dependencies.
Though, you may need to specify the architecture explicitly. So, instead of make, rather ARCH=64bit make.

from csom.

smarr avatar smarr commented on September 13, 2024

Instead of updating the readme, I decided to set the default architecture to 64bit #20

This might fix your issues. Not sure.

from csom.

Related Issues (1)

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.