You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cstring.c:21:12: warning: assigning to 'unsigned char *' from 'char *' converts
between pointers to integer types with different sign [-Wpointer-sign]
to = from = str;
^ ~~~
1 warning generated.
CC util.c
util.c:368:21: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
track->brk_start = sbrk(0);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:582:1: note:
'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:187:40: note:
expanded from macro '__deprecated'
#define __deprecated attribute((deprecated))
^
util.c:434:30: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
(unsigned long) (((char *) sbrk(0)) -
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:582:1: note:
'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:187:40: note:
expanded from macro '__deprecated'
#define __deprecated attribute((deprecated))
^
2 warnings generated.
CC logfile.c
logfile.c:240:7: warning: 'daemon' is deprecated: first deprecated in macOS 10.5
- Use posix_spawn APIs instead. [-Wdeprecated-declarations]
if (daemon(0, 0) < 0) {
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/stdlib.h:292:6: note:
'daemon' has been explicitly marked deprecated here
int daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPR...
^
1 warning generated.
CC xattrs.c
xattrs.c:201:31: warning: passing 'int *' to parameter of type 'unsigned int *'
converts between pointers to integer types with different sign
[-Wpointer-sign]
err = ext2fs_xattrs_flags(h, &handle_flags, NULL);
^~~~~~~~~~~~~
../lib/ext2fs/ext2fs.h:1223:24: note: passing argument to parameter 'new_flags'
here
unsigned int *new_flags, unsigned int *old_flags);
^
xattrs.c:291:31: warning: passing 'int *' to parameter of type 'unsigned int *'
converts between pointers to integer types with different sign
[-Wpointer-sign]
err = ext2fs_xattrs_flags(h, &handle_flags, NULL);
^~~~~~~~~~~~~
../lib/ext2fs/ext2fs.h:1223:24: note: passing argument to parameter 'new_flags'
here
unsigned int *new_flags, unsigned int *old_flags);
^
2 warnings generated.
resource_track.c:30:21: warning: 'sbrk' is deprecated
[-Wdeprecated-declarations]
track->brk_start = sbrk(0);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:582:1: note:
'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:187:40: note:
expanded from macro '__deprecated'
#define __deprecated attribute((deprecated))
^
resource_track.c:88:30: warning: 'sbrk' is deprecated
[-Wdeprecated-declarations]
(unsigned long) (((char *) sbrk(0)) -
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:582:1: note:
'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:187:40: note:
expanded from macro '__deprecated'
#define __deprecated attribute((deprecated))
^
2 warnings generated.
configure.ac:15: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /opt/gnu/bin/autoconf failed with exit status: 1
Removing autom4te.cache
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
The text was updated successfully, but these errors were encountered:
cstring.c:21:12: warning: assigning to 'unsigned char *' from 'char *' converts
between pointers to integer types with different sign [-Wpointer-sign]
to = from = str;
^ ~~~
1 warning generated.
util.c:368:21: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
track->brk_start = sbrk(0);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:582:1: note:
'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:187:40: note:
expanded from macro '__deprecated'
#define __deprecated attribute((deprecated))
^
util.c:434:30: warning: 'sbrk' is deprecated [-Wdeprecated-declarations]
(unsigned long) (((char *) sbrk(0)) -
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:582:1: note:
'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:187:40: note:
expanded from macro '__deprecated'
#define __deprecated attribute((deprecated))
^
2 warnings generated.
CC logfile.c
logfile.c:240:7: warning: 'daemon' is deprecated: first deprecated in macOS 10.5
- Use posix_spawn APIs instead. [-Wdeprecated-declarations]
if (daemon(0, 0) < 0) {
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/stdlib.h:292:6: note:
'daemon' has been explicitly marked deprecated here
int daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPR...
^
1 warning generated.
xattrs.c:201:31: warning: passing 'int *' to parameter of type 'unsigned int *'
converts between pointers to integer types with different sign
[-Wpointer-sign]
err = ext2fs_xattrs_flags(h, &handle_flags, NULL);
^~~~~~~~~~~~~
../lib/ext2fs/ext2fs.h:1223:24: note: passing argument to parameter 'new_flags'
here
unsigned int *new_flags, unsigned int *old_flags);
^
xattrs.c:291:31: warning: passing 'int *' to parameter of type 'unsigned int *'
converts between pointers to integer types with different sign
[-Wpointer-sign]
err = ext2fs_xattrs_flags(h, &handle_flags, NULL);
^~~~~~~~~~~~~
../lib/ext2fs/ext2fs.h:1223:24: note: passing argument to parameter 'new_flags'
here
unsigned int *new_flags, unsigned int *old_flags);
^
2 warnings generated.
CC fuse2fs.c
fuse2fs.c:3600:14: warning: incompatible pointer types initializing 'int
(*)(const char *, const char *, const char , size_t, int, uint32_t)' (aka
'int ()(const char *, const char *, const char *, unsigned long, int,
unsigned int)') with an expression of type 'int (const char *, const char
*, const char *, size_t, int)' (aka 'int (const char *, const char *,
const char , unsigned long, int)') [-Wincompatible-pointer-types]
.setxattr = op_setxattr,
^~~~~~~~~~~
fuse2fs.c:3601:14: warning: incompatible pointer types initializing 'int
()(const char *, const char *, char , size_t, uint32_t)' (aka 'int
()(const char *, const char *, char *, unsigned long, unsigned int)')
with an expression of type 'int (const char *, const char *, char *,
size_t)' (aka 'int (const char *, const char *, char *, unsigned long)')
[-Wincompatible-pointer-types]
.getxattr = op_getxattr,
^~~~~~~~~~~
2 warnings generated.
resource_track.c:30:21: warning: 'sbrk' is deprecated
[-Wdeprecated-declarations]
track->brk_start = sbrk(0);
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:582:1: note:
'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:187:40: note:
expanded from macro '__deprecated'
#define __deprecated attribute((deprecated))
^
resource_track.c:88:30: warning: 'sbrk' is deprecated
[-Wdeprecated-declarations]
(unsigned long) (((char *) sbrk(0)) -
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:582:1: note:
'sbrk' has been explicitly marked deprecated here
__deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/cdefs.h:187:40: note:
expanded from macro '__deprecated'
#define __deprecated attribute((deprecated))
^
2 warnings generated.
configure.ac:15: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /opt/gnu/bin/autoconf failed with exit status: 1
Removing autom4te.cache
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
The text was updated successfully, but these errors were encountered: