libdynd / dynd-python

Python exposure of dynd
http://libdynd.org
Other
119 stars 23 forks source link

Fix build (base_fixed_dim_type.hpp) #709

Closed skrah closed 8 years ago

skrah commented 8 years ago

The build seems broken with the latest libdynd:

C:\Users\stefan\dynd-python\build\temp.win-amd64-2.7\Release\dynd\ndt\type.cxx(290): fatal error C1083: Cannot open include file: 'dynd/types/base_fixed_dim_type.hpp': No such file or directory [C:\Users\stefan\dynd-python\build\temp.win-amd64-2.7\Release\dynd.ndt.type.vcxproj]

izaid commented 8 years ago

Yeah, the DyND Python build is currently broken. It will be that for a little bit (I think I pinged everyone on this on a PR from yesterday). I'm trying to fix some of the long-standing issues with how we dispatch. Hopefully should be back in a decent state by Monday.

skrah commented 8 years ago

Everything works again, thanks!