enthought / pyql

Cython QuantLib wrappers
Other
1k stars 196 forks source link

Build issue on Travis-CI #102

Closed dpinte closed 9 years ago

dpinte commented 9 years ago

Appeared with #101

See https://travis-ci.org/enthought/pyql/jobs/83023598

quantlib/time/date.cpp:11382:188: error: invalid cast from type ‘QuantLib::Period’ to type ‘QuantLib::TimeUnit’
quantlib/time/date.cpp:11400:245: error: invalid cast from type ‘QuantLib::Period’ to type ‘QuantLib::TimeUnit’
quantlib/time/date.cpp:11418:302: error: invalid cast from type ‘QuantLib::Period’ to type ‘QuantLib::TimeUnit’

I can't reproduce on OSX.

dpinte commented 9 years ago

Fixed in #103 (issue with the Cython version). Thanks @phenaff