Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

complie error #23

Open
carvendy opened this issue Apr 6, 2019 · 4 comments
Open

complie error #23

carvendy opened this issue Apr 6, 2019 · 4 comments

Comments

@carvendy
Copy link

carvendy commented Apr 6, 2019

CMakeFiles/NISwGSP.dir/Feature/FeatureController.cpp.o:在函数‘FeatureController::detect(cv::Mat const&, std::vector<cv::Point_, std::allocator<cv::Point_ > >&, std::vector<FeatureDescriptor, std::allocator >&)’中:
FeatureController.cpp:(.text+0x483):对‘vl_sift_new’未定义的引用
FeatureController.cpp:(.text+0x4af):对‘vl_sift_process_first_octave’未定义的引用
FeatureController.cpp:(.text+0x4d1):对‘vl_sift_detect’未定义的引用
FeatureController.cpp:(.text+0x548):对‘vl_sift_calc_keypoint_orientations’未定义的引用
FeatureController.cpp:(.text+0x5e9):对‘vl_sift_calc_keypoint_descriptor’未定义的引用
FeatureController.cpp:(.text+0xa58):对‘vl_sift_process_next_octave’未定义的引用
FeatureController.cpp:(.text+0xa69):对‘vl_sift_delete’未定义的引用
collect2: error: ld returned 1 exit status
CMakeFiles/NISwGSP.dir/build.make:553: recipe for target 'NISwGSP' failed
make[2]: *** [NISwGSP] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/NISwGSP.dir/all' failed
make[1]: *** [CMakeFiles/NISwGSP.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

@Millione
Copy link

Millione commented Apr 6, 2019

have you ever solved the problem??? I just met the same question as you are.

@carvendy
Copy link
Author

carvendy commented Apr 6, 2019

No , I find this code in yesterday, complie this code in my ubuntu 18.04 but it's error . I don't know why.

@Millione
Copy link

Millione commented Apr 6, 2019

I run it on my arm machine, but I find maybe it is incompatible with my arm architecture The reason for you I think is not found the .so file

@gzshuai
Copy link

gzshuai commented Aug 11, 2022

Have you solved this problem? I can't compile vlfeat for arm64, so I find the vl_feat.deb on Internet, but not found the sift.h .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants