Github messages for voidlinux
 help / color / mirror / Atom feed
From: alekseyt <alekseyt@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: cross-x86_64-w64-mingw32: update to 8.0.0
Date: Thu, 15 Oct 2020 13:57:53 +0200	[thread overview]
Message-ID: <20201015115753._wkoJdBQ_h970ljRZesu9tuslkF19N-n1PtUOFVobQM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25576@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 793 bytes --]

New comment by alekseyt on void-packages repository

https://github.com/void-linux/void-packages/pull/25576#issuecomment-709241173

Comment:
Hmm. Maybe Lua: https://www.lua.org/versions.html#5.4

```bash
$ make mingw CC=x86_64-w64-ming32-gcc
```

and then run it with Wine: `wine ./src/lua.exe`

This is C. As for C++, perhaps CppUnit will do? https://www.freedesktop.org/wiki/Software/cppunit/

```bash
$ LDFLAGS="-static-libgcc -static-libstdc++ -static" ./configure --host=x86_64-w64-mingw32 --disable-doxygen
$ make
```

and then again run with wine: `WINEPATH=/usr/x86_64-w64-mingw32/bin wine ./examples/simple/simple.exe`

Generally any simple project should be buildable with regard to cross-compiling specifics.

Please let me know if i can help with anything else.

  parent reply	other threads:[~2020-10-15 11:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-13 18:59 [PR PATCH] " alekseyt
2020-10-15  4:41 ` ericonr
2020-10-15 11:57 ` alekseyt [this message]
2020-10-15 17:24 ` [PR REVIEW] " ericonr
2020-10-15 20:21 ` [PR PATCH] [Updated] " alekseyt
2020-10-15 20:21 ` [PR REVIEW] " alekseyt
2020-10-15 20:22 ` alekseyt
2020-10-15 21:10 ` ericonr
2020-10-16 17:14 ` [PR PATCH] [Merged]: " ericonr
2020-10-16 17:14 ` ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201015115753._wkoJdBQ_h970ljRZesu9tuslkF19N-n1PtUOFVobQM@z \
    --to=alekseyt@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).