Chaste / cppwg

An automatic Python wrapper generator for C++ code.
BSD 3-Clause "New" or "Revised" License
46 stars 8 forks source link

RuntimeError (compiler path) with provided example #46

Open yvanblanchard opened 4 months ago

yvanblanchard commented 4 months ago

Hello

I ran the 'full example' from readMe, and I have an error (on Win10):

cd examples/shapes
cppwg src/ --wrapper_root wrapper --package_info wrapper/package_info.yaml --includes src/math_funcs/

image

kwabenantim commented 3 months ago

Hello @yvanblanchard,

It appears pygccxml cannot find the system compiler. The error should be fixed if Visual Studio is installed and the example is run in a Developer Command Prompt.