Acknowledged

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.

  • Former Member
    Former Member over 5 years ago

    Same here. Add many troubles installing 3.16 and 3.18 devkit on ubuntu 19.04.

    Had to manually install libpng12 and libwebkitgtk1.0 + lib javascriptcoregtk1.0.

    Succesfull at the end but painful to find files first and to install without creating to much collateral damage to the distro.

    Now upgrading to 20.04 .. so hope it will not kill everything.

    It would be great if new version of the devkit could upgrade the dependencies to new versions of libs.

    BR

    Sylvain

  • Former Member
    Former Member over 5 years ago

    I got the same problem. I have tried to circumvent this by running the apps/simulator on MacOS Catalina but their security restrictions prevent me from doing that. Basically I got no avenues to use your SDK on any of my machines, this is demoralizing!

  • Former Member
    Former Member over 5 years ago in reply to Coleman.Apps

    Do you have any plans defined to solve this issue?

    I encouter similar issues with webkit on Arch Linux:

    /home/al/src/connectiq-sdk/bin/simulator: symbol lookup error: /usr/lib/libjavascriptcoregtk-1.0.so.0: undefined symbol: ucol_getLocaleByType_64

    I also had to manually install old libraries and do some manual symlinks to new library version to come to that blocking point.

    Thanks for your help.

  • I've checked the missing libraries and installed libraries compiled for newer versions. I'm not sure if simulator links will be updated but libraries with newer file structure works fine on Kubuntu.

  • Former Member
    Former Member over 5 years ago

    Guess i should have known this before trying the simulator. At least add a note on the programmer guide to advise against newer linux distros.

    Any predictions when the libs will be updated.