Re: [kde-freebsd] Error using CMake similar to error from earlier list post

2014-02-25 Thread David Naylor
Hi Joe, Apologies for taking so long to get back to you. Work got really, really busy. The underlying issue is that gcc pulls in the pthread headers by default while clang does not. I believe clang is following the more correct approach. The files you attached are for "traverso" however

Re: [kde-freebsd] Error using CMake similar to error from earlier list post

2013-12-11 Thread Joe Nosay
On Wed, Dec 11, 2013 at 6:12 PM, Joe Nosay wrote: > > > > On Tue, Dec 10, 2013 at 8:42 PM, Joe Nosay wrote: > >> Thank you. >> >> >> >> On Tue, Dec 10, 2013 at 3:42 AM, David Naylor wrote: >> >>> Hi Joe, >>> >>> I'm listening! >>> >>> I've read through your thread on KDE-FreeBSD and Ports-FreeB

Re: [kde-freebsd] Error using CMake similar to error from earlier list post

2013-12-10 Thread Joe Nosay
Thank you. On Tue, Dec 10, 2013 at 3:42 AM, David Naylor wrote: > Hi Joe, > > I'm listening! > > I've read through your thread on KDE-FreeBSD and Ports-FreeBSD however I > am a > bit fuzzy as to the issues. > > Are these specific to clang, FreeBSD >= 10 or some other trigger? How > would I > g

Re: [kde-freebsd] Error using CMake similar to error from earlier list post

2013-12-10 Thread David Naylor
Hi Joe, I'm listening! I've read through your thread on KDE-FreeBSD and Ports-FreeBSD however I am a bit fuzzy as to the issues. Are these specific to clang, FreeBSD >= 10 or some other trigger? How would I go about reproducing these errors? I'm happy to work with you to resolve these