From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 15:04:01 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E0795A0F; Sun, 6 Jan 2013 15:04:01 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-vc0-f172.google.com (mail-vc0-f172.google.com [209.85.220.172]) by mx1.freebsd.org (Postfix) with ESMTP id 90615342; Sun, 6 Jan 2013 15:04:01 +0000 (UTC) Received: by mail-vc0-f172.google.com with SMTP id fw7so18774118vcb.3 for ; Sun, 06 Jan 2013 07:03:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mlD/gF2Qmf4LgxNktyF6eGf4l2RNc5mQAE5/ji+OCqg=; b=esyTZ/ofM/qPaNaS2hWw7m5Mfj9MoEViuhXqzIodA5t3qwMR5+XFj+f/Qy/8vJyhtn uhr1W2tgPwxz5Nu4mAz3K+zn9SfXsntAsjmIkSUZYIOWTpmLPOjwHprauUk6eaai+RFz Zy3CiJqI7ZQnBr4r7FRagtVeVrJHv6Y3GUhDs2mInd1S/Aqz2mgXhPcVEd3uOZVKeSBR vninHF+Wx2ea0z2wPl3Us3q4xdRoyUIhZ6f2arBC16aXOzJxq/fxjBA2W7Djt6vKggZq quawOdlvlVxbK+fNX6xV9rQFZ3m8eh8IucCtvQBVAl75Fhh8ZukclN4wt2H+/ry3rzKb mgWQ== MIME-Version: 1.0 Received: by 10.52.21.179 with SMTP id w19mr70957742vde.55.1357484635011; Sun, 06 Jan 2013 07:03:55 -0800 (PST) Received: by 10.220.230.138 with HTTP; Sun, 6 Jan 2013 07:03:54 -0800 (PST) Date: Sun, 6 Jan 2013 19:03:54 +0400 Message-ID: Subject: graphics/OpenEXR & gcc 4.6.3 ISSUE error: 'memset' was not declared in this scope From: awarecons To: ports@freebsd.org, ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 15:04:01 -0000 libtool: compile: g++46 -DHAVE_CONFIG_H -I. -I. -I../config -D_THREAD_SAFE -I/usr/local/include/OpenEXR -I.. -I../config -O2 -pipe -march=pentium4 -mtune=pentium4 -Wno-error -w -pipe -O2 -pipe -march=pentium4 -mtune=pentium4 -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -O2 -pipe -march=pentium4 -mtune=pentium4 -Wno-error -w -Wl,-rpath=/usr/local/lib/gcc46 -MT ImfChromaticities.lo -MD -MP -MF .deps/ImfChromaticities.Tpo -c ImfChromaticities.cpp -fPIC -DPIC -o .libs/ImfChromaticities.o In file included from ./ImfChromaticities.h:47:0, from ImfChromaticities.cpp:43: /usr/local/include/OpenEXR/ImathMatrix.h: In constructor 'Imath::Matrix44::Matrix44() [with T = float]': ImfChromaticities.cpp:110:17: instantiated from here /usr/local/include/OpenEXR/ImathMatrix.h:1813:5: error: 'memset' was not declared in this scope gmake[2]: *** [ImfChromaticities.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/OpenEXR/work/openexr-1.7.0/IlmImf' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/graphics/OpenEXR/work/openexr-1.7.0/IlmImf' gmake: *** [all-recursive] Error 1 *** Error code 1 Stop in /usr/ports/graphics/OpenEXR. *** Error code 1 Stop in /usr/ports/graphics/OpenEXR. Gcc 4.2+ works, but graphics/ilmbase should be compiled with 4.2+ either.