[issue37140] ctypes change made clang fail to build

serge-sans-paille report at bugs.python.org
Tue Jun 4 10:50:54 EDT 2019


serge-sans-paille <serge.guelton at telecom-bretagne.eu> added the comment:

@vstinner: to reproduce the issue

```
git clone https://github.com/llvm/llvm-project.git
cd llvm-project
mkdir _build
cd _build
cmake3 ../llvm -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PWD/install -DPYTHON_EXECUTABLE=$HOME/sources/cpython/_build/install/bin/python3
make -j4
```

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37140>
_______________________________________


More information about the Python-bugs-list mailing list