Bug #282
Linux 64 bit compile failure, wrong version of ofx addons?
| Status: | New | Start: | 05/21/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
Description
I can't seem to get CCV to compile fully, looks like everything goes smoothly until ld tries to link libs while building the executable due to 'incompatible versions' - I was able to get libfmodex64 from the CCV binary release, 64bit openFrameworks, but I'm failing on the ofx addons:
Linking console executable: bin/Community_Core_Vision
/usr/bin/ld: skipping incompatible ../../../addons/ofxOpenCv/libs/opencv/lib/linux/libcv.a when searching for -lcv
/usr/bin/ld: skipping incompatible ../../../addons/ofxOpenCv/libs/opencv/lib/linux/libcxcore.a when searching for -lcxcore
/usr/bin/ld: skipping incompatible ../../../addons/ofxOsc/libs/oscpack/lib/linux/liboscpack.a when searching for -loscpack
/usr/bin/ld: cannot find -loscpack
History
Updated by Anonymous over 4 years ago
To compile on 64bit, you need the 64bit version of openframeworks (we don't provide that on our svn).
http://www.openframeworks.cc/download/
Updated by Pat King over 4 years ago
Yeah my mistake.
For others hitting this ticket, make sure you're grabbing the FAT revision of openFrameworks to get the addons with 64 bit libs ;)
