Opened 18 years ago
Closed 18 years ago
#10307 closed defect (fixed)
BUG: OpenCV-0.9.7 does not compile on Intel
Reported by: | jlisee@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | markd@… | |
Port: |
Description
Intel iMac OS X 10.4 give the following error messages when compiling OpenCV. I have include the command line output of "sudo port install opencv". This is after all the dependencies have been compilied.
---> Building opencv with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_graphics_opencv/work/opencv-0.9.7" && make all" returned error 2 Command output: make all-recursive Making all in cxcore Making all in src if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../.. -Wall -fno-rtti -pipe -O3 -DNDEBUG -g -march=i686 -ffast-math -fomit-frame-pointer -I/opt/local/include -L/opt/local/lib -MT cxarithm.lo -MD -MP -MF ".deps/cxarithm.Tpo" -c -o cxarithm.lo cxarithm.cpp; \ then mv -f ".deps/cxarithm.Tpo" ".deps/cxarithm.Plo"; else rm -f ".deps/cxarithm.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../.. -Wall -fno-rtti -pipe -O3 -DNDEBUG -g -march=i686 -ffast-math -fomit-frame-pointer -I/opt/local/include -L/opt/local/lib -MT cxarithm.lo -MD -MP -MF .deps/cxarithm.Tpo -c cxarithm.cpp -fno-common -DPIC -o .libs/cxarithm.o
{standard input}:7360:operands given don't match any known 386 instruction {standard input}:7514:operands given don't match any known 386 instruction {standard input}:7516:operands given don't match any known 386 instruction {standard input}:7528:operands given don't match any known 386 instruction {standard input}:7530:operands given don't match any known 386 instruction {standard input}:8003:operands given don't match any known 386 instruction {standard input}:8006:operands given don't match any known 386 instruction {standard input}:8009:operands given don't match any known 386 instruction {standard input}:8011:operands given don't match any known 386 instruction {standard input}:8641:operands given don't match any known 386 instruction {standard input}:8646:operands given don't match any known 386 instruction {standard input}:8650:operands given don't match any known 386 instruction {standard input}:8653:operands given don't match any known 386 instruction {standard input}:9175:operands given don't match any known 386 instruction {standard input}:9241:operands given don't match any known 386 instruction {standard input}:9243:operands given don't match any known 386 instruction {standard input}:9261:operands given don't match any known 386 instruction {standard input}:9263:operands given don't match any known 386 instruction {standard input}:10932:operands given don't match any known 386 instruction {standard input}:15375:operands given don't match any known 386 instruction make[3]: * [cxarithm.lo] Error 1 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
Change History (1)
comment:1 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | OpenCV does not compile on Intel → BUG: OpenCV-0.9.7 does not compile on Intel |
Committed update to 0.99, this version now supports Intel and PPC. Do a 'port selfupdate' to get the new version and try again.