mmolero / pypoisson

Poisson Surface Reconstruction Python Binding
MIT License
242 stars 30 forks source link

Compile Error #2

Open gary1880 opened 7 years ago

gary1880 commented 7 years ago

Hi, After running the "setup.py build", it will be broken by the following error src/PoissonRecon_v6_13/src/SparseMatrix.inl:528:85: error: 'Interlochange64' was not declared in this scope ..... error: command 'C:\mingw2\bin\gcc.exe' failed with exit status 1

Have you ever seen such a problem? Do you have any suggestions?

Thanks!

WANGCY17 commented 7 years ago

Hello. I met the same problem. Did you finally solve it?

mmolero commented 5 years ago

Have you tried using the following:

python setup.py build_ext --inplace --compiler=mingw32 -DMS_WIN64