[DiscordArchive] <@456226577798135808> have your ever messed with some c compilers on windows other than msvc?
[DiscordArchive] <@456226577798135808> have your ever messed with some c compilers on windows other than msvc?
Archived author: Skarn • Posted: 2018-02-22T22:35:45.973000+00:00
Original source
<@456226577798135808> have your ever messed with some c compilers on windows other than msvc?
Archived author: Skarn • Posted: 2018-02-22T22:36:00.935000+00:00
Original source
I am trying to compile cython on windows and it horribly fails with msvc
Archived author: Deleted User • Posted: 2018-02-22T22:36:02.910000+00:00
Original source
clang and mingw and g++ from cygwin
Archived author: Skarn • Posted: 2018-02-22T22:36:04.407000+00:00
Original source
it just does not see it
Archived author: Deleted User • Posted: 2018-02-22T22:36:34.469000+00:00
Original source
clang however only to compile c -> javascript
Archived author: Skarn • Posted: 2018-02-22T22:37:10.047000+00:00
Original source
nah, I need a C++ compiler actually
Archived author: Deleted User • Posted: 2018-02-22T22:37:19.847000+00:00
Original source
clang also compiles c++
Archived author: Skarn • Posted: 2018-02-22T22:37:23.893000+00:00
Original source
since I am no restricted to using C only stuff in there
Archived author: Skarn • Posted: 2018-02-22T22:37:35.095000+00:00
Original source
well, it obviously should not compile to JS though
Archived author: Deleted User • Posted: 2018-02-22T22:37:37.528000+00:00
Original source
its actually the most complete c++ compiler