iromu / vsfm-osx

VisualSFM OSX app builder
70 stars 33 forks source link

pmvs X64 error #13

Open minusplusminus opened 11 years ago

minusplusminus commented 11 years ago

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
minusplusminus commented 11 years ago

Solved it by removing cmvs directory and reinstalling it again