probonopd

Results 3543 comments of probonopd

Unfortunately I don't understand enough of wxWidgets to be of any real help here, sorry.

> `GLIBC_2.27' not found That version is from 2018. Hence this binary will not run on older distributions. To make it run on older distributions, compile it on a system...

> Ok, so recompiling on my current system doesn't work. I don't have an older Linux available, but I suppose I could make a VM for that purpose.. Compiling on...

> That's not very practical for the long tail of less popular software, or early in development. And creates an enormous lag between software improvements and users getting them. I...

Yes. See https://github.com/probonopd/linuxdeployqt#using-linuxdeployqt-with-travis-ci for an example,

Thanks @aardappel but I don't see an AppImage being mentioned there?

Related: https://github.com/aardappel/treesheets/issues/108

I am trying to generate an AppImage but I am running into this issue: https://github.com/aardappel/treesheets/issues/133 Here is my work-in-progress `.travis.yml`: https://github.com/probonopd/treesheets/blob/patch-1/.travis.yml

> As for an AppImage, try build with CMake. Which is what I am doing: https://github.com/probonopd/treesheets/blob/14ac890efadf52c611b1b95604ec1089606869a7/.travis.yml#L86

I am working on a workaround now, let's see how it goes.