Re: libkface link error mentioning -ltbb

2017-03-12 Thread Tobias C. Berner
It seems that libkface's cmake files do not properly add the required flags needed to link against opencv2. To work around it: Either you can recompile opencv2 without this option, or you can set LDFLAGS to the value of "pkg-config --libs opencv" before building libkface (note, that configur

libkface link error mentioning -ltbb

2017-03-12 Thread Rianav Antares
Hello Tobias, Yes, the 'make config' screen shows that option turned on. What should I do? Thank you. From: Tobias C. Berner [tcber...@gmail.com] Sent: Sunday, March 12, 2017 9:50 PM To: Rianav Antares; kde-freebsd@kde.org Subject: Re: Do you have openc