Opened 5 years ago
Closed 4 years ago
#61607 closed defect (fixed)
p5-html-strip @2.10: error: implicit declaration of function 'utf8_char_width' is invalid in C99
| Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.6.4 |
| Keywords: | bigsur catalina | Cc: | |
| Port: | p5-html-strip |
Description
https://build.macports.org/builders/ports-11_arm64-builder/builds/937/steps/install-port/logs/stdio
strip_html.c:23:25: error: implicit declaration of function 'utf8_char_width' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
width = is_utf8_p ? utf8_char_width(p_raw) : 1;
^
Change History (1)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
| Owner: | set to ryandesign |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

In 4cb3570d6767cebb647dad90b89e4f55430158ea/macports-ports (master):