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 704971 - Can't build with MinGW
Can't build with MinGW
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.4-GIT
Other Windows
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-07-27 08:35 UTC by Suzumizaki-Kimitaka
Modified: 2013-08-23 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add compiler/linker options, auto detection, activate including stdint.h, etc. (4.38 KB, patch)
2013-07-27 08:35 UTC, Suzumizaki-Kimitaka
none Details | Review

Description Suzumizaki-Kimitaka 2013-07-27 08:35:14 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.
Comment 1 Suzumizaki-Kimitaka 2013-07-28 13:12:17 UTC
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
Comment 2 Dimitri van Heesch 2013-07-28 13:44:17 UTC
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.
Comment 3 Suzumizaki-Kimitaka 2013-08-01 12:15:03 UTC
>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
Comment 4 Dimitri van Heesch 2013-08-23 15:04:33 UTC
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.