Closed GoogleCodeExporter closed 9 years ago
I think I figured it out: the way to get it to compile is to edit
tools/build/v2/user-config.jam and set your python
framework, then edit bjamcompiler.py and change "using gcc : : g++" to "using
darwin : : ${configure.cxx}"
where configure.cxx is your c++ compiler. I'm compiling now and will post a
(very hackish) macports Port file if
it works.
Original comment by aber...@gmail.com
on 8 May 2010 at 7:06
[deleted comment]
[deleted comment]
Okay - the above fixed the compilation problems. Now version 885 from svn
compiles for Mac OSX, but I get all
sorts of floating point exceptions and seg faults when I try to run any of the
examples from the website. I think
that this might be related to the 32bit vs. 64bit issue. Are there any reports
of pyopencv actually working on a
64bit machine?
Original comment by aber...@gmail.com
on 8 May 2010 at 7:56
Please let me know how I can help get this software up and running. I think it
would be tremendously useful for
many people.
Original comment by aber...@gmail.com
on 8 May 2010 at 7:58
Hi abergou,
So sorry for my late response. I have had a very busy week last week.
Currently, I do
not have access to a Mac OS X platform, so I don't know how I can help you.
Thanks
for the tip about changing "using gcc : : g++" to "using darwin : :
${configure.cxx}". It is very helpful. Perhaps, it can help me to solve some
other
problems with Linux distributions, too.
It has been reported very recently that PyOpenCV is compilable on a 64-bit
machine
(issue 11). However, I haven't upgraded my system from 32-bit to 64-bit yet.
Thus, I
am not entirely sure if all 64-bit bugs have been fixed.
I will keep this issue open until I manage to install PyOpenCV on a Mac OSX
platform
myself, making sure that it runs smoothly.
Cheers,
Minh-Tri
Original comment by pmtri80@gmail.com
on 9 May 2010 at 6:20
Hi Minh-Tri,
Thanks for your reply - hope that the "using darwin" section indeed helps. I
will try to help out on my end and
see where the issue is. It looks like a 32-bit vs. 64-bit issue to me.
Attila
Original comment by aber...@gmail.com
on 9 May 2010 at 3:36
Hi Attila,
I think it is safe to close this issue now. Thanks a lot for your help.
Cheers,
Minh-Tri
Original comment by pmtri80@gmail.com
on 27 Aug 2010 at 7:19
Original issue reported on code.google.com by
aber...@gmail.com
on 7 May 2010 at 5:00Attachments: