Re: [Doxygen-users] Doxygen 1.8.7 OS X app crashes on launch (10.6.8)
Brought to you by:
dimitri
From: Stephen G. <Ste...@sc...> - 2014-05-13 19:47:45
|
On 5/13/14 12:07 PM, "Dimitri van Heesch" <do...@gm...<mailto:do...@gm...>> wrote: I did build doxywizard on MacOSX 10.9, but with -mmacosx-version-min=10.5. I can't check myself if it works on earlier versions than 10.9. Maybe someone else can comment on this. You could also build doxygen yourself on 10.6.8. There is no reason it should not work. Thanks, Dimitri -- I was basing that on what someone posted on StackOverflow regarding this: http://stackoverflow.com/questions/23614679/doxygen-os-x-app-crashes-on-launch-10-6-8 This is what they posted: Doxywizard 1.8.7 and its library dependencies were built with a deployment target of 10.9: otool -l Doxygen.app/Contents/MacOS/Doxywizard | fgrep --after-context=3 LC_VERSION_MIN cmd LC_VERSION_MIN_MACOSX cmdsize 16 version 10.9 sdk 10.9 This means the application can only be run on a system running OS X 10.9 or later. Either support for older operating systems was removed in this release or the binaries were accidentally built with an incorrect deployment target. Where is the Xcode project to build the app that can be downloaded? Stephen |