libllsm2 icon indicating copy to clipboard operation
libllsm2 copied to clipboard

fatal error: libihnm/ihnm.h: No such file or directory

Open wslc1314 opened this issue 4 years ago • 1 comments

When i did make, exists such error in the following: mkdir -p ./build cc -DFP_TYPE=float -std=c99 -Wall -fPIC -pthread -DUSE_PTHREAD -I/usr/include/ -I/usr/include/ -I/usr/include/ -fopenmp -Og -g -D_DEBUG -o ./build/layer0.o -c layer0.c layer0.c:21:26: fatal error: libihnm/ihnm.h: No such file or directory #include <libihnm/ihnm.h> ^ compilation terminated. makefile:129: recipe for target 'build/layer0.o' failed make: *** [build/layer0.o] Error 1

wslc1314 avatar Feb 26 '20 14:02 wslc1314

It appears that an unused dependency on one of Dreamtonics' proprietary libs got mixed in during a build system upgrade last summer. The dependency on libihnm is removed in https://github.com/Sleepwalking/libllsm2/commit/a4e09b88e523fadb106aa3004bb9b9d256d91e64. Thanks for your report.

Sleepwalking avatar Feb 27 '20 03:02 Sleepwalking