Giter VIP home page Giter VIP logo

Comments (3)

isaacbrodsky avatar isaacbrodsky commented on May 22, 2024

What C compiler and version are you using?

Could you try running CMake with -DWARNINGS_AS_ERRORS=OFF and then compiling again?

from h3.

usuallycwdillon avatar usuallycwdillon commented on May 22, 2024

Interesting. It finishes compiling with the flag turned off. (so, yeah!) There are a few other complaints with that same sprintf() function in other files, but those were the only warnings.

gcc --version returns gcc (SUSE Linux) 8.1.1 20180614 [gcc-8-branch revision 261584]
make --version returns GNU Make 4.2.1 Built for x86_64-suse-linux-gnu
cmake -version returns cmake version 3.11.4
libtool --version returns libtool (GNU libtool) 2.4.6

I'm on SuSE Tumbleweed, which (I think) just recently moved from gcc7 to gcc8. ...I rarely compile things from source.

Ideas? I'm happy to keep digging if it might be helpful.

from h3.

isaacbrodsky avatar isaacbrodsky commented on May 22, 2024

Thanks for confirming it works and posting the version we need to test. Our CI tests and development systems aren't updated to GCC 8 yet.

H3 treats compiler warnings as errors by default, in an effort to catch code issues quickly. An unfortunate effect of this is that new compiler versions or different compilers can cause failures to compile the library.

In addition to testing on GCC 8 and resolving its warnings about sprintf, a good approach might be to set -DWARNINGS_AS_ERRORS=ON in our CI tests, but default it to OFF when being compiled by a user.

from h3.

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.