
Lubomir Bourdev wrote:
There are a few regression problems for GIL running on some more exotic platforms - OSF1, SunOS, HP-UX.
http://beta.boost.org/development/tests/trunk/developer/gil_release.html
We don't have access to these platforms. Perhaps someone who does could give us a hand in fixing these issues?
Attached patches make the tests compile and execute OK on Tru64/CXX, _but_ there is a flood of unaligned access warning when the test is executed. I'll try to obtain a backtrace of those. Regards, Markus Index: color_convert.hpp =================================================================== --- color_convert.hpp (revision 41054) +++ color_convert.hpp (working copy) @@ -32,7 +32,6 @@ #include "rgb.hpp" #include "rgba.hpp" #include "cmyk.hpp" -#include "image_view_factory.hpp" #include "metafunctions.hpp" #include "utilities.hpp" #include "color_base_algorithm.hpp" Index: pixel_iterator.cpp =================================================================== --- pixel_iterator.cpp (revision 41054) +++ pixel_iterator.cpp (working copy) @@ -22,6 +22,7 @@ #include <boost/gil/step_iterator.hpp> #include <boost/gil/typedefs.hpp> #include <boost/gil/color_convert.hpp> +#include <boost/gil/image_view_factory.hpp> #include <boost/mpl/vector.hpp> using namespace boost::gil;