-
Notifications
You must be signed in to change notification settings - Fork 99
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
MakeFile errors. #4
Comments
Please use the cmake build as it is explained here: https://github.com/TheFrenchLeaf/Bundler/blob/master/Readme_Build.txt |
I'm getting a build error with the cmake build: make |
Resolved by adding -lblas to the end of: src/CMakeFiles/Bundle2PMVS.dir/link.txt |
Thanks for having shared your fix. Seems that on some platform the embedded cbls is sufficient and on some other blas is required. |
Upon compiling with Linking CXX executable Bundle2PMVS
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Bundle2PMVS.dir/Bundle2PMVS.cpp.o CMakeFiles/Bundle2PMVS.dir/LoadJPEG.cpp.o -o Bundle2PMVS ../lib/imagelib/libimagelib.a ../lib/matrix/libmatrix.a /usr/local/lib/libjpeg.dylib ../lib/zlib/libzlib.a -llapack ../lib/cblas/libcblas.a ../lib/cminpack/libcminpack.a -lgfortran
ld: library not found for -lgfortran I tried after installing gfortran from But still it gives the same error. What could be going wrong here? |
This Bundler version does not support CERES. Or consider other SfM pipeline alternative like OpenMVG |
My mistake. I did not do USE_CERES in this version. However, even after that i am still getting that linking error. Any leads? |
I'm not a MACOS expert and I cannot help on this point. |
@guerrerocarlos How were you able to resolve the |
First failed with this error:
But I could fix it by modifying the Makefile, with gfortran instead of gcc, but now this error presents:
Is there other recomended way to do it?
The text was updated successfully, but these errors were encountered: