On 2018-01-28 10:18 pm, Yuri wrote:
> Additionally, -D_XOPEN_SOURCE=700 causes build failures on FreeBSD. I
> had to patch it away in both cases. Not sure what it is and why it is
> there, just reporting this problem.
-D_XOPEN_SOURCE=700 is equal to #include _XOPEN_SOURCE 700
It states that the compiler should use POSIX 2008 with XSI extensions.
FreeBSD supports POSIX 2008 as far as I can tell, so this is probably a
bug with their implementation.
Could you please post the error that occured?
--
- fao_
PGP fingerprint: 739B 6C5C 3DE1 33FA
"Too enough is always not much!"
Received on Mon Jan 29 2018 - 04:47:14 CET