Code Monkey home page Code Monkey logo

oblige's People

Contributors

andwj avatar caligari87 avatar simon-v avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

oblige's Issues

Will not build with g++ 9.3

gui/csg_clip.cc: In function ‘void DoWriteClip(dclipnode_t&, bool)’:
gui/csg_clip.cc:1057:32: error: cannot bind packed field ‘raw_clip.dclipnode_s::children[0]’ to ‘short unsigned int&’
 1057 |   std::swap(raw_clip.children[0], raw_clip.children[1]);
      |             ~~~~~~~~~~~~~~~~~~~^
make: *** [Makefile:106: obj_linux/csg_clip.o] Error 1

Thanks to this comment though, I have been able to properly compile Oblige after installing g++ 8 8.4. This can easily be done by changing this line to:

CXX=g++-8

My suggestions towards solving this problem:

  1. Fix the compilation error(s) to work with the latest version of g++; or...
  2. Update the documentation files and Makefile to officially and explicitly depend on g++ 8.

Given that the second approach is a simple-enough task and within my technical knowledge. I'd be happy to draft a pull request for that. However, I'd imagine the first option is probably the more future-proof way of addressing the issue.

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.