Re: Can't comple 10 on FreeBSD 13.3
Mori Hiroki <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
Hi I try on FreeBSD 13.2. I have no problem. Thanks Hiroki Mori > ----- Original Message ----- > > From: "や もり" <[email protected]> > To: "[email protected]" <[email protected]> > Date: 2024/03/31 日 17:15 > Subject: 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 > >