You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running ./scripts/all. but I do not manage to build the VisualSFM.
The "VisualSFM_osx_64bit.zip" is created and decrompressed to "vsfm" but some of the folders are empty especially the "bin" folder.
Anyway the scripts ended with an error, see below:
Any idea I should look after to solve this issue. Thanks.
P.S: I initially intended to post the all log file but I get an error from the github post interface "There was an error creating your Issue: Body contains unicode characters above 0xffff ", so I just put some extracts of this log.
The log ended-up with:
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [VisualSFM] Error 1
and throught the log I get recursively this comment:
This formula is keg-only, so it was not symlinked into /private/tmp/iromu/VisualSFM.app/Contents/Resources.
Mac OS X already provides this software in versions before Mountain Lion.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
@yvideau Failed to build entirely with the same issue. Brew says it's somewhat happy. I had installed all the dependencies separately while getting vsfm to work outside of this package, so I got some strange warnings while compiling this one. Did you find a way to run any of this opensource structure-through-motion work on more recent osx chips?
Dear all,
I'm under:
OSX 10.7.5
Xquartz 2.7.5
Xcode 4.6.3
I'm running ./scripts/all. but I do not manage to build the VisualSFM.
The "VisualSFM_osx_64bit.zip" is created and decrompressed to "vsfm" but some of the folders are empty especially the "bin" folder.
Anyway the scripts ended with an error, see below:
Any idea I should look after to solve this issue. Thanks.
P.S: I initially intended to post the all log file but I get an error from the github post interface "There was an error creating your Issue: Body contains unicode characters above 0xffff ", so I just put some extracts of this log.
The log ended-up with:
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [VisualSFM] Error 1
and throught the log I get recursively this comment:
This formula is keg-only, so it was not symlinked into /private/tmp/iromu/VisualSFM.app/Contents/Resources.
Mac OS X already provides this software in versions before Mountain Lion.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
The text was updated successfully, but these errors were encountered: