Lucy Llewellyn

Results 104 comments of Lucy Llewellyn

> The `libs/std/process.c` fix had also been done in #219, however not on the same line so git didn't pick it up, now signal.h is included twice in that file....

Let's see if commit b8ff4db fixes the testsuite. I've readded `CMAKE_OSX_ARCHITECTURES` and set it to `$NATIVE_ARCH_ACTUAL` by default.

yeah, that's made it worse - now the non static build is broken..

ok, I think this should get the build working for now. I think we should add a followup issue/pr for removing the parsing of `CMAKE_OSX_ARCHITECTURES` with a better mechanism.

We agree. Yes, freedom is important when granted. It is also not possible to guarantee freedom when someone wants to retain control over their work. We have no way of...

oops, thanks for the pointer. I've done that now :-) /me hopes nobody noticed :-p

done. Although possibly worth mentioning here that I've not forked this repo to create the package; the snap builder uses this repository directly as defined by the [snapcraft.yaml on line...

The [linking line (323) of the linux Makefile](https://github.com/BlindMindStudios/StarRuler2-Source/blob/dad50e1b02606c4b3c5c309e857dd5929df560db/source/linux/Makefile#L323) is ordered incorrectly. You need to move `$(LDFLAGS)` to the end. The fixed version is below for clarification of the correct order:...

Compiling software from source code is not easy. If you were to try compiling this on any other operating system you will face the same dependency issues you have been...

You need to use a more recent libpng. I got past this error by using `libpng16-16` on Ubuntu Xenial.