https://bz.apache.org/bugzilla/show_bug.cgi?id=64684
--- Comment #7 from Sumonto Ghosh <[email protected]> --- wget https://downloads.apache.org//apr/apr-util-1.6.1.tar.gz wget https://downloads.apache.org//apr/apr-1.7.0.tar.gz wget https://archive.apache.org/dist/httpd/httpd-2.4.46.tar.bz2 tar -xf httpd-2.4.46.tar.bz2 tar -xf apr-util-1.6.1.tar.gz tar -xf apr-1.7.0.tar.gz mv apr-util-1.6.1 httpd-2.4.46/srclib/apr-util mv apr-1.7.0 httpd-2.4.46/srclib/apr cd httpd-2.4.46 ./configure --with-included-apr --with-apr-util --or-- ./configure --with-included-apr make Making all in srclib Making all in apr ... ... encoding/apr_encode.c && touch encoding/apr_encode.lo In file included from encoding/apr_encode.c:28: In file included from ./include/apr_encode.h:24: ./include/apr.h:561:2: error: Can not determine the proper size for pid_t #error Can not determine the proper size for pid_t ^ In file included from encoding/apr_encode.c:30: In file included from ./include/apr_strings.h:52: ./include/apr_want.h:94:8: error: redefinition of 'iovec' struct iovec ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types/_iovec_t.h:31:8: note: previous definition is here struct iovec { -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
