GNOME Bugzilla – Bug 704971
Can't build with MinGW
Last modified: 2013-08-23 15:04:33 UTC
Created attachment 250255 [details] [review] add compiler/linker options, auto detection, activate including stdint.h, etc. Neither doxygen.exe nor doxywizard.exe can be built in the MinGW environment. Since I made the patch, please apply this.
Oops, I forgot to tell one problem remains. While building doxywizard.exe, 'rm config_lex.cpp' fails. I can just place dummy 'addon/doxywizard/config_lex.cpp' or replace: flex -Pconfig config.l rm config_lex.cpp mv lex.config.c config_lex.cpp with: flex -Pconfig -oconfig_lex.cpp config.l in the files addon/doxywizard/Makefile.doxywizard.Release(Debug). But the files Makefile...Release(Debug) are automatically generated and I don't know how to fix to make the patch. Cheers, Suzumizaki-Kimitaka
Thanks, I'll include the patch in the next GIT update. Regarding the issue in comment 1: I assume rm fails because it is not installed? The rm/mv calls are generated by qmake. So this should be fixed by providing the proper qmake.conf file for MinGW that defines QMAKE_COPY & QMAKE_MOVE.
>Regarding the issue in comment 1: I assume rm fails because it is not >installed? The rm/mv calls are generated by qmake. So this should be fixed by >providing the proper qmake.conf file for MinGW that defines QMAKE_COPY & >QMAKE_MOVE. The 'rm' command seems correctly installed and be working, otherwise why I CAN 'make clean' or 'rm --help' ? ;D Okay, I have to learn about qmake... Regards, Suzumizaki-Kimitaka
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.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.