Re: [libmicrohttpd] macOS, gnu gcc, -no-cpp-precomp

2022-06-21 Thread Evgeny Grin
Hi Chris, Thanks for the report. Actually is not needed for a long time, but as MHD is tested by OS-supplied tool, it hasn't been noticed (clang still works with this flag). You can just delete the offending line in configure.ac and run './bootstrap'. This should rebuild 'configure', if you h

[libmicrohttpd] macOS, gnu gcc, -no-cpp-precomp

2022-06-21 Thread Chris Guiney
I've been being vexed by the configure script using -no-cpp-precomp as a CFLAG if the host is found to be macOS https://git.gnunet.org/libmicrohttpd.git/tree/configure.ac#n765 This flag has been removed from gcc, and according to the maintainers, hasn't been needed for many years https://gcc.g