Re: [PATCH] Fix Solaris and Sun Studio support

2020-01-23 Thread Andreas Schneider
On Wednesday, 25 December 2019 18:07:41 CET William Orr wrote: > This fixes support on Solaris and building with Sun Studio 12.6. William, thank you very much for your contribution. I just going trought my backlock. Could you please split the cmake changes from the rest and rebase on master. The

[PATCH] Fix Solaris and Sun Studio support

2019-12-25 Thread William Orr
This fixes support on Solaris and building with Sun Studio 12.6. - Add missing includes - Define compatibility macros to expose function definitions - Don't enable pedantic, since it disallows `__thread` Tested on Solaris 11.4 x86 --- CompilerChecks.cmake | 11 ++- src/channels.c   |