On 2010-03-10 23:24, Jake Goerzen wrote:
I applied your patch (generator_private.hpp.diff) and continued compiling, then ran into a problem in gui/widgets/image.cpp:"gui/widgets/image.cpp", line 25: Error: get_image is not defined. "gui/widgets/image.cpp", line 29: Error: Pointer type needed instead of surface(*)(). "gui/widgets/image.cpp", line 29: Error: Pointer type needed instead of surface(*)(). 3 Error(s) detected. surface image(get_image(image::locator(label()))); tpoint result(0, 0); if(image) { result = tpoint(image->w, image->h); }
Change surface image(get_image(image::locator(label()))); to surface image(image::get_image(image::locator(label()))); _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
