Tag Archives: osx

OSX compile problem understood

Understood, but no solution is in sight unfortunately. It turns out that configure doesn’t play nicely with -Werror and whilst my code still compiles and works on Linux when compiled that way it’s mostly luck. OSX does not (in my … Continue reading

Posted in Computing, Projects | Tagged , , | Leave a comment

Further frustrations with OSX…

Recent versions of the command line tools for Xcode appear to have changed the way the -pthread argument to the compiler is handled such that it generates a warning if used in a call to the compiler that actually only … Continue reading

Posted in Computing, Projects | Tagged , , | Leave a comment

Well that’s not going to work then

A short while ago I posted about the problems when combining Xcode’s -Wall and -Werror flags with pkg-config to get include directory flags. I’ve just been through my configure script doing the necessary work to replace the -I flags with … Continue reading

Posted in Computing, Projects | Tagged , , | Leave a comment

OSX fun with pkg-config and Xcode

In the configure script for the release of oacapture that I’m currently working on I’ve made fairly heavy use of pkg-config to determine compiler and linker flags for installed packages and to check installed versions to see if they provide … Continue reading

Posted in Computing, Projects | Tagged , , | 1 Comment