GithubHelp home page GithubHelp logo

Comments (4)

bradking avatar bradking commented on July 3, 2024

cmake -DCMAKE_CXX_COMPILER=/usr/local/Cellar/llvm/3.6.2/bin/clang++ -DLLVM_DIR=/usr/local/Cellar/llvm/3.6.2/share/llvm/cmake

You don't need to compile CastXML with the Clang that it is linking against. You should compile CastXML using the same compiler that was used to build LLVM/Clang (i.e. the compiler that brew used to build it).

from castxml.

iMichka avatar iMichka commented on July 3, 2024

Yes, I also tries that (by not passing the CMAKE_CXX_COMPILER flag). Cmake will pick up OS X's clang++, which is the same that built homebrew's llvm.

I will perhaps build a 3.6.2 version myself. I had a 3.6.0 version which I built myself and it worked with that one.

from castxml.

bradking avatar bradking commented on July 3, 2024

I ran brew install llvm --with-clang and was able to reproduce this. The problem is that CastXML is not building with -fno-exceptions as LLVM/Clang did. Fixed by commit acd58da.

from castxml.

iMichka avatar iMichka commented on July 3, 2024

Thanks for having looked into this. Works perfectly. We will soon have castxml binaries on homebrew.

from castxml.

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.