Closed vthorsteinsson closed 5 years ago
Follow-up: gcc 5 is not available at all as a Debian package, not even in the unstable branch: https://tracker.debian.org/pkg/gcc-5
Hi, I did not try to compile the code with gcc 4.9, but I will check this issue myself and let you know. Can you try to compile it with a more recent distribution of gcc (current release is 8, so 4.x is far behind) on a different architecture?
PS. Are you compiling the latest version of the code?
Yes, did a fresh git clone
, cmake
and make
as per your instructions. I am doing a dist-upgrade
of my system from Debian Jessie to Stretch, will try this again after the upgrade.
OK, I can confirm that after the dist-upgrade
to Stretch, compiling the project works (under gcc
6.3).
:)
Hi y'all,
thanks for open-sourcing this code. I am looking into using Tongrams to compress 34 million trigrams for Icelandic. However, when I try to compile the code using the standard gcc 4.9 that comes with Debian Jessie, I get multiple instances of the following error or similar ones:
Any hints? Is this not supposed to work on gcc 4.9? Upgrading gcc in Jessie is a bit of a pain, BTW.