-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Building of current stable version of Poco (1.4.6p2, with SSL) fails on FreeBSD 9.2.
Issued command:
./configure; gmake
Last error message:
src/DNS.cpp: In static member function 'static void Poco::Net::DNS::aierror(int, const std::string&)':
src/DNS.cpp:279: error: 'EAI_NODATA' was not declared in this scope
gmake[1]: *** [/root/poco-1.4.6p2-all/Net/obj/FreeBSD/amd64/debug_shared/DNS.o] Error 1
gmake[1]: Leaving directory `/root/poco-1.4.6p2-all/Net'
gmake: *** [Net-libexec] Error 2
root@vm1:/root/poco-1.4.6p2-all #
Currently, FreeBSD ports tree have 1.4.3 version and it works well.
I tried to build with Clang by modifying build configurations, but it also prints same error.
P.S.
I originally posted this on forum and moved to here because forum seems inappropriate place to post an issue.
Reactions are currently unavailable