Under Review
over 2 years ago

Upgrade SDK deps so modern Linux distros work.

I can't use the simulator and thus connectiq on Fedora 30.  I assume all modern distros are affected because libwebkitgtk-1.0.so.0 is way too old to be included or even available on current generation distributions.

Please update your deps or better yet compile the simulator statically so it doesn't require ancient libraries.

Parents
  • So how does the SDK work under linux (I use Arch Linux) currently?

    First it complains about missing: libwebkitgtk-1.0.so.0
    Which can be be installed at least via AUR: webkitgtk2

    Then it complains about missing: libicui18n.so.68
    So I downgraded the icu package to 68.2 (had to ignore the dependencies here which probably breaks other things)

    Well and then comes the catch, now it complains about missing: libicuuc.so.69
    Which is also from the very same icu package....

    So well, what are linux users supposed to do now?

Comment
  • So how does the SDK work under linux (I use Arch Linux) currently?

    First it complains about missing: libwebkitgtk-1.0.so.0
    Which can be be installed at least via AUR: webkitgtk2

    Then it complains about missing: libicui18n.so.68
    So I downgraded the icu package to 68.2 (had to ignore the dependencies here which probably breaks other things)

    Well and then comes the catch, now it complains about missing: libicuuc.so.69
    Which is also from the very same icu package....

    So well, what are linux users supposed to do now?

Children
No Data