We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm trying to install it on Mountain lion. I think I am allmost there. Tried to google this error, but no good responses.
Patching CMVS makefile /bin/rm -f core core.* *.o g++ -I -c -O2 -Wall -Wno-deprecated - I/private/tmp/iromu/VisualSFM.app/Contents/Resources/include - I../../include pmvs2.cc Undefined symbols for architecture x86_64: "PMVS3::CfindMatch::run()", referenced from: _main in ccwD309J.o "PMVS3::CfindMatch::init(PMVS3::Soption const&)", referenced from: _main in ccwD309J.o "PMVS3::CfindMatch::write(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)", referenced from: _main in ccwD309J.o "PMVS3::CfindMatch::CfindMatch()", referenced from: _main in ccwD309J.o "PMVS3::CfindMatch::~CfindMatch()", referenced from: _main in ccwD309J.o "PMVS3::Soption::init(std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >)", referenced from: _main in ccwD309J.o "PMVS3::Soption::Soption()", referenced from: _main in ccwD309J.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make: *** [pmvs2.o] Error 1
The text was updated successfully, but these errors were encountered:
Solved it by removing cmvs directory and reinstalling it again
Sorry, something went wrong.
No branches or pull requests
Hi, I'm trying to install it on Mountain lion. I think I am allmost there. Tried to google this error, but no good responses.
The text was updated successfully, but these errors were encountered: