BackupGGCode / pyopencv

Python bindings for OpenCV 2.x using Boost.Python and NumPy
1 stars 0 forks source link

failed to compile in 64-bit OpenSUSE 11.2 #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have tried pyopencv-2.1.0.wr1.0.1.tar.gz with OpenCV 2.1.0 in both 32-bit
and 64-bit OpenSUSE 11.2.  It works well in the 32-bit machine, but fails
to compile in the 64-bit machine.

OpenCV version: 2.1.0
Boost version: 1.42.0

See attachment for the build log in the 64-bit machine.

PS. the newest svn checkout also fails in a similar way...

Original issue reported on code.google.com by vaile...@gmail.com on 27 Apr 2010 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

Thanks for the log file. It is indeed very helpful. I have modified PyOpenCV in 
the
main trunk to fix as many errors as possible. However, I don't have a 64-bit 
platform
with me. Please feel free to check out the latest svn code and let me know if 
it is
compilable.

Cheers,
Minh-Tri

Original comment by pmtri80@gmail.com on 27 Apr 2010 at 11:32

GoogleCodeExporter commented 9 years ago
I tried to compile the newest svn code in the 64-bit machine. Now I have 4 
failure
instead of 6 before. See attachment for the log.

It seems the major problem now is the HOGDescriptor and FernClassifier.

Original comment by vaile...@gmail.com on 28 Apr 2010 at 7:10

Attachments:

GoogleCodeExporter commented 9 years ago
Hi vailenlu,

Thanks for the log file again. I've made some changes in the trunk to fix the 
new
compilation errors. Let's see if the latest code works on your end.

Cheers,
Minh-Tri

Original comment by pmtri80@gmail.com on 28 Apr 2010 at 8:27

GoogleCodeExporter commented 9 years ago
It works for OpenSUSE 64bit now!
Good job!

Original comment by vaile...@gmail.com on 4 May 2010 at 12:00

GoogleCodeExporter commented 9 years ago
Cool! Thanks for letting me know.

Cheers,
Minh-Tri

Original comment by pmtri80@gmail.com on 4 May 2010 at 5:51