GNOME Bugzilla – Bug 650463
Build fails on Mac OS X 10.7, trivial fix
Last modified: 2011-08-14 14:05:18 UTC
Building fails on Mac OS X 10.7. qglobal.h:93 generates a preprocessor error because it doesn't know about 10.7. Generating a warning about unsupported operating system versions seems more appropriate in general... changing the "error" to "warning" in qglobal.h (line 93) allows doxygen to build successfully.
I'll add support for 10.7 and change the #error into a #warning...
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.5. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.