Skip to content

Build failure of Poco 1.4.6p2 on FreeBSD 9.2 #368

@rkxx08

Description

@rkxx08

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions