[Mingw-users] Problems with compiling Windows system calls with MinGW gcc 6.3.0

Back to archive index

Keith Marshall keith****@users*****
Thu Jun 28 01:33:07 JST 2018


On 27/06/18 15:19, Earnie wrote:
> Have you tried building without ADA and using the result to build ADA?

I don't think that's possible ... GCC's configure script refuses to
allow '--enable-languages=ada,...', when the build compiler doesn't
already know how to compile Ada.  (Of course, that introduces a
bootstrap conundrum, when no such build compiler exists; I've no idea
how the GCC folks get around that)!

> From the code [provided] it appears that UNICODE is expected but
> GetFileAttributesEx macro is being set to GetFileAttributesExA instead
> of GetFileAttributesExU.

I assume GetFileAttributeExU is a typo for GetFileAttributesExW?  I've
already explained, in an earlier post why GetFileAttributesEx is mapped
to GetFileAttributesExA, in the OP's (invalid) use case.

-- 
Regards,
Keith.

Public key available from keys.gnupg.net
Key fingerprint: C19E C018 1547 DE50 E1D4 8F53 C0AD 36C6 347E 5A3F

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
Url : https://lists.osdn.me/mailman/archives/mingw-users/attachments/20180627/3783b609/attachment.pgp 



More information about the MinGW-Users mailing list
Back to archive index