-
Notifications
You must be signed in to change notification settings - Fork 103
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
Problem with CVD for build Oxford-PTAM/PTAM-GPL #32
Comments
I tried the patch: https://github.com/edrosten/libcvd/pull/8/files
configure log
But now problem with i386 with XQuartz. logs
After that I tried make build with x86_64 (GVars3, libcvd, opencv) using xcode. I also patched "progs/video_play_source.cc"
Is it correct? Or maybe this is a problem with mirrored menu? |
Hello.
I want to compile project on MacOS 10.11 with arch i386 and have several problem with linking.
System information (version)
libcvd configuration
I'm using ./configure_osx
libcvd attributes
./configure_osx --without-ffmpeg --without-v4l1buffer --without-dc1394v1 --without-dc1394v2
libcvd config log
otool - L /usr/local/lib/libcvd.a
Not found glwindow.o
PTAM Log
I'm compiling PTAM with keys:
Linking problem:
But libcvd, gvars - builded for i386.
> lipo -info /usr/local/lib/libcvd.a input file /usr/local/lib/libcvd.a is not a fat file Non-fat file: /usr/local/lib/libcvd.a is architecture: i386
> lipo -info /usr/local/lib/libGVars3-0.6.dylib Non-fat file: /usr/local/lib/libGVars3-0.6.dylib is architecture: i386
How can I fix it?
Thx
The text was updated successfully, but these errors were encountered: