Date: Fri, 7 Oct 2016 13:27:19 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Cc: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: graphics/opencv2-core: compiler error on CURRENT: error: 'stddef.h' file not found Message-ID: <82D50395-FC1C-475B-B414-C83EB90AAB77@FreeBSD.org> In-Reply-To: <20161007102619.7989b299.ohartman@zedat.fu-berlin.de>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On 07 Oct 2016, at 10:26, O. Hartmann <ohartman@zedat.fu-berlin.de> wrote: > > I'm being haunted by this error on two CURRENT systems, while several other CURRENT > systems with identical src.conf and make.conf are not affected, please see below. ... > cd /usr/ports/graphics/opencv2-core/work/opencv-2.4.13.1/modules/core && /usr/bin/c++ > -DCVAPI_EXPORTS > -I/usr/ports/graphics/opencv2-core/work/opencv-2.4.13.1/modules/dynamicuda/include > -I/usr/ports/graphics/opencv2-core/work/opencv-2.4.13.1/modules/core > -I/usr/ports/graphics/opencv2-core/work/opencv-2.4.13.1/modules/core/src > -I/usr/ports/graphics/opencv2-core/work/opencv-2.4.13.1/modules/core/include > -I/usr/ports/graphics/opencv2-core/work/opencv-2.4.13.1 > -isystem /usr/local/include/eigen3 -isystem /usr/include/include -O2 -pipe -O3 > -march=native -fstack-protector -fno-strict-aliasing -fsigned-char -W > -Werror=return-type -Werror=address -Werror=sequence-point -Wformat > -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes > -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing > -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-array-bounds > -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mavx > -mavx2 -ffunction-sections -O2 -pipe -O3 -march=native -fstack-protector > -fno-strict-aliasing -DNDEBUG -fPIC -o CMakeFiles/opencv_core.dir/src/arithm.cpp.o ... > In file included > from /usr/ports/graphics/opencv2-core/work/opencv-2.4.13.1/modules/core/include/opencv2/core/core.hpp:53: > In file included from /usr/include/c++/v1/algorithm:624: In file included > from /usr/include/c++/v1/initializer_list:47: /usr/include/c++/v1/cstddef:43:15: fatal > error: 'stddef.h' file not found #include_next <stddef.h> So for some reason, on your system, the compilation flags include -isystem /usr/include/include, which is rather strange. I would not expect this to break compilation in the fashion you are seeing. Do you have an /usr/include/include directory on your system, by any chance? That said, for me graphics/opencv2-core compiles just fine, and the compilation flags only have an -isystem option to point at the /usr/local/include/eigen3 directory. Maybe the problem lies in the eigen3 port? I assume this will have a pkg-config file, or some other way at getting the required CFLAGS and CXXFLAGS for using it. -Dimitry [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlf3hq4ACgkQsF6jCi4glqPzqACeL9zpKFEQ/I/d9stSyrQVQ8i1 SGcAoITomj3PskKSpr6paXpnasH+RhUA =HUgY -----END PGP SIGNATURE-----help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?82D50395-FC1C-475B-B414-C83EB90AAB77>
