Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Can't comple 10 on FreeBSD 13.3



Hi

Happy release 10.

I try compile on FreeBSD 13.3.

I have build error on make tools.

--- create.lo ---
/usr/home/hiroki/netbsd-10/tools/mtree/../../usr.sbin/mtree/create.c:130:38: error: incompatible function pointer types passing 'int (const FTSENT *const *, const FTSENT *const *)' (aka 'int (const struct _ftsent *const *, const struct _ftsent *const *)') to parameter of type 'int (*)(const FTSENT **, const FTSENT **)' (aka 'int (*)(const struct _ftsent **, const struct _ftsent **)') [-Wincompatible-function-pointer-types]
  130 |         if ((t = fts_open(argv, ftsoptions, dcmp)) == NULL)
      |                                             ^~~~
/usr/home/hiroki/netbsd-10/tools/compat/../../include/fts.h:145:11: note: passing argument to parameter here
  145 |     int (*)(const FTSENT **, const FTSENT **))  __RENAME(__fts_open60);
      |           ^
1 error generated.

Thanks

Hiroki Mori



Home | Main Index | Thread Index | Old Index