Changes between Initial Version and Version 2 of Ticket #66693


Ignore:
Timestamp:
Jan 14, 2023, 5:03:47 AM (16 months ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66693 – Description

    initial v2  
    11The t4k_common port fails to build. The log says this:
     2{{{
    23:info:build linebreak.c:163:19: error: implicit declaration of function 'u8_mbtouc_unsafe' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    34:info:build       int count = u8_mbtouc_unsafe (&uc, s, s_end - s);
     
    56:info:build linebreak.c:508:19: error: implicit declaration of function 'u8_mbtouc_unsafe' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    67:info:build       int count = u8_mbtouc_unsafe (&uc, s, s_end - s);
    7 
     8}}}
    89I'm not familiar with the function but I did find this page that mentions it: http://manual.freeshell.org/libunistring/libunistring_4.html