-
Notifications
You must be signed in to change notification settings - Fork 48
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
Trying to compile on Ubuntu16.04,could not find Accelerate.h #2
Comments
@QMonteCarlo Hi I include this file because it is required to compile with avx |
Thanks, this error solved. But there are still too many compilation errors, I'll keep working on it. |
@QMonteCarlo You are always welcome to list the errors here. Current version is complied in Xcode. |
@QMonteCarlo Hello! Do you willing to share the cmake? |
@go925315 I'd like to. But the cmake has not work by now, because extra problems emerged, I need to modify the original code, this may takes long time. |
@QMonteCarlo My cmake can be work. But I want to run TUM Dataset, he can't work. Can you help me? |
@go925315
|
@go925315 have you successfully run this code on linux? I tried to use your CMakeLists.txt to compile this code on linux, but still has some errors, like error:'FILE' does not name a type extern FILE *svd_fatalReadFile(char *filename) ... have you encountered these kind of errors? |
@go925315, @Dorothy-2016 have you managed to build this project on Linux? I faced also errors like:
|
@Dorothy-2016 , @geothan For the specific 'FILE' problem, add to svdutil.hpp
I'm trying to build it on Ubuntu, a lot of effort and still no result. You will have to rewrite main. |
@AlejandroSilvestri, @go925315, @Dorothy-2016
include_directories( target_link_libraries(${PROJECT_NAME} Most probably the implementation of loadFromTextFile is missing? Has anyone found the solution for this problem? |
@geothan I compiled after a lot of corrections, mainly to silence warnings.
But right now I see every call to "visualize" is commented out. No visualization? Does someone succeed running gslam? |
Hello! I'm trying to compile your project on Ubuntu 16.04, I have compiled the dependencies, but when trying to compile the library, I could not find the Accelerate/Accelerate.h, could you give me a hint which library it belongs to or where it comes from?
The text was updated successfully, but these errors were encountered: