
Hello,
Well, I am sorry for the compile error experienced by some, but the colours are back to a nice 255 number of colours for me in http://inkscape.modevia.com/win32/Inkscape19816-0809080916.7z
:) Thank you!
--- On Mon, 9/8/08, Maximilian Albert <Anhalter42@...173...> wrote: From: Maximilian Albert <Anhalter42@...173...> Subject: Re: [Inkscape-devel] Possible fix for color chooser bug, #257685 To: "Bob Jamison" <rwjj@...127...>, inkscape-devel@lists.sourceforge.net Date: Monday, September 8, 2008, 7:18 AM
Bob Jamison wrote:
Tell ya what. Let's give it a go.
Your solution leads to a compile error on my system:
widgets/sp-color-slider.cpp: In function ‘void sp_color_slider_set_adjustment(SPColorSlider*, GtkAdjustment*)’: widgets/sp-color-slider.cpp:335: error: ‘gtk_adjustment_set_page_increment’ was not declared in this scope widgets/sp-color-slider.cpp:336: error: ‘gtk_adjustment_set_page_size’ was not declared in this scope
This is no surprise since the GTK+ documentation says that the two functions were only introduced in 2.14 (see http://library.gnome.org/devel/gtk/2.14/GtkAdjustment.html#gtk-adjustment-se...) Can we put these lines into #ifdefs or something? (I'd do it but I don't know how)
Thanks, Max