JuliaPOMDP / SARSOP.jl

Julia package that wraps the SARSOP software for solving POMDPs/MDPs
Other
14 stars 7 forks source link

Won't compile on Travis osx #15

Closed zsunberg closed 6 years ago

zsunberg commented 7 years ago

Can't get the tests for osx to compile on Travis. I don't have access to a Mac, so I'm not planning on fixing this.

It did work on Nina Hoopers Mac earlier today, so it might work for others.

zsunberg commented 7 years ago

The errors are C++ compile errors that seem to have to do with the visibility of iterator constructors (yay C++ ;)) This could possibly be fixed by using a different version of gcc or something

jdechalendar commented 6 years ago

This may have been addressed with the PR that I just opened.

mykelk commented 6 years ago

Awesome! @zsunberg and I will take a look.

zsunberg commented 6 years ago

fixed with #18