Re: MinGW 64 complications on Linux
Keith Marshall <[email protected]>
| Newsgroups | gmane.comp.gnu.mingw.user |
|---|---|
| Organization | MinGW.org Project |
| Message-ID | <[email protected]> |
On 13/05/19 16:54, PT400C wrote: > when trying to cross-compile a C++ lib plus the game supertuxkart > (c++) to an executable Windows file, I'm running into problems. > Everything mostly works - just as it does when trying to do the same > thing just directly on Windows. .. Except for the stuff which happens > in the screenshot I appended <https://i.ibb.co/Hp8YDFg/linux.png> > (Also here is the exact log: https://pastebin.com/426Qi9mf). I guess > that it's a kind of incompatibility or a problem with x64/x32 but I > am not certain. > > Does anyone have an idea what might be the problem there? It looks, to me, as if you are somehow managing to include both the Linux native header files, together with (bogus) MinGW headers. That's guaranteed to fail; you need the MinGW headers alone. Also, since it is evident that you are not using genuine MinGW headers, this is not the list where you should be seeking support. -- 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, 836 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQIcBAEBAgAGBQJc2aC4AAoJEMCtNsY0flo/XrIQAKgQZI0VLfRiM9A8TOSnLbbj R6bcqW57TNTng91klVcyysccqlF7Tv8fC+n3FDlAGk3j8sYxLulZwgGiv175H88L P82dXeH3TFb5UZpTXkaqs1zjvh+HU1/QDWPqTVvCJQbIBv7sAtq3LM2kcJtkLdcI 8bvnnHLfNcJi+IMKv/xnEOZyWropV/IJFkro9h0Z4Bvk3+t3D84KEsZhdmpmaLOy zMg+WTWMcWfXSDQ3okyZaRkxQRd2HoLYiSBVZOOdlHENMneEEcUyWtoOoiBmISDv yItXDKnKoMG84baPhrh6yJ+3ISm0a1eY0h2DeAsJjNjTrHIBiEZuW0O95kL99tAI 4lp5A/kPhsSBC8h4+8YQD+GTmwTyrvP0qP2izXdCo6Mr0OT6atuZvegZDITYfbIm /XtI8dHHp7fmY6Frj22Ok3wD4zyvE1a1ubbTU4JV2qryH1T1S2vnalpUqMGAzeFu vxjkCie3QyRaPFk0aM9Ze5pd9gbcyt2uTbQka5TKVMgU3F8rr1aLoB9H/OVf+5Li Wx6MGtzTtTruP6bKKrcZJAFLo3NpLgkciLAkNbNOvvOvmJ5YLKqDABoixEI2HnWU ZNZjZe6sHOgm7c2NWqGFcB/h968EvrU7kHcY0BXsuMyJukfy2ZRzJ4zgVMmia6SS prH7HxqTWsKrhuAmfGEQ =VGxy -----END PGP SIGNATURE-----