-
Notifications
You must be signed in to change notification settings - Fork 48
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
VSFM application failed to build, halting #61
Comments
Mac OS Catalina 10.15.7 (19H2026) |
I haven’t built this for years unfortunately! It’s the version of GCC being used which is really old. Try looking for GCC 4.9 references and update perhaps. Keep me posted. |
Hi Dan, brew install gcc49 to brew install gcc**@11** Plus 3 instances in the script of: to echo "Changing VSFM GCC to Brews gcc-11" I got the following error after running the script: Possibly, the changes I made were incorrect, maybe @ should have been -, however, the gcc@11 install appears to be fine as per: I hope you may shed some light on how I might modify the script to work today, understanding it is 6 years since you wrote it. Kind regards, |
PS I am running macOS Ventura 13.0.1 |
hi
I got this while installing...
About to make...
mkdir -p build
mkdir -p bin
cd build; ar -x ../lib/VisualSFM.a; cd ..;
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
g++-4.9 -w -o bin/VisualSFM build/. -L/usr/local/lib -L/opt/X11/lib -pthread -lGL -lGLU -lX11 -ldl lib/lapack.a lib/blas.a lib/libf2c.a lib/libjpeg.a
/bin/sh: g++-4.9: command not found
make: *** [VisualSFM] Error 127
The text was updated successfully, but these errors were encountered: