Re: Errors in standard include files
Keith Marshall <[email protected]>
| Newsgroups | gmane.comp.gnu.mingw.user |
|---|---|
| Organization | MinGW.org Project |
| Message-ID | <[email protected]> |
On 10/01/2020 19:55, Anton Shepelev wrote: > Keith Marshall: >>> How can I query that version? >> >> $ echo '#include <windows.h>' | mingw32-gcc -E -dM -xc - | >> > grep -E '(MINGW32|W32API)_VERSION' > > After an unsuccessful attempt to reinstall gcc, I no longer > have either `mingw32-gcc' or `windows.h'. I should not have > hurried so much. Am I stuck for good, or is there hope yet? mingw32-gcc is my GNU/Linux hosted cross-compiler; on Windows, you would just run: $ echo '#include <windows.h>' | gcc -E -dM -xc - | > grep -E '(MINGW32|W32API)_VERSION' If you have managed to uninstall gcc, you should be able to install the latest version, after you've updated your primary repository references, to point to OSDN.net; we no longer maintain packages on SF.net -- Regards, Keith. Public key available from keys.gnupg.net Key fingerprint: C19E C018 1547 DE50 E1D4 8F53 C0AD 36C6 347E 5A3F _______________________________________________ MinGW-Users mailing list [email protected] This list observes the Etiquette found at http://www.mingw.org/Mailing_Lists. We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. _______________________________________________ You may change your MinGW Account Options or unsubscribe at: https://lists.osdn.me/mailman/listinfo/mingw-users Also: mailto:[email protected]?subject=unsubscribe
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEwZ7AGBVH3lDh1I9TwK02xjR+Wj8FAl4Y41AACgkQwK02xjR+ Wj86Fw//XzIBa+UmKVBONlkbCKazHI/Bhf98L1Gq1LdDzs9ze8d/AQDVSY2FY/LP lZ6sowdqtxov03af20wFbtT26DyHFQ+HaHm3x5U65cTkUVsL7nd4eR3loB4AR/Us xlEVMR9fb6RAGfBJu6bNOCmgTNw0pkZTIBV6VAVuE5TES/e1i995YpvcABKROrMq iYH6WhYfq3JpoiGsZS+L3YZs9q9So+l6gb2Zo5S9BH1rwdxKObsF1SRbhobaBmKg KqrbQFb/GBf8lcN0WWNxk6rYdILCPCkW/4udXErlcwZ7nnKMQYL9Y9V9BJpQgkjl CI528g91DG/DrP0pZiFfUyln/kGyIhD2LUhOt5sEvdZVh6HcSJTv0285E7tG24rf PXJLapjH3b0/4q6U+kGBI3EKq0iXQFTjRi/udi7Oph4fHsRYOqTGN40IJOg5z7ou 4BMlLKvWzkLZ5EmdZ8pQBzuT4s8ZdlEGsfIuHDOhyJ1GvlNlpIdj6DQQTREYf8Dg 3Nzyv7TMLsg/IKQbUZAkxkwy6iomRjn5YmxD1cNDX/IwJmoKcvJRhcznDThOlzKV TBI7Pt3R5B9xxMs4ay7VcvtCP+bzVyYa4EyO3jGO+hE9wZVMGGMfWRUeNjDJM7oL +KbbSm7N8MuwkAY5K29JOl0aYd/mtZBfBco1RISdfhOvNamcU6g= =0fqu -----END PGP SIGNATURE-----