Hi there,
I am trying to go get go-face on freebsd 1202000 (well, it is used as a dependency in photoview but I guess that does not matter).
- First I tried to install
dlib via a pkg install dlib-cpp which installs version 19.21_1 in /usr/local.
- Second I built it myself from master, which also installed fine to
/usr/local.
However, in both cases I am getting the following:
go get github.com/Kagami/go-face
# github.com/Kagami/go-face
classify.cc:2:10: fatal error: 'dlib/graph_utils.h' file not found
Maybe somebody has an idea. Unfortunately my go experience is in the range zero + search engine.
(This pointed me to #19 but I could not solve anything from there...)
Hi there,
I am trying to
go getgo-face on freebsd1202000(well, it is used as a dependency in photoview but I guess that does not matter).dlibvia apkg install dlib-cppwhich installs version19.21_1in/usr/local./usr/local.However, in both cases I am getting the following:
Maybe somebody has an idea. Unfortunately my go experience is in the range zero + search engine.
(This pointed me to #19 but I could not solve anything from there...)