darealshinji
darealshinji
I've added most of the fixes from the open pull requests plus a few extra ones to fix building on Linux. Maybe that also helps you to build on Mac:...
> Try some pull requests with your changes, maybe something will move with compiling in Linux. All the important fixes are already present as PRs, the rest is just silencing...
@anta40 Strange, I cannot confirm this on Ubuntu using gcc version 9.3.0. Make uses "cc" as compiler, are you sure that this is "gcc" on your system? Are you using...
I don't remember why I removed this, probably in favor of the libcurl-slim package, which avoids gnutls as a dependency: https://launchpad.net/~djcj/+archive/ubuntu/libcurl-slim
@probonopd Yes, remove the gnutls-patched parts, that PPA is completely gone.
Maybe using regular expression could help: ``` sh $ FILE=libX11.so.6 ; find /usr/lib/* -xtype f -regextype egrep -regex "^.*/$FILE(\$|[\.0-9]+\$)" /usr/lib/i386-linux-gnu/libX11.so.6 /usr/lib/i386-linux-gnu/libX11.so.6.3.0 /usr/lib/x86_64-linux-gnu/libX11.so.6 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 ```
Is this fixed by now?
Just as a note, the following old recipes are already available in the new `.yml` format: ``` arduino atom darktable fbreader gimp inkscape leafpad lmms monodevelop octave simplescreenrecorder spotify travis...
Interresting. But then it should be moved to `usr/lib` inside the bundle by default. I'd also like to know if an AppImage with a bundled libEGL runs on a system...
Keep in mind that the commands only have to work on the target systems and not some exotic commercial Unices.