[DiscordArchive] it seems it can't find this "ios" module? What is it btw?
[DiscordArchive] it seems it can't find this "ios" module? What is it btw?
Archived author: schlumpf • Posted: 2018-10-22T17:26:47.468000+00:00
Original source
whihc, you know, is a bad idea
Archived author: Skarn • Posted: 2018-10-22T17:26:58.518000+00:00
Original source
clang is only for C?
Archived author: schlumpf • Posted: 2018-10-22T17:27:09.433000+00:00
Original source
just like gcc is only for C and g++ is for c++
Archived author: schlumpf • Posted: 2018-10-22T17:27:20.657000+00:00
Original source
`clang -xc++` should also work
Archived author: schlumpf • Posted: 2018-10-22T17:28:13.711000+00:00
Original source
tldr: setup.py uses the wrong build system for that target
Archived author: schlumpf • Posted: 2018-10-22T17:28:16.364000+00:00
Original source
should do c++, does c
Archived author: Skarn • Posted: 2018-10-22T17:28:28.308000+00:00
Original source
it says C++ in setup.py
Archived author: Skarn • Posted: 2018-10-22T17:28:31.091000+00:00
Original source
and it worked before
Archived author: schlumpf • Posted: 2018-10-22T17:28:35.676000+00:00
Original source
classic setup.py
Archived author: Skarn • Posted: 2018-10-22T17:28:36.512000+00:00
Original source
also works on windows and I think linux