OSX Issues
InternalPub.OSXIssues History
Hide minor edits - Show changes to markup
June 01, 2010, at 11:35 AM
by -
Changed line 3 from:
macports is a handy package management tool for OSX. See for more information.
to:
macports is a handy package management tool for OSX. See Macports for more information.
June 01, 2010, at 11:35 AM
by -
Changed lines 1-3 from:
It is important to note that the Python headers shipped with OSX 10.5 and 10.6 are 64-bit only. Compiling libraries in c or c++ which will be imported in python (including opencv) must be compiled for a 64-bit architecture. On an Intel MacBook, this means compiling with
-arch x86_64
to:
It is important to note that the Python headers shipped with OSX 10.5 and 10.6 are 64-bit only. Compiling libraries in c or c++ which will be imported in python (including opencv) must be compiled for a 64-bit architecture. On an Intel MacBook, this means compiling with
-arch x86_64
macports is a handy package management tool for OSX. See for more information.
June 01, 2010, at 11:02 AM
by -
Added line 1:
It is important to note that the Python headers shipped with OSX 10.5 and 10.6 are 64-bit only. Compiling libraries in c or c++ which will be imported in python (including opencv) must be compiled for a 64-bit architecture. On an Intel MacBook, this means compiling with
-arch x86_64