martinsch / pgmlink

pgmLink - A Tracking-by-Assignment Software
Other
16 stars 11 forks source link

Error finding ANN #24

Open RachelZheng opened 5 years ago

RachelZheng commented 5 years ago

I am getting the following error messages when I ran cmake command.

CMake Error at /usr/local/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find ANN (missing: ANN_LIBRARIES ANN_INCLUDE_DIR) Call Stack (most recent call first): /usr/local/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) cmake_extensions/FindANN.cmake:16 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:47 (find_package)

I install all the dependencies before running this command. And I specify the ANN library dir in LD_LIBRAR_PATH, and insert the ANN include dir in line 7 of cmake_extension/FindANN.cmake, and it gets the same error message.

I am using: ANN1.1.2 cmake 3.14 system: unbuntu 14.04.

And I am in the joint-segmentation-and-tracking branch for using method (3).

Thanks for your help!