We just got a new bug report about r11787 still failing to compile on
Windows:
Bug #1065886 “Compilation error after introducing Symbol dialog”
<
https://bugs.launchpad.net/inkscape/+bug/1065886>
On 12/10/2012 10:46, Tavmjong Bah wrote:
Looks like a gratuitous API change in gtkmm 2.24. append_text() is
deprecated, replace by append(). Checked in a fix...
Tav
On Fri, 2012-10-12 at 00:36 +0200, Johan Engelen wrote:
> On 12-10-2012 0:33, Johan Engelen wrote:
>> On 11-10-2012 22:12, Tavmjong Bah wrote:
>>>
>>> Hi,
>>>
>>> I've checked into trunk a Symbols dialog.
>>
>> Can't test because:
>>
>> Make error line 289: problem compiling: src/ui/dialog/symbols.cpp: In
>> constructor 'Inkscape::UI::Dialog::SymbolsDialog::SymbolsDialog(const
>> gchar*)':
>> src/ui/dialog/symbols.cpp:104:14: error: 'class Gtk::ComboBoxText' has
>> no member named 'append'
>> src/ui/dialog/symbols.cpp:142:19: error: 'class Gtk::ComboBoxText' has
>> no member named 'append'
>> src/ui/dialog/symbols.cpp:160:18: error: 'class Gtk::ComboBoxText' has
>> no member named 'append'
>> src/ui/dialog/symbols.cpp: In member function 'void
>> Inkscape::UI::Dialog::SymbolsDialog::get_symbols()':
>> src/ui/dialog/symbols.cpp:294:19: error: 'class Gtk::ComboBoxText' has
>> no member named 'append'
>>
>> !!!
>
> Win devlibs does have "append_text", so if that works on Linux...
>
> Cheers,
> Johan
>