Yawning Angel yawning@schwanenlied.me wrote:
On Mon, 17 Feb 2014 19:34:36 +0000 Yawning Angel yawning@schwanenlied.me wrote:
I will address the GCC build issues when I'm done working on that. The system gcc on 9.1p10 is ancient (4.2.1), and does not support C++11, so I would have to install gcc from ports.
I haven't installed gcc on my FreeBSD 9 box (or setup a 9.2 VM), but with gcc47 from ports, it builds on FreeBSD 10 with tip of tree. I'm fairly sure I put the correct ifdefs in to handle the older OpenSSL interface as well, so I don't anticipate further problems.
It also builds on 9.2 and 8.4 now: https://redports.org/buildarchive/20140218142926-87456/ (The failures on EXP1 and QATty are unrelated)
Note: The logging library I'm using supposedly ICEs with gcc 4.6, and I'm not overly inclined to support anything pre-4.7.x.
That's fine with me.
Fabian