fjames86 / fpoly

Manipulate dense multivariate polynomials
0 stars 0 forks source link

cffi under windows #10

Closed fjames86 closed 11 years ago

fjames86 commented 11 years ago

Currently interface.lisp does not load under windows. CFFI on windows (sbcl) seems to not support the most recent updates; specifically, it does not understand types like (:struct foo) instead of the now deprecated 'foo. Also it does not know to load "libfpoly.dll" under windows instead of "libfpoly.so".

fjames86 commented 11 years ago

interface no longer uses structs so this is no longer an issue. interface now also knows to look for libfpoly.dll when under windows so in principle should work. compiling using visual studio without name mangling might take some effort though