Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 565520 Details for
Bug 678126
media-gfx/birdfont-2.18.3 : birdfont/GtkWindow.vala:201.30-201.50: error: Argument 1: Cannot convert from void BirdFont.GtkWindow.dump_clipboard_target
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-gfx:birdfont-2.18.3:20190215-223727.log
media-gfx:birdfont-2.18.3:20190215-223727.log (text/plain), 80.23 KB, created by
Toralf Förster
on 2019-02-16 08:28:18 UTC
(
hide
)
Description:
media-gfx:birdfont-2.18.3:20190215-223727.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-02-16 08:28:18 UTC
Size:
80.23 KB
patch
obsolete
> * Package: media-gfx/birdfont-2.18.3 > * Repository: gentoo > * Maintainer: fonts@gentoo.org > * Upstream: https://birdfont.org/bugtracker/ > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking birdfont-2.18.3.tar.xz to /var/tmp/portage/media-gfx/birdfont-2.18.3/work >>>> Source unpacked in /var/tmp/portage/media-gfx/birdfont-2.18.3/work >>>> Preparing source in /var/tmp/portage/media-gfx/birdfont-2.18.3/work/birdfont-2.18.3 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-gfx/birdfont-2.18.3/work/birdfont-2.18.3 ... > * Looking in po for new locales ... > [ ok ] >./configure --prefix /usr --gtk False --gee gee-0.8 --valac /usr/bin/valac-0.42 --cc x86_64-pc-linux-gnu-gcc --cflags -O2 -pipe -march=native --ldflags -Wl,-O1 -Wl,--as-needed >Checking for /usr/bin/valac-0.42 version >= 0.16.0 >Found Vala 0.42.5 > >Looking for library: gio-2.0 >Looking for library: glib-2.0 >Looking for library: sqlite3 >Looking for library: fontconfig >Looking for library: xmlbird >Looking for library: gee-0.8 > >Done >Writing Config.vala >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-gfx/birdfont-2.18.3/work/birdfont-2.18.3 ... >doit run -n 1 >. build >. compile_translations >. man:birdfont.1 >. man:birdfont-export.1 >. man:birdfont-import.1 >. man:birdfont-autotrace.1 >. mkdir build/libbirdfont >. copy libbirdfont/overview_glyph.c >. copy libbirdfont/OpenFontFormat/load_font.c >. copy libbirdfont/Renderer/fontconfig.c >. mkdir build/libbirdgems >. copy libbirdgems/GGVecLib.c >. copy libbirdgems/GraphicsGems.h >. copy libbirdgems/fit_cubic.c >. valac libbirdgems >. compile build/libbirdgems/GGVecLib.c >. compile build/libbirdgems/fit_cubic.c >. compile build/libbirdgems/birdgems.c >. libbirdgems >. Create link libbirdgems.so.0.0 libbirdgems.so >. compile build/libbirdfont/fontconfig.c >. compile build/libbirdfont/load_font.c >build/libbirdfont/load_font.c: In function âget_bf_fontâ: >build/libbirdfont/load_font.c:1026:2: warning: implicit declaration of function âbird_font_open_font_format_reader_append_kerningâ [-Wimplicit-function-declaration] > bird_font_open_font_format_reader_append_kerning (bf, file); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >. compile build/libbirdfont/overview_glyph.c >. valac libbirdfont >sqlite3.vapi:402.4-402.13: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] >libbirdfont/BirdFontFile.vala:26.2-26.42: warning: the modifier `static' is not applicable to constants > public static const int FORMAT_MAJOR = 2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/BirdFontFile.vala:27.2-27.42: warning: the modifier `static' is not applicable to constants > public static const int FORMAT_MINOR = 2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/BirdFontFile.vala:29.2-29.46: warning: the modifier `static' is not applicable to constants > public static const int MIN_FORMAT_MAJOR = 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/BirdFontFile.vala:30.2-30.46: warning: the modifier `static' is not applicable to constants > public static const int MIN_FORMAT_MINOR = 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/Config.vala:3.5-3.52: warning: the modifier `static' is not applicable to constants > internal static const string VERSION = "2.18.3"; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/Config.vala:4.5-4.49: warning: the modifier `static' is not applicable to constants > internal static const string PREFIX = "/usr"; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:41.2-41.35: warning: the modifier `static' is not applicable to constants > public static const uint NONE = 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:42.2-42.37: warning: the modifier `static' is not applicable to constants > public static const uint ACTIVE = 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:43.2-43.44: warning: the modifier `static' is not applicable to constants > public static const uint SELECTED = 1 << 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:44.2-44.49: warning: the modifier `static' is not applicable to constants > public static const uint DELETED_POINT = 1 << 2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:45.2-45.39: warning: the modifier `static' is not applicable to constants > public static const uint TIE = 1 << 3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:46.2-46.46: warning: the modifier `static' is not applicable to constants > public static const uint REFLECTIVE = 1 << 4; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:48.2-48.48: warning: the modifier `static' is not applicable to constants > public static const uint INTERSECTION = 1 << 5; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:49.2-49.46: warning: the modifier `static' is not applicable to constants > public static const uint NEW_CORNER = 1 << 6; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:50.2-50.49: warning: the modifier `static' is not applicable to constants > public static const uint STROKE_OFFSET = 1 << 7; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:51.2-51.54: warning: the modifier `static' is not applicable to constants > public static const uint COUNTER_TO_OUTLINE = 1 << 8; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:52.2-52.42: warning: the modifier `static' is not applicable to constants > public static const uint COPIED = 1 << 9; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:53.2-53.48: warning: the modifier `static' is not applicable to constants > public static const uint REMOVE_PART = 1 << 10; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:54.2-54.44: warning: the modifier `static' is not applicable to constants > public static const uint OVERLAY = 1 << 11; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:55.2-55.42: warning: the modifier `static' is not applicable to constants > public static const uint CURVE = 1 << 12; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:56.2-56.47: warning: the modifier `static' is not applicable to constants > public static const uint CURVE_KEEP = 1 << 13; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:57.2-57.48: warning: the modifier `static' is not applicable to constants > public static const uint SEGMENT_END = 1 << 14; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:58.2-58.48: warning: the modifier `static' is not applicable to constants > public static const uint SPLIT_POINT = 1 << 15; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:59.2-59.54: warning: the modifier `static' is not applicable to constants > public static const uint SELF_INTERSECTION = 1 << 16; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/EditPoint.vala:60.2-60.61: warning: the modifier `static' is not applicable to constants > public static const uint COPIED_SELF_INTERSECTION = 1 << 17; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/Expander.vala:22.2-22.49: warning: the modifier `static' is not applicable to constants > private static const double HEADLINE_MARGIN = 4; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/FileChooser.vala:19.2-19.35: warning: the modifier `static' is not applicable to constants > public static const uint NONE = 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/FileChooser.vala:20.2-20.35: warning: the modifier `static' is not applicable to constants > public static const uint SAVE = 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/FileChooser.vala:21.2-21.40: warning: the modifier `static' is not applicable to constants > public static const uint LOAD = 1 << 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/FileChooser.vala:22.2-22.45: warning: the modifier `static' is not applicable to constants > public static const uint DIRECTORY = 1 << 2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/FileDialogTab.vala:44.2-44.50: warning: the modifier `static' is not applicable to constants > public static const string path_separator = "\\"; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/KeyBindings.vala:76.1-76.35: warning: the modifier `static' is not applicable to constants >public static const uint NONE = 0; >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/KeyBindings.vala:77.1-77.40: warning: the modifier `static' is not applicable to constants >public static const uint CTRL = 1 << 0; >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/KeyBindings.vala:78.1-78.40: warning: the modifier `static' is not applicable to constants >public static const uint ALT = 1 << 1; >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/KeyBindings.vala:79.1-79.40: warning: the modifier `static' is not applicable to constants >public static const uint SHIFT = 1 << 2; >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/KeyBindings.vala:80.1-80.40: warning: the modifier `static' is not applicable to constants >public static const uint LOGO = 1 << 3; >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/LicenseDialog.vala:27.2-27.36: warning: the modifier `static' is not applicable to constants > static const double font_size = 20; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/LicenseDialog.vala:28.2-28.33: warning: the modifier `static' is not applicable to constants > static const double margin = 20; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/Line.vala:21.2-21.42: warning: the modifier `static' is not applicable to constants > public static const bool VERTICAL = true; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/Line.vala:22.2-22.45: warning: the modifier `static' is not applicable to constants > public static const bool HORIZONTAL = false; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/NativeWindow.vala:19.2-19.36: warning: the modifier `static' is not applicable to constants > public static const int HIDDEN = 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/NativeWindow.vala:20.2-20.37: warning: the modifier `static' is not applicable to constants > public static const int VISIBLE = 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OtfFeatureTable.vala:23.2-23.27: warning: the modifier `static' is not applicable to constants > static const int NONE = 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OtfFeatureTable.vala:24.2-24.34: warning: the modifier `static' is not applicable to constants > static const int OTF_FEATURE = 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OtfFeatureTable.vala:25.2-25.35: warning: the modifier `static' is not applicable to constants > static const int SOURCE_GLYPH = 2; // the glyph to replace > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OtfFeatureTable.vala:26.2-26.40: warning: the modifier `static' is not applicable to constants > static const int REPLACEMENT_GLYPH = 3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OtfFeatureTable.vala:27.2-27.38: warning: the modifier `static' is not applicable to constants > static const int ALTERNATE_ENTRY = 4; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OverwriteDialog.vala:31.2-31.45: warning: the modifier `static' is not applicable to constants > static const double question_font_size = 23; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/QuestionDialog.vala:23.2-23.36: warning: the modifier `static' is not applicable to constants > static const double font_size = 20; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/QuestionDialog.vala:24.2-24.33: warning: the modifier `static' is not applicable to constants > static const double margin = 20; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/QuestionDialog.vala:25.2-25.38: warning: the modifier `static' is not applicable to constants > static const double margin_small = 5; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/Row.vala:28.2-28.41: warning: the modifier `static' is not applicable to constants > public static const int MAX_COLUMNS = 5; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/SaveDialog.vala:31.2-31.45: warning: the modifier `static' is not applicable to constants > static const double question_font_size = 23; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/TabBar.vala:26.2-26.30: warning: the modifier `static' is not applicable to constants > static const int NO_TAB = -1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/TabBar.vala:27.2-27.32: warning: the modifier `static' is not applicable to constants > static const int NEXT_TAB = -2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/TabBar.vala:28.2-28.36: warning: the modifier `static' is not applicable to constants > static const int PREVIOUS_TAB = -3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/TabBar.vala:29.2-29.38: warning: the modifier `static' is not applicable to constants > static const int PROGRESS_WHEEL = -3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/TabBar.vala:30.2-30.33: warning: the modifier `static' is not applicable to constants > static const int SHOW_MENU = -4; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/TabBar.vala:31.2-31.35: warning: the modifier `static' is not applicable to constants > static const int STOP_BUTTON = -5; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/TabContent.vala:29.2-29.41: warning: the modifier `static' is not applicable to constants > static const int TEXT_INPUT_HEIGHT = 51; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:20.2-20.30: warning: the modifier `static' is not applicable to constants > static const uint8 HSTEM = 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:21.2-21.30: warning: the modifier `static' is not applicable to constants > static const uint8 VSTEM = 3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:22.2-22.32: warning: the modifier `static' is not applicable to constants > static const uint8 VMOVETO = 4; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:23.2-23.32: warning: the modifier `static' is not applicable to constants > static const uint8 HLINETO = 6; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:24.2-24.32: warning: the modifier `static' is not applicable to constants > static const uint8 VLINETO = 7; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:25.2-25.33: warning: the modifier `static' is not applicable to constants > static const uint8 ENDCHAR = 14; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:26.2-26.33: warning: the modifier `static' is not applicable to constants > static const uint8 HMOVETO = 22; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:27.2-27.33: warning: the modifier `static' is not applicable to constants > static const uint8 RMOVETO = 21; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:29.2-29.33: warning: the modifier `static' is not applicable to constants > static const uint8 CHARSET = 15; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:30.2-30.34: warning: the modifier `static' is not applicable to constants > static const uint8 ENCODING = 16; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/CffTable.vala:32.2-32.32: warning: the modifier `static' is not applicable to constants > static const uint8 VERSION = 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:22.2-22.46: warning: the modifier `static' is not applicable to constants > public static const uint8 NONE = 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:23.2-23.51: warning: the modifier `static' is not applicable to constants > public static const uint8 ON_PATH = 1 << 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:24.2-24.51: warning: the modifier `static' is not applicable to constants > public static const uint8 X_SHORT_VECTOR = 1 << 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:25.2-25.51: warning: the modifier `static' is not applicable to constants > public static const uint8 Y_SHORT_VECTOR = 1 << 2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:26.2-26.51: warning: the modifier `static' is not applicable to constants > public static const uint8 REPEAT = 1 << 3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:29.2-29.60: warning: the modifier `static' is not applicable to constants > public static const uint8 X_IS_SAME = 1 << 4; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:30.2-30.60: warning: the modifier `static' is not applicable to constants > public static const uint8 Y_IS_SAME = 1 << 5; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:31.2-31.60: warning: the modifier `static' is not applicable to constants > public static const uint8 X_SHORT_VECTOR_POSITIVE = 1 << 4; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:32.2-32.60: warning: the modifier `static' is not applicable to constants > public static const uint8 Y_SHORT_VECTOR_POSITIVE = 1 << 5; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfTable.vala:19.2-19.45: warning: the modifier `static' is not applicable to constants > static const uint16 BOTH_ARE_WORDS = 1 << 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfTable.vala:20.2-20.49: warning: the modifier `static' is not applicable to constants > static const uint16 BOTH_ARE_XY_VALUES = 1 << 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfTable.vala:21.2-21.44: warning: the modifier `static' is not applicable to constants > static const uint16 ROUND_TO_GRID = 1 << 2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfTable.vala:22.2-22.36: warning: the modifier `static' is not applicable to constants > static const uint16 SCALE = 1 << 3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfTable.vala:23.2-23.39: warning: the modifier `static' is not applicable to constants > static const uint16 RESERVED = 1 << 4; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfTable.vala:24.2-24.46: warning: the modifier `static' is not applicable to constants > static const uint16 MORE_COMPONENTS = 1 << 5; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfTable.vala:25.2-25.40: warning: the modifier `static' is not applicable to constants > static const uint16 SCALE_X_Y = 1 << 6; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfTable.vala:26.2-26.51: warning: the modifier `static' is not applicable to constants > static const uint16 SCALE_WITH_ROTATTION = 1 << 7; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfTable.vala:27.2-27.43: warning: the modifier `static' is not applicable to constants > static const uint16 INSTRUCTIONS = 1 << 8; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/KernTable.vala:19.2-19.43: warning: the modifier `static' is not applicable to constants > public static const uint16 HORIZONTAL = 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/KernTable.vala:20.2-20.45: warning: the modifier `static' is not applicable to constants > public static const uint16 MINIMUM = 1 << 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/KernTable.vala:21.2-21.50: warning: the modifier `static' is not applicable to constants > public static const uint16 CROSS_STREAM = 1 << 2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/KernTable.vala:22.2-22.46: warning: the modifier `static' is not applicable to constants > public static const uint16 OVERRIDE = 1 << 3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/KernTable.vala:23.2-23.44: warning: the modifier `static' is not applicable to constants > public static const uint16 FORMAT = 1 << 8; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:19.2-19.49: warning: the modifier `static' is not applicable to constants > public static const uint16 COPYRIGHT_NOTICE = 0; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:20.2-20.42: warning: the modifier `static' is not applicable to constants > public static const uint16 FONT_NAME = 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:21.2-21.47: warning: the modifier `static' is not applicable to constants > public static const uint16 SUBFAMILY_NAME = 2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:22.2-22.50: warning: the modifier `static' is not applicable to constants > public static const uint16 UNIQUE_IDENTIFIER = 3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:23.2-23.47: warning: the modifier `static' is not applicable to constants > public static const uint16 FULL_FONT_NAME = 4; // name + subfamily > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:24.2-24.40: warning: the modifier `static' is not applicable to constants > public static const uint16 VERSION = 5; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:25.2-25.48: warning: the modifier `static' is not applicable to constants > public static const uint16 POSTSCRIPT_NAME = 6; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:26.2-26.43: warning: the modifier `static' is not applicable to constants > public static const uint16 TRADE_MARK = 7; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:27.2-27.45: warning: the modifier `static' is not applicable to constants > public static const uint16 MANUFACTURER = 8; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:28.2-28.41: warning: the modifier `static' is not applicable to constants > public static const uint16 DESIGNER = 9; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:29.2-29.45: warning: the modifier `static' is not applicable to constants > public static const uint16 DESCRIPTION = 10; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:30.2-30.44: warning: the modifier `static' is not applicable to constants > public static const uint16 VENDOR_URL = 11; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:31.2-31.46: warning: the modifier `static' is not applicable to constants > public static const uint16 DESIGNER_URL = 12; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:32.2-32.41: warning: the modifier `static' is not applicable to constants > public static const uint16 LICENSE = 13; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:33.2-33.45: warning: the modifier `static' is not applicable to constants > public static const uint16 LICENSE_URL = 14; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:34.2-34.49: warning: the modifier `static' is not applicable to constants > public static const uint16 PREFERED_FAMILY = 16; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/NameTable.vala:35.2-35.53: warning: the modifier `static' is not applicable to constants > public static const uint16 PREFERED_SUB_FAMILY = 17; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:21.2-21.39: warning: the modifier `static' is not applicable to constants > public static const uint16 ITALIC = 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:22.2-22.48: warning: the modifier `static' is not applicable to constants > public static const uint16 UNDERSCORE = 1 << 1; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:23.2-23.47: warning: the modifier `static' is not applicable to constants > public static const uint16 NEGATIVE = 1 << 2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:24.2-24.47: warning: the modifier `static' is not applicable to constants > public static const uint16 OUTLINED = 1 << 3; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:25.2-25.48: warning: the modifier `static' is not applicable to constants > public static const uint16 STRIKEOUT = 1 << 4; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:26.2-26.43: warning: the modifier `static' is not applicable to constants > public static const uint16 BOLD = 1 << 5; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:27.2-27.46: warning: the modifier `static' is not applicable to constants > public static const uint16 REGULAR = 1 << 6; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:28.2-28.51: warning: the modifier `static' is not applicable to constants > public static const uint16 TYPO_METRICS = 1 << 7; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:29.2-29.42: warning: the modifier `static' is not applicable to constants > public static const uint16 WWS = 1 << 8; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/Os2Table.vala:30.2-30.45: warning: the modifier `static' is not applicable to constants > public static const uint16 OBLIQUE = 1 << 9; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/Renderer/TextArea.vala:55.2-55.36: warning: the modifier `static' is not applicable to constants > private static const int DONE = -2; > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/KerningTools.vala:133.4-133.18: warning: Access to static member `BirdFont.KerningDisplay.right_to_left' with an instance reference > d.right_to_left = !d.right_to_left; > ^^^^^^^^^^^^^^^ >libbirdfont/KerningTools.vala:133.23-133.37: warning: Access to static member `BirdFont.KerningDisplay.right_to_left' with an instance reference > d.right_to_left = !d.right_to_left; > ^^^^^^^^^^^^^^^ >libbirdfont/KerningTools.vala:134.32-134.46: warning: Access to static member `BirdFont.KerningDisplay.right_to_left' with an instance reference > right_to_left.set_selected (d.right_to_left); > ^^^^^^^^^^^^^^^ >libbirdfont/GlyphRange.vala:482.9-482.10: warning: local variable `ti' declared but never used > int64 ti; > ^^ >libbirdfont/OverView.vala:96.11-96.45: warning: local variable `g' declared but never used > Glyph g = glyph_collection.get_current (); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OverView.vala:1438.21-1438.46: warning: local variable `gc2' declared but never used > GlyphCollection? gc2 = selected_item.glyphs; > ^^^^^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/OverViewItem.vala:102.8-102.11: warning: local variable `font' declared but never used > Font font; > ^^^^ >libbirdfont/OverViewItem.vala:153.9-153.9: warning: local variable `g' declared but never used > Glyph g; > ^ >libbirdfont/OverViewItem.vala:154.8-154.11: warning: local variable `font' declared but never used > Font font; > ^^^^ >libbirdfont/OverViewItem.vala:155.10-155.11: warning: local variable `gx' declared but never used > double gx, gy; > ^^ >libbirdfont/OverViewItem.vala:155.14-155.15: warning: local variable `gy' declared but never used > double gx, gy; > ^^ >libbirdfont/OverViewItem.vala:156.10-156.11: warning: local variable `x1' declared but never used > double x1, x2, y1, y2; > ^^ >libbirdfont/OverViewItem.vala:156.14-156.15: warning: local variable `x2' declared but never used > double x1, x2, y1, y2; > ^^ >libbirdfont/OverViewItem.vala:156.18-156.19: warning: local variable `y1' declared but never used > double x1, x2, y1, y2; > ^^ >libbirdfont/OverViewItem.vala:156.22-156.23: warning: local variable `y2' declared but never used > double x1, x2, y1, y2; > ^^ >libbirdfont/OverViewItem.vala:159.10-159.20: warning: local variable `glyph_width' declared but never used > double glyph_width, glyph_height; > ^^^^^^^^^^^ >libbirdfont/OverViewItem.vala:159.23-159.34: warning: local variable `glyph_height' declared but never used > double glyph_width, glyph_height; > ^^^^^^^^^^^^ >libbirdfont/OverViewItem.vala:162.9-162.30: warning: local variable `color' declared but never used > Color color = Color.black (); > ^^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/TrackTool.vala:112.11-112.31: warning: local variable `path' declared but never used > Path path = end_point.path; > ^^^^^^^^^^^^^^^^^^^^^ >libbirdfont/TrackTool.vala:533.13-533.14: warning: local variable `ep' declared but never used > EditPoint ep, last_point; > ^^ >libbirdfont/TrackTool.vala:533.17-533.26: warning: local variable `last_point' declared but never used > EditPoint ep, last_point; > ^^^^^^^^^^ >libbirdfont/TrackTool.vala:534.24-534.25: warning: local variable `nx' declared but never used > double sum_x, sum_y, nx, ny; > ^^ >libbirdfont/TrackTool.vala:534.28-534.29: warning: local variable `ny' declared but never used > double sum_x, sum_y, nx, ny; > ^^ >libbirdfont/TrackTool.vala:535.7-535.8: warning: local variable `px' declared but never used > int px, py; > ^^ >libbirdfont/TrackTool.vala:535.11-535.12: warning: local variable `py' declared but never used > int px, py; > ^^ >libbirdfont/TrackTool.vala:536.13-536.19: warning: local variable `average' declared but never used > EditPoint average, previous; > ^^^^^^^ >libbirdfont/TrackTool.vala:536.22-536.29: warning: local variable `previous' declared but never used > EditPoint average, previous; > ^^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:60.8-60.14: warning: local variable `process' declared but never used > bool process; > ^^^^^^^ >libbirdfont/OpenFontFormat/GlyfData.vala:152.7-152.21: warning: local variable `path_number' declared but never used > int path_number = 0; > ^^^^^^^^^^^^^^^ >libbirdfont/OpenFontFormat/HheaTable.vala:114.7-114.9: warning: local variable `upm' declared but never used > int upm, total_height; > ^^^ >libbirdfont/OpenFontFormat/HheaTable.vala:114.12-114.23: warning: local variable `total_height' declared but never used > int upm, total_height; > ^^^^^^^^^^^^ >libbirdfont/Renderer/Text.vala:171.11-171.18: warning: local variable `none' declared but never used > double none = 0; > ^^^^^^^^ >libbirdfont/Renderer/Text.vala:362.10-362.10: warning: local variable `x' declared but never used > double x, y; > ^ >libbirdfont/Renderer/Text.vala:362.13-362.13: warning: local variable `y' declared but never used > double x, y; > ^ >libbirdfont/Renderer/Text.vala:363.10-363.14: warning: local variable `ratio' declared but never used > double ratio; > ^^^^^ >libbirdfont/Renderer/Text.vala:364.10-364.13: warning: local variable `cc_y' declared but never used > double cc_y; > ^^^^ >libbirdfont/Renderer/Text.vala:397.10-397.18: warning: local variable `py' declared but never used > double py = cc_y; > ^^^^^^^^^ >. compile build/libbirdfont/KerningPair.c >. compile build/libbirdfont/GlyphTable.c >build/libbirdfont/GlyphTable.c: In function âbird_font_glyph_table_for_eachâ: >build/libbirdfont/GlyphTable.c:177:12: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > _tmp12_ = _tmp11_; > ^ >. compile build/libbirdfont/GlyphRange.c >. compile build/libbirdfont/GlyphSequence.c >. compile build/libbirdfont/OpenFontFormatWriter.c >. compile build/libbirdfont/FontName.c >. compile build/libbirdfont/CmapSubtableFormat4.c >. compile build/libbirdfont/Toolbox.c >. compile build/libbirdfont/MaxpTable.c >. compile build/libbirdfont/Path.c >. compile build/libbirdfont/FileTools.c >. compile build/libbirdfont/MainWindow.c >. compile build/libbirdfont/LayerLabel.c >. compile build/libbirdfont/PostTable.c >. compile build/libbirdfont/Intersection.c >. compile build/libbirdfont/TextArea.c >build/libbirdfont/TextArea.c: In function âbird_font_text_area_generate_paragraphsâ: >build/libbirdfont/TextArea.c:939:25: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > if (bird_font_is_null (_tmp0_)) { > ^~~~~~ >build/libbirdfont/TextArea.c:486:35: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > gboolean bird_font_is_null (void* n); > ~~~~~~^ >build/libbirdfont/TextArea.c: In function âg_unichar_to_stringâ: >build/libbirdfont/TextArea.c:1332:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/TextArea.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/CircleTool.c >. compile build/libbirdfont/NativeWindow.c >. compile build/libbirdfont/ScaledImage.c >. compile build/libbirdfont/LoadCallback.c >. compile build/libbirdfont/OtfInputStream.c >. compile build/libbirdfont/Argument.c >. compile build/libbirdfont/LabelTool.c >. compile build/libbirdfont/MoveTool.c >. compile build/libbirdfont/OffsetTable.c >. compile build/libbirdfont/GlyphMaster.c >. compile build/libbirdfont/PointTool.c >. compile build/libbirdfont/SearchPaths.c >build/libbirdfont/SearchPaths.c: In function âbird_font_search_paths_search_fileâ: >build/libbirdfont/SearchPaths.c:296:25: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > if (bird_font_is_null (_tmp7_)) { > ^~~~~~ >build/libbirdfont/SearchPaths.c:81:35: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > gboolean bird_font_is_null (void* n); > ~~~~~~^ >build/libbirdfont/SearchPaths.c: In function âbird_font_search_paths_get_locale_directoryâ: >build/libbirdfont/SearchPaths.c:695:25: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > if (bird_font_is_null (_tmp6_)) { > ^~~~~~ >build/libbirdfont/SearchPaths.c:81:35: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > gboolean bird_font_is_null (void* n); > ~~~~~~^ >build/libbirdfont/SearchPaths.c:722:26: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > if (!bird_font_is_null (_tmp14_)) { > ^~~~~~~ >build/libbirdfont/SearchPaths.c:81:35: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > gboolean bird_font_is_null (void* n); > ~~~~~~^ >. compile build/libbirdfont/CmapSubtableFormat0.c >. compile build/libbirdfont/RectangleTool.c >. compile build/libbirdfont/OverViewItem.c >build/libbirdfont/OverViewItem.c: In function âg_unichar_to_stringâ: >build/libbirdfont/OverViewItem.c:783:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/OverViewItem.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/CffTable.c >. compile build/libbirdfont/EotWriter.c >. compile build/libbirdfont/HmtxTable.c >. compile build/libbirdfont/GlyphCanvas.c >. compile build/libbirdfont/Ligatures.c >. compile build/libbirdfont/ScaledBackgroundPart.c >. compile build/libbirdfont/GridTool.c >. compile build/libbirdfont/FileChooser.c >. compile build/libbirdfont/Lookups.c >. compile build/libbirdfont/Expander.c >. compile build/libbirdfont/HeadTable.c >. compile build/libbirdfont/SubMenu.c >. compile build/libbirdfont/FontDisplay.c >. compile build/libbirdfont/LocaTable.c >. compile build/libbirdfont/AlternateFeature.c >. compile build/libbirdfont/OverwriteBfFile.c >. compile build/libbirdfont/Stop.c >. compile build/libbirdfont/CachedFont.c >. compile build/libbirdfont/MergeTask.c >. compile build/libbirdfont/OtfFeatureTable.c >. compile build/libbirdfont/Line.c >build/libbirdfont/Line.c: In function âg_unichar_to_stringâ: >build/libbirdfont/Line.c:628:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/Line.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/PointSelection.c >. compile build/libbirdfont/Preferences.c >. compile build/libbirdfont/CheckBox.c >. compile build/libbirdfont/Preview.c >. compile build/libbirdfont/BackgroundTab.c >. compile build/libbirdfont/Row.c >. compile build/libbirdfont/ToolCollection.c >. compile build/libbirdfont/ImportUtils.c >. compile build/libbirdfont/ExportTool.c >. compile build/libbirdfont/CharDatabase.c >. compile build/libbirdfont/PairFormat1.c >. compile build/libbirdfont/LicenseDialog.c >. compile build/libbirdfont/GuideTab.c >. compile build/libbirdfont/CodePageBits.c >. compile build/libbirdfont/SpacingData.c >. compile build/libbirdfont/LigatureCollection.c >In file included from /usr/include/glib-2.0/glib.h:82, > from build/libbirdfont/LigatureCollection.c:19: >build/libbirdfont/LigatureCollection.c: In function âstring_stripâ: >build/libbirdfont/LigatureCollection.c:424:14: warning: passing argument 1 of âg_strchugâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_strstrip (_tmp1_); > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:181:53: note: in definition of macro âg_strstripâ > #define g_strstrip( string ) g_strchomp (g_strchug (string)) > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:176:23: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar* g_strchug (gchar *string); > ^~~~~~~~~ >build/libbirdfont/LigatureCollection.c: In function âg_unichar_to_stringâ: >build/libbirdfont/LigatureCollection.c:488:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/LigatureCollection.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/OpenFontFormatReader.c >. compile build/libbirdfont/Feature.c >. compile build/libbirdfont/BackgroundImage.c >build/libbirdfont/BackgroundImage.c: In function âbird_font_background_image_create_pngâ: >build/libbirdfont/BackgroundImage.c:2064:25: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > if (bird_font_is_null (_tmp20_)) { > ^~~~~~~ >build/libbirdfont/BackgroundImage.c:744:35: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > gboolean bird_font_is_null (void* n); > ~~~~~~^ >. compile build/libbirdfont/SvgParser.c >In file included from /usr/include/glib-2.0/glib.h:82, > from build/libbirdfont/SvgParser.c:19: >build/libbirdfont/SvgParser.c: In function âstring_stripâ: >build/libbirdfont/SvgParser.c:2987:14: warning: passing argument 1 of âg_strchugâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_strstrip (_tmp1_); > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:181:53: note: in definition of macro âg_strstripâ > #define g_strstrip( string ) g_strchomp (g_strchug (string)) > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:176:23: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar* g_strchug (gchar *string); > ^~~~~~~~~ >In file included from /usr/include/glib-2.0/glib.h:62, > from build/libbirdfont/SvgParser.c:19: >build/libbirdfont/SvgParser.c: In function âbird_font_svg_parser_get_transform_parametersâ: >/usr/include/glib-2.0/glib/gmessages.h:599:10: warning: return discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > return (val); \ > ^ >build/libbirdfont/SvgParser.c:3022:2: note: in expansion of macro âg_return_val_if_failâ > g_return_val_if_fail (_tmp1_ != -1, _tmp2_); > ^~~~~~~~~~~~~~~~~~~~ >build/libbirdfont/SvgParser.c: In function âg_unichar_to_stringâ: >build/libbirdfont/SvgParser.c:10677:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/SvgParser.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >build/libbirdfont/SvgParser.c: In function âbird_font_svg_parser_parse_intâ: >build/libbirdfont/SvgParser.c:11549:25: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > if (bird_font_is_null (s)) { > ^ >build/libbirdfont/SvgParser.c:835:35: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > gboolean bird_font_is_null (void* n); > ~~~~~~^ >build/libbirdfont/SvgParser.c: In function âbird_font_svg_parser_parse_doubleâ: >build/libbirdfont/SvgParser.c:11590:25: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > if (bird_font_is_null (s)) { > ^ >build/libbirdfont/SvgParser.c:835:35: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > gboolean bird_font_is_null (void* n); > ~~~~~~^ >. compile build/libbirdfont/LanguageSelectionTab.c >. compile build/libbirdfont/KerningStrings.c >. compile build/libbirdfont/ExportUtils.c >. compile build/libbirdfont/Text.c >build/libbirdfont/Text.c: In function âg_unichar_to_stringâ: >build/libbirdfont/Text.c:969:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/Text.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/DescriptionDisplay.c >. compile build/libbirdfont/ClipTool.c >build/libbirdfont/ClipTool.c: In function âg_unichar_to_stringâ: >build/libbirdfont/ClipTool.c:2436:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/ClipTool.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/TabBar.c >. compile build/libbirdfont/BackgroundTools.c >. compile build/libbirdfont/CharacterInfo.c >. compile build/libbirdfont/EmptyTab.c >. compile build/libbirdfont/TestBirdFont.c >. compile build/libbirdfont/AlternateSets.c >. compile build/libbirdfont/OrientationTool.c >. compile build/libbirdfont/OverwriteDialog.c >. compile build/libbirdfont/FontCache.c >. compile build/libbirdfont/LigatureSet.c >In file included from /usr/include/glib-2.0/glib.h:82, > from build/libbirdfont/LigatureSet.c:19: >build/libbirdfont/LigatureSet.c: In function âstring_stripâ: >build/libbirdfont/LigatureSet.c:408:14: warning: passing argument 1 of âg_strchugâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_strstrip (_tmp1_); > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:181:53: note: in definition of macro âg_strstripâ > #define g_strstrip( string ) g_strchomp (g_strchug (string)) > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:176:23: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar* g_strchug (gchar *string); > ^~~~~~~~~ >build/libbirdfont/LigatureSet.c: In function âg_unichar_to_stringâ: >build/libbirdfont/LigatureSet.c:424:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/LigatureSet.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/EditPointHandle.c >. compile build/libbirdfont/QuestionDialog.c >. compile build/libbirdfont/KeyBindings.c >. compile build/libbirdfont/Svg.c >. compile build/libbirdfont/Test.c >. compile build/libbirdfont/ExportSettings.c >. compile build/libbirdfont/BirdFont.c >build/libbirdfont/BirdFont.c: In function âbird_font_bird_font_set_defaul_drawing_callbacksâ: >build/libbirdfont/BirdFont.c:79:72: warning: implicit declaration of function âbird_font_drawing_unrefâ; did you mean â_bird_font_drawing_unref0â? [-Wimplicit-function-declaration] > #define _bird_font_drawing_unref0(var) ((var == NULL) ? NULL : (var = (bird_font_drawing_unref (var), NULL))) > ^~~~~~~~~~~~~~~~~~~~~~~ >build/libbirdfont/BirdFont.c:920:3: note: in expansion of macro â_bird_font_drawing_unref0â > _bird_font_drawing_unref0 (bird_font_bird_font_drawing); > ^~~~~~~~~~~~~~~~~~~~~~~~~ >build/libbirdfont/BirdFont.c: In function âbird_font_bird_font_get_settings_directoryâ: >build/libbirdfont/BirdFont.c:1593:26: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > if (bird_font_is_null (_tmp8_)) { > ^~~~~~ >build/libbirdfont/BirdFont.c:876:26: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > bird_font_is_null (void* n) > ~~~~~~^ >build/libbirdfont/BirdFont.c: In function â_bird_font_drawing_ref0â: >build/libbirdfont/BirdFont.c:2339:16: warning: implicit declaration of function âbird_font_drawing_refâ; did you mean â_bird_font_drawing_ref0â? [-Wimplicit-function-declaration] > return self ? bird_font_drawing_ref (self) : NULL; > ^~~~~~~~~~~~~~~~~~~~~ > _bird_font_drawing_ref0 >build/libbirdfont/BirdFont.c:2339:45: warning: pointer/integer type mismatch in conditional expression > return self ? bird_font_drawing_ref (self) : NULL; > ^ >. compile build/libbirdfont/MessageDialog.c >. compile build/libbirdfont/ColorTool.c >. compile build/libbirdfont/GlyfData.c >. compile build/libbirdfont/SpacingClassTools.c >. compile build/libbirdfont/OtfLabel.c >. compile build/libbirdfont/BirdFontPart.c >build/libbirdfont/BirdFontPart.c: In function âbird_font_bird_font_part_saveâ: >build/libbirdfont/BirdFontPart.c:1807:45: warning: passing argument 2 of âbird_font_glyph_table_for_eachâ from incompatible pointer type [-Wincompatible-pointer-types] > bird_font_glyph_table_for_each (_tmp107_, ____lambda335__gfunc, _data9_); > ^~~~~~~~~~~~~~~~~~~~ >build/libbirdfont/BirdFontPart.c:494:44: note: expected âGFuncâ {aka âvoid (*)(void *, void *)â} but argument is of type âvoid (*)(const void *, void *)â > GFunc func, > ~~~~~~^~~~ >build/libbirdfont/BirdFontPart.c: In function âg_unichar_to_stringâ: >build/libbirdfont/BirdFontPart.c:2453:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/BirdFontPart.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/Task.c >. compile build/libbirdfont/StrokeTool.c >. compile build/libbirdfont/OverView.c >build/libbirdfont/OverView.c: In function âg_unichar_to_stringâ: >build/libbirdfont/OverView.c:2654:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/OverView.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/PathList.c >. compile build/libbirdfont/BackgroundSelection.c >. compile build/libbirdfont/BackgroundSelectionTool.c >. compile build/libbirdfont/MenuItem.c >build/libbirdfont/MenuItem.c: In function âg_unichar_to_stringâ: >build/libbirdfont/MenuItem.c:286:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/MenuItem.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/FeatureList.c >. compile build/libbirdfont/ScaledBackgrounds.c >. compile build/libbirdfont/FontSettings.c >. compile build/libbirdfont/StrokeTask.c >. compile build/libbirdfont/String.c >. compile build/libbirdfont/SettingsTab.c >. compile build/libbirdfont/TestCases.c >build/libbirdfont/TestCases.c: In function âg_unichar_to_stringâ: >build/libbirdfont/TestCases.c:4246:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/TestCases.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/SpacingTools.c >. compile build/libbirdfont/TextListener.c >. compile build/libbirdfont/ThemeTools.c >. compile build/libbirdfont/Table.c >. compile build/libbirdfont/ContextualLigature.c >. compile build/libbirdfont/ContextualLigatureCollection.c >. compile build/libbirdfont/CmapSubtableFormat12.c >. compile build/libbirdfont/Font.c >build/libbirdfont/Font.c: In function âbird_font_font_print_allâ: >build/libbirdfont/Font.c:1891:42: warning: passing argument 2 of âbird_font_glyph_table_for_eachâ from incompatible pointer type [-Wincompatible-pointer-types] > bird_font_glyph_table_for_each (_tmp1_, ___lambda581__gfunc, self); > ^~~~~~~~~~~~~~~~~~~ >build/libbirdfont/Font.c:487:44: note: expected âGFuncâ {aka âvoid (*)(void *, void *)â} but argument is of type âvoid (*)(const void *, void *)â > GFunc func, > ~~~~~~^~~~ >build/libbirdfont/Font.c:1895:42: warning: passing argument 2 of âbird_font_glyph_table_for_eachâ from incompatible pointer type [-Wincompatible-pointer-types] > bird_font_glyph_table_for_each (_tmp3_, ___lambda582__gfunc, self); > ^~~~~~~~~~~~~~~~~~~ >build/libbirdfont/Font.c:487:44: note: expected âGFuncâ {aka âvoid (*)(void *, void *)â} but argument is of type âvoid (*)(const void *, void *)â > GFunc func, > ~~~~~~^~~~ >In file included from /usr/include/glib-2.0/glib.h:82, > from build/libbirdfont/Font.c:19: >build/libbirdfont/Font.c: In function âstring_stripâ: >build/libbirdfont/Font.c:3711:14: warning: passing argument 1 of âg_strchugâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_strstrip (_tmp1_); > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:181:53: note: in definition of macro âg_strstripâ > #define g_strstrip( string ) g_strchomp (g_strchug (string)) > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:176:23: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar* g_strchug (gchar *string); > ^~~~~~~~~ >build/libbirdfont/Font.c: In function âg_unichar_to_stringâ: >build/libbirdfont/Font.c:3727:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/Font.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/AbstractMenu.c >build/libbirdfont/AbstractMenu.c: In function âg_unichar_to_stringâ: >build/libbirdfont/AbstractMenu.c:1901:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/AbstractMenu.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/CvtTable.c >. compile build/libbirdfont/LineTextArea.c >. compile build/libbirdfont/OverviewTools.c >. compile build/libbirdfont/ZoomView.c >. compile build/libbirdfont/CligFeature.c >. compile build/libbirdfont/Icons.c >. compile build/libbirdfont/GdefTable.c >. compile build/libbirdfont/MenuTab.c >. compile build/libbirdfont/Alternate.c >. compile build/libbirdfont/BezierPoints.c >build/libbirdfont/BezierPoints.c: In function âg_unichar_to_stringâ: >build/libbirdfont/BezierPoints.c:96:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/BezierPoints.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/Headline.c >. compile build/libbirdfont/ResizeTool.c >. compile build/libbirdfont/GlyphSelection.c >. compile build/libbirdfont/ToolItem.c >. compile build/libbirdfont/DrawingTools.c >. compile build/libbirdfont/ExportCallback.c >. compile build/libbirdfont/Os2Table.c >. compile build/libbirdfont/SvgFontFormatWriter.c >. compile build/libbirdfont/TableLayout.c >. compile build/libbirdfont/KerningList.c >. compile build/libbirdfont/GposTable.c >. compile build/libbirdfont/Scrollbar.c >. compile build/libbirdfont/Button.c >. compile build/libbirdfont/HiddenTools.c >. compile build/libbirdfont/KernList.c >. compile build/libbirdfont/BezierTool.c >. compile build/libbirdfont/Drawing.c >. compile build/libbirdfont/Tool.c >. compile build/libbirdfont/CharDatabaseParser.c >. compile build/libbirdfont/Theme.c >In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, > from /usr/include/glib-2.0/glib/gtypes.h:32, > from /usr/include/glib-2.0/glib/galloca.h:32, > from /usr/include/glib-2.0/glib.h:30, > from build/libbirdfont/Theme.c:19: >build/libbirdfont/Theme.c: In function âbird_font_theme_get_icon_fileâ: >build/libbirdfont/Theme.c:2221:44: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_return_val_if_fail (!bird_font_is_null (_tmp0_), _tmp2_); > ^~~~~~ >/usr/include/glib-2.0/glib/gmacros.h:418:8: note: in definition of macro â_G_BOOLEAN_EXPRâ > if (expr) \ > ^~~~ >/usr/include/glib-2.0/glib/gmessages.h:594:9: note: in expansion of macro âG_LIKELYâ > if G_LIKELY(expr) { } else \ > ^~~~~~~~ >build/libbirdfont/Theme.c:2221:2: note: in expansion of macro âg_return_val_if_failâ > g_return_val_if_fail (!bird_font_is_null (_tmp0_), _tmp2_); > ^~~~~~~~~~~~~~~~~~~~ >build/libbirdfont/Theme.c:248:35: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > gboolean bird_font_is_null (void* n); > ~~~~~~^ >. compile build/libbirdfont/FallbackFont.c >build/libbirdfont/FallbackFont.c: In function âg_unichar_to_stringâ: >build/libbirdfont/FallbackFont.c:728:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/FallbackFont.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/Cmap.c >. compile build/libbirdfont/Widget.c >. compile build/libbirdfont/KernTable.c >. compile build/libbirdfont/KerningClasses.c >build/libbirdfont/KerningClasses.c: In function âg_unichar_to_stringâ: >build/libbirdfont/KerningClasses.c:3068:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/KerningClasses.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/TrackTool.c >. compile build/libbirdfont/GlyphTab.c >. compile build/libbirdfont/GsubTable.c >. compile build/libbirdfont/Menu.c >. compile build/libbirdfont/UnicodeRangeBits.c >. compile build/libbirdfont/CmapSubtable.c >. compile build/libbirdfont/BirdFontFile.c >build/libbirdfont/BirdFontFile.c: In function âbird_font_bird_font_file_write_font_fileâ: >build/libbirdfont/BirdFontFile.c:2130:44: warning: passing argument 2 of âbird_font_glyph_table_for_eachâ from incompatible pointer type [-Wincompatible-pointer-types] > bird_font_glyph_table_for_each (_tmp30_, ____lambda484__gfunc, _data6_); > ^~~~~~~~~~~~~~~~~~~~ >build/libbirdfont/BirdFontFile.c:937:44: note: expected âGFuncâ {aka âvoid (*)(void *, void *)â} but argument is of type âvoid (*)(const void *, void *)â > GFunc func, > ~~~~~~^~~~ >build/libbirdfont/BirdFontFile.c:2162:44: warning: passing argument 2 of âbird_font_glyph_table_for_eachâ from incompatible pointer type [-Wincompatible-pointer-types] > bird_font_glyph_table_for_each (_tmp36_, ____lambda485__gfunc, _data6_); > ^~~~~~~~~~~~~~~~~~~~ >build/libbirdfont/BirdFontFile.c:937:44: note: expected âGFuncâ {aka âvoid (*)(void *, void *)â} but argument is of type âvoid (*)(const void *, void *)â > GFunc func, > ~~~~~~^~~~ >build/libbirdfont/BirdFontFile.c: In function âg_unichar_to_stringâ: >build/libbirdfont/BirdFontFile.c:7765:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/BirdFontFile.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/GaspTable.c >. compile build/libbirdfont/VersionList.c >. compile build/libbirdfont/ZoomTool.c >. compile build/libbirdfont/PreviewTools.c >. compile build/libbirdfont/FileDialogTab.c >build/libbirdfont/FileDialogTab.c: In function âbird_font_file_dialog_tab_real_double_clickâ: >build/libbirdfont/FileDialogTab.c:1260:25: warning: passing argument 1 of âbird_font_is_nullâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > if (bird_font_is_null (_tmp0_)) { > ^~~~~~ >build/libbirdfont/FileDialogTab.c:322:35: note: expected âvoid *â but argument is of type âconst gchar *â {aka âconst char *â} > gboolean bird_font_is_null (void* n); > ~~~~~~^ >. compile build/libbirdfont/ThemeTab.c >. compile build/libbirdfont/KernSubtable.c >. compile build/libbirdfont/NameTable.c >In file included from /usr/include/glib-2.0/glib.h:82, > from build/libbirdfont/NameTable.c:19: >build/libbirdfont/NameTable.c: In function âstring_stripâ: >build/libbirdfont/NameTable.c:934:14: warning: passing argument 1 of âg_strchugâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_strstrip (_tmp1_); > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:181:53: note: in definition of macro âg_strstripâ > #define g_strstrip( string ) g_strchomp (g_strchug (string)) > ^~~~~~ >/usr/include/glib-2.0/glib/gstrfuncs.h:176:23: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar* g_strchug (gchar *string); > ^~~~~~~~~ >. compile build/libbirdfont/UniRange.c >. compile build/libbirdfont/CutBackgroundTool.c >. compile build/libbirdfont/ZoomBar.c >. compile build/libbirdfont/PointConverter.c >. compile build/libbirdfont/Tab.c >. compile build/libbirdfont/TabContent.c >. compile build/libbirdfont/SpacingClassTab.c >. compile build/libbirdfont/Glyph.c >build/libbirdfont/Glyph.c: In function âg_unichar_to_stringâ: >build/libbirdfont/Glyph.c:4163:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/Glyph.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/GlyphCollection.c >. compile build/libbirdfont/Ligature.c >build/libbirdfont/Ligature.c: In function âg_unichar_to_stringâ: >build/libbirdfont/Ligature.c:272:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/Ligature.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/FontData.c >. compile build/libbirdfont/Allocation.c >. compile build/libbirdfont/RecentFiles.c >. compile build/libbirdfont/Color.c >. compile build/libbirdfont/Screen.c >. compile build/libbirdfont/SpinButton.c >. compile build/libbirdfont/BackgroundTool.c >. compile build/libbirdfont/SaveDialog.c >. compile build/libbirdfont/ColorPicker.c >. compile build/libbirdfont/Gradient.c >. compile build/libbirdfont/KerningDisplay.c >build/libbirdfont/KerningDisplay.c: In function âg_unichar_to_stringâ: >build/libbirdfont/KerningDisplay.c:3596:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/KerningDisplay.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/Dialog.c >. compile build/libbirdfont/OtfTable.c >. compile build/libbirdfont/SpacingClass.c >build/libbirdfont/SpacingClass.c: In function âg_unichar_to_stringâ: >build/libbirdfont/SpacingClass.c:195:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/SpacingClass.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/PenTool.c >In file included from /usr/include/glib-2.0/glib.h:62, > from build/libbirdfont/PenTool.c:19: >build/libbirdfont/PenTool.c: In function âbird_font_pen_tool_get_next_pointâ: >/usr/include/glib-2.0/glib/gmessages.h:599:10: warning: returning âBirdFontEditPoint *â {aka âstruct _BirdFontEditPoint *â} from a function with incompatible return type âBirdFontPointSelection *â {aka âstruct _BirdFontPointSelection *â} [-Wincompatible-pointer-types] > return (val); \ > ^ >build/libbirdfont/PenTool.c:10076:2: note: in expansion of macro âg_return_val_if_failâ > g_return_val_if_fail (_tmp18_ != NULL, _tmp20_); > ^~~~~~~~~~~~~~~~~~~~ >/usr/include/glib-2.0/glib/gmessages.h:599:10: warning: returning âBirdFontEditPoint *â {aka âstruct _BirdFontEditPoint *â} from a function with incompatible return type âBirdFontPointSelection *â {aka âstruct _BirdFontPointSelection *â} [-Wincompatible-pointer-types] > return (val); \ > ^ >build/libbirdfont/PenTool.c:10083:2: note: in expansion of macro âg_return_val_if_failâ > g_return_val_if_fail (_tmp23_ != NULL, _tmp25_); > ^~~~~~~~~~~~~~~~~~~~ >. compile build/libbirdfont/GlyfTable.c >. compile build/libbirdfont/SaveCallback.c >. compile build/libbirdfont/SettingsDisplay.c >. compile build/libbirdfont/Config.c >. compile build/libbirdfont/SpacingTab.c >build/libbirdfont/SpacingTab.c: In function âg_unichar_to_stringâ: >build/libbirdfont/SpacingTab.c:636:27: warning: passing argument 2 of âg_unichar_to_utf8â discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > g_unichar_to_utf8 (self, _tmp1_); > ^~~~~~ >In file included from /usr/include/glib-2.0/glib/gstring.h:33, > from /usr/include/glib-2.0/glib/giochannel.h:34, > from /usr/include/glib-2.0/glib.h:54, > from build/libbirdfont/SpacingTab.c:19: >/usr/include/glib-2.0/glib/gunicode.h:844:42: note: expected âgchar *â {aka âchar *â} but argument is of type âconst gchar *â {aka âconst char *â} > gchar *outbuf); > ~~~~~~~~~~~~^~~~~~ >. compile build/libbirdfont/OtfTags.c >. compile build/libbirdfont/KerningRange.c >. compile build/libbirdfont/Kern.c >. compile build/libbirdfont/HheaTable.c >. compile build/libbirdfont/SettingsItem.c >. compile build/libbirdfont/Lookup.c >. compile build/libbirdfont/DefaultCharactersSet.c >build/libbirdfont/DefaultCharactersSet.c: In function âbird_font_default_character_set_get_prefered_language_codeâ: >build/libbirdfont/DefaultCharactersSet.c:381:18: warning: assignment to âgchar **â {aka âchar **â} from incompatible pointer type âconst gchar * const*â {aka âconst char * const*â} [-Wincompatible-pointer-types] > _tmp1_ = _tmp0_ = g_get_language_names (); > ^ >. compile build/libbirdfont/Kerning.c >. compile build/libbirdfont/MenuAction.c >. compile build/libbirdfont/SvgStyle.c >. compile build/libbirdfont/SvgArc.c >. compile build/libbirdfont/DirectoryTable.c >. compile build/libbirdfont/KerningTools.c >. compile build/libbirdfont/Layer.c >. compile build/libbirdfont/SaveDialogListener.c >. compile build/libbirdfont/EditPoint.c >. compile build/libbirdfont/OverWriteDialogListener.c >. compile build/libbirdfont/SvgFont.c >. compile build/libbirdfont/LigatureList.c >. libbirdfont >/bin/sh: freetype-config: command not found >. mkdir build/birdfont >. Create link libbirdfont.so.36.0 libbirdfont.so >. valac birdfont >birdfont/GtkWindow.vala:696.17-696.28: warning: Gdk.cairo_create has been deprecated since 3.22 >birdfont/GtkWindow.vala:631.17-631.28: warning: Gdk.cairo_create has been deprecated since 3.22 >birdfont/GtkWindow.vala:567.9-567.20: warning: Gdk.cairo_create has been deprecated since 3.22 >birdfont/GtkWindow.vala:201.30-201.50: error: Argument 1: Cannot convert from `void BirdFont.GtkWindow.dump_clipboard_target (Gtk.Clipboard, Gdk.Atom[])' to `void Gtk.ClipboardTargetsReceivedFunc (Gtk.Clipboard, Gdk.Atom[]?)' > clipboard.request_targets (dump_clipboard_target); > ^^^^^^^^^^^^^^^^^^^^^ >birdfont/GtkWindow.vala:335.80-335.84: warning: Gtk.Stock has been deprecated since 3.10 >birdfont/GtkWindow.vala:335.80-335.91: warning: Gtk.Stock.CANCEL has been deprecated since 3.10 >birdfont/GtkWindow.vala:315.70-315.74: warning: Gtk.Stock has been deprecated since 3.10 >birdfont/GtkWindow.vala:315.70-315.79: warning: Gtk.Stock.OPEN has been deprecated since 3.10 >birdfont/GtkWindow.vala:317.70-317.74: warning: Gtk.Stock has been deprecated since 3.10 >birdfont/GtkWindow.vala:317.70-317.79: warning: Gtk.Stock.SAVE has been deprecated since 3.10 >birdfont/GtkWindow.vala:322.60-322.64: warning: Gtk.Stock has been deprecated since 3.10 >birdfont/GtkWindow.vala:322.60-322.69: warning: Gtk.Stock.OPEN has been deprecated since 3.10 >birdfont/GtkWindow.vala:324.60-324.64: warning: Gtk.Stock has been deprecated since 3.10 >birdfont/GtkWindow.vala:324.60-324.69: warning: Gtk.Stock.SAVE has been deprecated since 3.10 >birdfont/GtkWindow.vala:399.9-399.28: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> () >birdfont/GtkWindow.vala:409.9-409.28: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> () >birdfont/GtkWindow.vala:428.20-428.39: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> () >birdfont/GtkWindow.vala:444.4-444.30: warning: unhandled error `GLib.Error' > export_notification.show (); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ >birdfont/GtkWindow.vala:459.13-459.32: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> () >birdfont/GtkWindow.vala:479.13-479.32: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> () >birdfont/GtkWindow.vala:498.13-498.32: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread<T> () >birdfont/GtkWindow.vala:516.30-516.65: warning: Gdk.Cursor.new has been deprecated since 3.16 >birdfont/GtkWindow.vala:518.30-518.58: warning: Gdk.Cursor.new has been deprecated since 3.16 >birdfont/Main.vala:34.2-34.37: warning: Access to static member `BirdFont.BirdFont.load_font_from_command_line' with an instance reference > birdfont.load_font_from_command_line (); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >######################################## >TaskFailed - taskid:valac birdfont >Command failed: '/usr/bin/valac-0.42 -C --vapidir=./ --basedir build/birdfont/ --enable-experimental birdfont/*.vala --vapidir=./ --pkg gee-0.8 --pkg gio-2.0 --pkg cairo --pkg libsoup-2.4 --pkg gdk-pixbuf-2.0 --pkg webkit2gtk-4.0 --pkg libnotify --pkg xmlbird --pkg libbirdfont > ' returned 1 > > > > * ERROR: media-gfx/birdfont-2.18.3::gentoo failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 124: Called src_compile > * environment, line 3074: Called v 'doit' 'run' '-n' '1' > * environment, line 3792: Called die > * The specific snippet of code: > * "$@" || die > * > * If you need support, post the output of `emerge --info '=media-gfx/birdfont-2.18.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-gfx/birdfont-2.18.3::gentoo'`. > * The complete build log is located at '/var/log/portage/media-gfx:birdfont-2.18.3:20190215-223727.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-gfx/birdfont-2.18.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-gfx/birdfont-2.18.3/temp/environment'. > * Working directory: '/var/tmp/portage/media-gfx/birdfont-2.18.3/work/birdfont-2.18.3' > * S: '/var/tmp/portage/media-gfx/birdfont-2.18.3/work/birdfont-2.18.3'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 678126
:
565512
|
565514
|
565516
|
565518
| 565520 |
565522