Why Nostr? What is Njump?
2025-05-03 23:44:19

OrzBruford on Nostr: ``` nkf.c:6946:5: error: call to undeclared function 'setlocale'; ISO C99 and later ...

```
nkf.c:6946:5: error: call to undeclared function 'setlocale'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
6946 | setlocale(LC_CTYPE, "");
| ^
nkf.c:6946:15: error: use of undeclared identifier 'LC_CTYPE'
6946 | setlocale(LC_CTYPE, "");
| ^
2 errors generated.
make: *** [Makefile:20: nkf.o] Error 1
```

つまり nkf の開発は Windows でしか行われてないと。nkf.c の #include <locale.h> を ifdef の外に置かないとビルドできんわな。
Author Public Key
npub1czyqt7dafpysfye9w3agpp4rcrsxnt0tr8v0t8kyu66327maxstq5ckh7u