pypoisson
pypoisson copied to clipboard
Compile Error
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!
Hello. I met the same problem. Did you finally solve it?
Have you tried using the following:
python setup.py build_ext --inplace --compiler=mingw32 -DMS_WIN64