mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
run into the following build failure
```
cc -Isrc/tio.p -Isrc -I../src -I/opt/homebrew/Cellar/glib/2.80.0_2/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.80.0_2/lib/glib-2.0/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/Cellar/pcre2/10.43/include -I/opt/homebrew/Cellar/inih/58/include -I/opt/homebrew/include/lua -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=gnu99 -O3 -Wno-unused-result -DHAVE_IOSSIOSPEED -MD -MQ src/tio.p/misc.c.o -MF src/tio.p/misc.c.o.d -o src/tio.p/misc.c.o -c ../src/misc.c
../src/misc.c:201:38: error: use of undeclared identifier 'FNM_EXTMATCH'
if (fnmatch(pattern, string, FNM_EXTMATCH) == 0)
^
1 error generated.
```
Signed-off-by: Rui Chen <rui@chenrui.dev>
|
||
|---|---|---|
| .. | ||
| bash-completion | ||
| alert.c | ||
| alert.h | ||
| configfile.c | ||
| configfile.h | ||
| error.c | ||
| error.h | ||
| fs.c | ||
| fs.h | ||
| log.c | ||
| log.h | ||
| main.c | ||
| meson.build | ||
| misc.c | ||
| misc.h | ||
| options.c | ||
| options.h | ||
| print.c | ||
| print.h | ||
| rs485.c | ||
| rs485.h | ||
| script.c | ||
| script.h | ||
| setspeed.c | ||
| setspeed.h | ||
| signals.c | ||
| signals.h | ||
| socket.c | ||
| socket.h | ||
| timestamp.c | ||
| timestamp.h | ||
| tty.c | ||
| tty.h | ||
| xymodem.c | ||
| xymodem.h | ||