[DiscordArchive] what do I need to change it to?
[DiscordArchive] what do I need to change it to?
Archived author: Skarn • Posted: 2018-05-17T13:16:27.701000+00:00
Original source
maybe I did not pull it
Archived author: Deleted User • Posted: 2018-05-17T13:16:49.885000+00:00
Original source
Yea it’s there
Archived author: Skarn • Posted: 2018-05-17T13:17:27.137000+00:00
Original source
error: invalid argument '-std=c++11' not allowed with 'C'
Archived author: Skarn • Posted: 2018-05-17T13:17:31.484000+00:00
Original source
sigh...
Archived author: Deleted User • Posted: 2018-05-17T13:17:46.980000+00:00
Original source
Oh it errors too bad
Archived author: Deleted User • Posted: 2018-05-17T13:17:51.703000+00:00
Original source
Other compilers just warn
Archived author: Deleted User • Posted: 2018-05-17T13:18:20.094000+00:00
Original source
I don’t know how to control cython to not use the flags in the library code
Archived author: Deleted User • Posted: 2018-05-17T13:21:49.047000+00:00
Original source
Clang is annoying
Archived author: Skarn • Posted: 2018-05-17T13:21:55.084000+00:00
Original source
yeah
Archived author: Skarn • Posted: 2018-05-17T13:25:15.325000+00:00
Original source
https://stackoverflow.com/questions/4900...th-c-and-c
[Embed: Cython -std=c++11 error, using both C and C++]
I'm new to Cython and I'm trying to compile Cython from this project without success.
With this setup.py,
from distutils.core import setup, Extension
from Cython.Distutils import build_ext
from
https://stackoverflow.com/questions/4900...th-c-and-c