iromu / vsfm-osx

VisualSFM OSX app builder
70 stars 33 forks source link

linking error #4

Open darksid3r opened 12 years ago

darksid3r commented 12 years ago

During the compilation of VSFM, while linking CMVS, I get an error that multilevel library is missing. While googling, I found the source in another project of yours - graclus. I compiled the multilevel library from that project and then: sudo cp libmultilevel.a /usr/lib.

Now when I link CMVS I get this: MLKKMRefine(controldef, graphdef, graphdef, int, int, float, float)in libmultilevel.a(wkkm.o) ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make: *\ [cmvs] Error 1

I'm pretty new to this, so I must be doing a noob mistake :). Any hints?

Thanks, Tudor

ddoubleprime commented 12 years ago

Linking cmvs fails because libmutilevel is not found; adding "-L../../../Graclus" to the YOUR_LDLIB_PATH= line in the makefile patching section of makecmvs then rerunning the script fixes this.