[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #57152] Fix WINDOWS32 gcc build
From: |
Paul D. Smith |
Subject: |
[bug #57152] Fix WINDOWS32 gcc build |
Date: |
Tue, 17 Dec 2019 15:27:08 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0 |
Update of bug #57152 (project make):
Status: None => Fixed
Open/Closed: Open => Closed
Fixed Release: None => SCM
_______________________________________________________
Follow-up Comment #1:
The problem is not compiling with GCC per se, it's compiling with MINGW.
If built for native windows then GNU make provides its own implementation of
dirent which DOES have d_type. See src/w32/include/dirent.h.
However, this is disabled for MING32. MING32 has its own dirent.h but that
version doesn't support d_type.
Please be sure to include all relevant details such as which installation of
GCC you're using.
This will be fixed in the next release; thanks for the report!
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?57152>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug #57152] Fix WINDOWS32 gcc build,
Paul D. Smith <=