videlec / pypolymake

Python wrappers for polymake
https://pypi.python.org/pypi/pypolymake
3 stars 5 forks source link

pylong.c not found #8

Closed mmasdeu closed 7 years ago

mmasdeu commented 7 years ago

Hi, Vincent, nice work!

I am trying to use pypolymake from within Sage. When compiling as per your instructions (python2 setup.py install --user) I get the following:

gcc: error: src/cygmp/pylong.c: No such file or directory gcc: fatal error: no input files

I fixed it (and managed to compile) by copying this file from my Sage installation.

videlec commented 7 years ago

Thanks. Indeed, this file is not needed at all. It is a problem in setup.py

videlec commented 7 years ago

Fixed in afee34a