Changes between Version 1 and Version 2 of Ticket #61662
- Timestamp:
- Nov 27, 2020, 7:48:55 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61662
-
Property
Summary
changed from
slrn @1.0.3: procmail
toslrn @1.0.3: error: implicitly declaring library function 'exit'
-
Property
Summary
changed from
-
Ticket #61662 – Description
v1 v2 14 14 configure:8294: checking for an implementation of va_copy() 15 15 configure:8323: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch x86_64 -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -arch x86_64 conftest.c >&5 16 conftest.c:91:4: cwith type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]16 conftest.c:91:4: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] 17 17 exit (1); 18 18 ^