pypoisson icon indicating copy to clipboard operation
pypoisson copied to clipboard

Compile Error

Open gary1880 opened this issue 8 years ago • 2 comments

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!

gary1880 avatar Nov 02 '16 04:11 gary1880

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

WANGCY17 avatar Jul 27 '17 08:07 WANGCY17

Have you tried using the following:

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

mmolero avatar Nov 10 '18 13:11 mmolero