Code Monkey home page Code Monkey logo

Comments (6)

mosra avatar mosra commented on August 26, 2024

@Squareys can you comment here? I don't remember the particulars or how far we got when we tried the last time.

from corrade.

Squareys avatar Squareys commented on August 26, 2024

Hey @primesoftware !

You need a special cmake command to tell cmake to use clang in the MSVC project:
cmake -G"Visual Studio 14 2015" -T"LLVM-vs2014" ..

I am unsure if this works, though. I think the cmake still thinks you are using the MSVC compiler and tries to compile with MSVC 15 specific code...

This is what I used back then, but not guarantee that works or even worked back then, it's been a while.

Let me know if you get it to work! :)

from corrade.

dresch86 avatar dresch86 commented on August 26, 2024

I got it to work!! I added this toolset (https://github.com/WubbaLubba/LlvmForVS2017) to VS and used the command:

cmake -G"Visual Studio 15 2017" -T"LLVM-vs2017" ..

Then I followed the instructions on how to build the rest of the way. Now to see if I can get Magnum to work too...

from corrade.

mosra avatar mosra commented on August 26, 2024

Wow, this is amazing, thank you!

I think we should add this to the AppVeyor build now :)

from corrade.

dresch86 avatar dresch86 commented on August 26, 2024

I will have to see if the downloadable SDL dll will work with LLVM code otherwise in order to use clang/llvm with Magnum folks might have to rebuild their required libraries like SDL, GLFW, etc.

from corrade.

mosra avatar mosra commented on August 26, 2024

With b87f7ab, cd9c0d2, 4491547, d0dfbfd, c0c4a06, 3fc478e, 94594b2, 3b4cade and 0280fbe Corrade compiles on clang-cl cleanly without warnings and passes all tests. It's also tested on the CI now: https://magnum.graphics/build-status/.

from corrade.

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.