After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650463 - Build fails on Mac OS X 10.7, trivial fix
Build fails on Mac OS X 10.7, trivial fix
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.7.4
Other Mac OS
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-05-18 09:33 UTC by flyingtabmow
Modified: 2011-08-14 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description flyingtabmow 2011-05-18 09:33:22 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.
Comment 1 Dimitri van Heesch 2011-05-18 16:58:29 UTC
I'll add support for 10.7 and change the #error into a #warning...
Comment 2 Dimitri van Heesch 2011-08-14 14:05:18 UTC
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.