Code Monkey home page Code Monkey logo

Comments (3)

otwieracz avatar otwieracz commented on May 30, 2024

gcc-4.8.3 is no longer masked, issue can be closed.

$ grep KEYWORDS /usr/portage/sys-devel/gcc/gcc-4.8.3.ebuild 
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"

from clasp.

Shinmera avatar Shinmera commented on May 30, 2024

Needs to be reevaluated as per #135

from clasp.

tgbugs avatar tgbugs commented on May 30, 2024

I can report that I have been able to get this to build on gentoo at 057b30b using llvm 9 and gcc 9.3.0. I did this by following the llvm9 installation instructions and critically leaving out the step to set INCLUDES in wscript. If you set INCLUDES then the system headers for gcc stdlib and friends fight with the llvm headers and everything fails to build. I am seeing runtime errors which might be cause by this, but so far it has been the only way I could get it to build (including doing things like adding -nostdinc++ to CXXFLAGS which simply deferred errors until later in the build process).

Essentially I use wscript.config.debian10 with two additions.
LLVM_CONFIG_BINARY = '/usr/lib/llvm/9/bin/llvm-config' and
BOEHM_GC_ENUMERATE_REACHABLE_OBJECTS_INNER_AVAILABLE = False

from clasp.

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.