[bug #57152] Fix WINDOWS32 gcc build

2019-12-26 Thread Ben
Follow-up Comment #6, bug #57152 (project make): Hi Paul, Just to let you know: this is in fact working. (x86_64-w64-mingw32-gcc emits __MINGW64__) Thanks! Ben... ___ Reply to this item at: __

[bug #57152] Fix WINDOWS32 gcc build

2019-12-18 Thread Paul D. Smith
Follow-up Comment #5, bug #57152 (project make): I don't have access to any Windows systems with any version of either cygwin or mingw installed (well, I have Git for Windows installed and it provides some aspects of mingw I believe), nor clang or GCC for windows: all I can test is the simple nati

[bug #57152] Fix WINDOWS32 gcc build

2019-12-18 Thread Eli Zaretskii
Follow-up Comment #4, bug #57152 (project make): I don't have MinGW64 installed to try that, but if you tried it and it worked, then I guess it's fine. The problem with __MINGW64__ is that AFAIK it isn't defined by the compiler, it is in some header file. So if config.h is included before any Mi

[bug #57152] Fix WINDOWS32 gcc build

2019-12-18 Thread Paul D. Smith
Follow-up Comment #3, bug #57152 (project make): Oh that's good to know. I used __MINGW32__ which I guess is not right. According to my research I guess I should use __MINGW64__ instead. ___ Reply to this item at:

[bug #57152] Fix WINDOWS32 gcc build

2019-12-18 Thread Eli Zaretskii
Follow-up Comment #2, bug #57152 (project make): Paul, please note that mingw.org's MinGW does provide the 'd_type' member of struct dirent, unlike MinGW64 which doesn't. The config.h template is correct for mingw.org, and the change should not be unconditional, it should be conditioned with some

[bug #57152] Fix WINDOWS32 gcc build

2019-12-17 Thread Paul D. Smith
Update of bug #57152 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM _

[bug #57152] Fix WINDOWS32 gcc build

2019-11-02 Thread Ben
URL: Summary: Fix WINDOWS32 gcc build Project: make Submitted by: bwijen Submitted on: Sat 02 Nov 2019 09:31:59 AM UTC Severity: 3 - Normal Item Group: Build/Install