armdevvel / mxe-SHARED

MXE (M cross environment) for ARM32 Windows development (shared libraries)
Other
6 stars 3 forks source link

GLib on host fails to build due to no internet -- PCRE needed, not built for host #38

Closed pahaze closed 10 months ago

pahaze commented 10 months ago

When building GLib on a fresh MXE clone, it errors out saying PCRE was not downloadable. It's not a requirement in the Makefile in our sources. In vanilla MXE however, it is a requirement. Our file in general is a bit outdated by the looks. Do we want to adapt the newer file? It's the same version of GLib as ours, 2.70.2.

pahaze commented 10 months ago

Turns out we also need to update pcre.mk. Not a big deal though. Both of the vanilla MXE files build with almost no edits. The only one pcre.mk needed was the __chkstk/etc fix for the armv7 target. GLib built with no edits.

pahaze commented 10 months ago

Fixed in #39, awaiting approval