I tried to install xapian-core with GCC13 on 10.5.8 Powerbook G4, failed with:
Code:libtool: compile: /opt/local/bin/g++-mp-13 -DHAVE_CONFIG_H -I. -I./common -I./include -I/opt/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self -Wduplicated-cond -Wduplicated-branches -fvisibility=hidden -fvisibility-inlines-hidden -pipe -Os -D_GLIBCXX_USE_CXX11_ABI=0 -arch ppc -fno-math-errno -MT net/tcpclient.lo -MD -MP -MF net/.deps/tcpclient.Tpo -c net/tcpclient.cc -fno-common -DPIC -o net/.libs/tcpclient.o In file included from net/tcpclient.cc:29: net/resolver.h: In constructor 'Resolver::Resolver(const std::string&, int, int)': net/resolver.h:99:18: error: 'AI_NUMERICSERV' was not declared in this scope; did you mean 'NI_NUMERICSERV'? 99 | flags |= AI_NUMERICSERV; | ^~~~~~~~~~~~~~ | NI_NUMERICSERV make[2]: *** [net/tcpclient.lo] Error 1
EDIT: You specifically asked for a log and not just an error message didn't you? I promise I can read...sometimes =). Attached log.
Thank you, we have a fix for that, I will update the port soon.