Opened 4 years ago

Last modified 3 years ago

#61476 closed defect

birdfont @2.29.1_0: build failed — at Version 3

Reported by: Tommaso93 Owned by: johanmattssonm (Johan Mattsson)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: birdfont

Description (last modified by mf2k (Frank Schima))

Hi, sorry to bother again, but also the new version fails to build. Here is the log produced (the entire log file is attached):

:info:build build/libbirdfont/load_font.c:800:25: warning: passing 'FT_Byte *' (aka 'unsigned char *') to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
:info:build                 utf8_str = g_convert (name_table_data->string, name_table_data->string_len, "utf-8", "ucs-2be", &read, &written, &error);
:info:build                                       ^~~~~~~~~~~~~~~~~~~~~~~
:info:build /opt/local/include/glib-2.0/glib/gconvert.h:99:47: note: passing argument to parameter 'str' here
:info:build gchar* g_convert               (const gchar  *str,
:info:build                                               ^
:info:build build/libbirdfont/load_font.c:1092:2: error: implicit declaration of function 'bird_font_open_font_format_reader_append_kerning' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build         bird_font_open_font_format_reader_append_kerning (bf, file);
:info:build         ^

Change History (4)

Changed 4 years ago by Tommaso93

Attachment: main.log added

comment:1 Changed 4 years ago by mf2k (Frank Schima)

Cc: johan.mattsson.m@… removed
Owner: set to johanmattssonm
Status: newassigned

comment:2 Changed 4 years ago by mf2k (Frank Schima)

Please don't paste the entire contents of the main.log into the description. Attaching it is sufficient.

comment:3 Changed 4 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.