[DiscordArchive] But they are ABI Compatible and you can just link them?
[DiscordArchive] But they are ABI Compatible and you can just link them?
Archived author: schlumpf • Posted: 2018-11-03T20:59:32.134000+00:00
Original source
But they are ABI Compatible and you can just link them?
Archived author: schlumpf • Posted: 2018-11-03T20:59:37.981000+00:00
Original source
But they are ABI Compatible and you can just link them?
Archived author: schlumpf • Posted: 2018-11-03T20:59:57.496000+00:00
Original source
Anyway, complaining about this is the same as complaining about your five python forks not working together
Archived author: Skarn • Posted: 2018-11-03T21:00:02.499000+00:00
Original source
That involves manually downloading the package, editing setup.py and installing it by hand.
Archived author: schlumpf • Posted: 2018-11-03T21:00:13.753000+00:00
Original source
That’s a non c++ issue
Archived author: schlumpf • Posted: 2018-11-03T21:00:15.807000+00:00
Original source
Thanks
Archived author: schlumpf • Posted: 2018-11-03T21:00:17.042000+00:00
Original source
Bye
Archived author: Skarn • Posted: 2018-11-03T21:00:54.923000+00:00
Original source
It is not a C++ issue directly. But the possibility of this happening is because C++ has no official compiler for popular OS and is relying on third-party implementations.
Archived author: Skarn • Posted: 2018-11-03T21:01:29.816000+00:00
Original source
Python forks are not even presumed to work with all Python code. In fact, many of them don't. They are technically different python-style languages that may or may not work with Python.
Archived author: Skarn • Posted: 2018-11-03T21:01:55.472000+00:00
Original source
Python is CPython only. CPython works the same everywhere, unless there is a bug in something.