Package Details: opencv2 2.4.13.7-5

Git Clone URL: https://aur.archlinux.org/opencv2.git (read-only, click to copy)
Package Base: opencv2
Description: Open Source Computer Vision Library (version 2.x)
Upstream URL: https://opencv.org/
Licenses: BSD
Submitter: reisub
Maintainer: dbermond
Last Packager: dbermond
Votes: 29
Popularity: 0.79
First Submitted: 2016-04-25 13:35 (UTC)
Last Updated: 2023-12-18 21:47 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

reisub commented on 2016-05-10 09:02 (UTC)

Hi, it looks like the gcc upgrade to 6.1.1 broke some things, I'm looking into this.

geosam commented on 2016-05-10 01:36 (UTC)

I get the next error: I've reported in: https://github.com/Itseez/opencv/issues/6517 --- [ 0%] Built target opencv_core_pch_dephelp [ 0%] Generating precomp.hpp.gch/opencv_core_Release.gch cc1plus: aviso: la opción de línea de órdenes ‘-Wmissing-prototypes’ es válida para C/ObjC pero no para C++ cc1plus: aviso: la opción de línea de órdenes ‘-Wstrict-prototypes’ es válida para C/ObjC pero no para C++ In file included from /usr/include/c++/6.1.1/bits/stl_algo.h:59:0, from /usr/include/c++/6.1.1/algorithm:62, from /tmp/packerbuild-1001/opencv2/opencv2/src/opencv-2.4.12.3/modules/core/include/opencv2/core/core.hpp:53, from /tmp/packerbuild-1001/opencv2/opencv2/src/opencv-2.4.12.3/modules/core/precomp.hpp:48: /usr/include/c++/6.1.1/cstdlib:75:25: error fatal: stdlib.h: No existe el fichero o el directorio #include_next <stdlib.h> ^ compilación terminada. modules/core/CMakeFiles/pch_Generate_opencv_core.dir/build.make:62: fallo en las instrucciones para el objetivo 'modules/core/precomp.hpp.gch/opencv_core_Release.gch' make[2]: *** [modules/core/precomp.hpp.gch/opencv_core_Release.gch] Error 1 CMakeFiles/Makefile2:862: fallo en las instrucciones para el objetivo 'modules/core/CMakeFiles/pch_Generate_opencv_core.dir/all' make[1]: *** [modules/core/CMakeFiles/pch_Generate_opencv_core.dir/all] Error 2 Makefile:160: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 2 ---