[Python-Dev] building with C++ (original) (raw)
Anthony Baxter anthony at interlink.com.au
Thu Apr 13 04:10:03 CEST 2006
- Previous message: [Python-Dev] building with C++
- Next message: [Python-Dev] Preserving the blamelist
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So I lied - I found the time today to spread the magic pixie dust of extern "C" {} around to get the Python core to build and link with g++. (It still builds with gcc). There's still an issue with Modules/_sre.c, and now that we can run setup.py, there's lots and lots of errors from the various code in Modules that's not C++ safe.
Anthony
- Previous message: [Python-Dev] building with C++
- Next message: [Python-Dev] Preserving the blamelist
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]