Subject [Mac][mavericks] build firebird server through macports?
Author jul_bsd
Hello,

I'm trying to build a Portfile of Firebird 2.52 for macports (latest on 10.9.1) so it can handle update and deps (next step will be dbd::firebird hoping it will be easier; saw previous post on that)

As for now, my main problem are building errors. There are a lot of warnings and 2 errors:

with default compiler:
"error: thread-local storage is unsupported for the current target"
"error: This implementation assumes UTF-16 or UTF-32 (check UTF_SIZE)"

with macports clang-3.4
"error: conflicting types for 'u_versionToString_51'"

as there is a binary available on the site, is there any recent documentation to build firebird on macos?
just found old http://www.firebirdsql.org/file/documentation/papers_presentations/html/paper-fb-macosx-build.html (for 1.5.1)

Thanks.
Regards

Jul