Changes between Version 3 and Version 4 of Ticket #56214, comment 4


Ignore:
Timestamp:
Apr 16, 2018, 10:47:43 AM (6 years ago)
Author:
Blokkendoos (Johan)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56214, comment 4

    v3 v4  
    11Same Glib::ConvertError on OS X 10.10.5 with Macports Inkscape.
    22
    3 I have built Inkscape 0.92.3 from source with Debug option and found that the error is related to Glib::ustring usage. Inkscape 0.91 gives the same error, so I assume something changed in Glib? Not being a programmer myself, don't know how to fix this, but maybe this info helps.\\
     3I have built Inkscape 0.92.3 from source with Debug option and found that the error is related to Glib::ustring usage. Inkscape 0.91 gives the same error, so I assume something changed in Glib? Not being a programmer myself, don't know how to properly fix this, but maybe this info helps.\\
    44Cross-posted this info on [https://bugs.launchpad.net/inkscape/+bug/1756856 Inkscape Ubuntu One]
    55
     
    2323  taglib @1.11.1_0 (active)
    2424
    25 Location of the first occurrence (resulting in ConvertError exception) is in src/widgets/text-toolbar.cpp at line 1792. Bypass using std::string results in the next occurrence at line 1378.
     25Location of the first occurrence (resulting in ConvertError exception) is in src/widgets/text-toolbar.cpp at line 1792. Workaround using std::string results in the next occurrence at line 1378. And in src/widgets/font-selector.cpp at line 120.
    2626
    2727{{{