liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.07k stars 1.71k forks source link

Installation failed on Ubuntu 18.04 #212

Closed sendjasni closed 5 years ago

sendjasni commented 6 years ago

After executing the fillowing command in order to install the ccv lib :

./configure --disable-openmp && make lib && cd ../bin && make && cd ../site && make source && cd ../test && make && make test

I got tthe following output :

... ... .... 23 warnings and 3 errors generated. makefile:28: recipe for target 'tld.o' failed make: *** [tld.o] Error 1

MatthewScholefield commented 5 years ago

There's a compiler error somewhere above that which should have more info.

Ryy2737 commented 5 years ago

Hi, @sendjasni did you find solution for "recipe for target 'tld.o' failed"

sendjasni commented 5 years ago

@Ryy2737 actually I gave up on using the libccv. Sorry, I can't help you more.