rasmi
rasmi
@qq456cvb's approach worked for me to get VisualSFM to compile (thanks!), but I still don't have SiftGPU working. I get stuck here: ``` g++ -o bin/libsiftgpu.so build/FrameBufferObject.o build/GlobalUtil.o build/GLTexImage.o build/ProgramGLSL.o...
@qq456cvb I ended up using a different approach (see edited comment), but that makes sense. Thanks for the help!
@rxcited Hi James, did you try running `brew reinstall --with-x11 cairo` and then re-compiling as @qq456cvb mentioned above?
@rxcited Yes, try `brew unlink gtk+`, then `make clean`, and try compiling again.
@endersaka -- can you try `brew unlink gtk+` and then `make clean` and try compiling again? If you tried that and it doesn't work, try `brew uninstall gtk+` and then...
Hi @Bugaja, see @fanfancoll's comment above about the `--with-x11` flag for installing cairo with brew. This will help you get cairo-xlib. https://github.com/Linuxbrew/legacy-linuxbrew/issues/842 EDIT: The next-previois version of `cario.rb` can be...
I'm judging by your install messages from above, going through one error at a time. The first of which is: `fatal error: 'cairo-xlib.h' file not found` while installing gtk+, which...
@Bugaja -- see here: https://github.com/luckybulldozer/VisualSFM_OS_X_Installer/issues/40 In the `vsfm_os_x_installer.sh` script, replace: ``` SIFT_GPU_SRC=http://wwwx.cs.unc.edu/~ccwu/cgi-bin/siftgpu.cgi ``` with: ``` SIFT_GPU_SRC=https://github.com/pitzer/SiftGPU/archive/master.zip ``` Then, change ``` cd SiftGPU ``` to also add one line above: ```...
@uwe22 thanks for the tips -- moving /opt/local is what did the trick for me!
@vinsci -- can you merge this?