You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building hdt-it on a system with hdt-cpp installed (through a primitive Debian package, see https://bugs.debian.org/749416) it appears as if make install does not install the triples directory. When then trying to build hdt-it using qmake && make, I got:
Manually installing the triples into /usr/include did the trick on the first occurrence, as probably would including the relevant directory in libhdt/Makefile.am's include_HEADERS. Same goes for the bitsequence folder. Same goes for the bitsequence, sequence and dictionary folders.
... and then, I looked closer and found that not only does this not look up the headers in the system path, but it also can't work since the 2017 rename (with a similar occurrence in regexmodel.cpp line 9), making me wonder: Has anyone built hdt-it in the last 5 years? (With some build system workarounds I could get it to build, then, and it looks functional then).
The text was updated successfully, but these errors were encountered:
Back when we changed the building system to Autotools, I skip hdt-it as we observed similar issues like the one you mention. My guess is that it hasn't been built in the last 5 years.
Building hdt-it on a system with hdt-cpp installed (through a primitive Debian package, see https://bugs.debian.org/749416) it appears as if
make install
does not install the triples directory. When then trying to buildhdt-it
usingqmake && make
, I got:Manually installing the triples into /usr/include did the trick on the first occurrence, as probably would including the relevant directory in libhdt/Makefile.am's include_HEADERS. Same goes for the bitsequence folder. Same goes for the bitsequence, sequence and dictionary folders.
... and then, I looked closer and found that not only does this not look up the headers in the system path, but it also can't work since the 2017 rename (with a similar occurrence in regexmodel.cpp line 9), making me wonder: Has anyone built hdt-it in the last 5 years? (With some build system workarounds I could get it to build, then, and it looks functional then).
The text was updated successfully, but these errors were encountered: