From owner-freebsd-ports@FreeBSD.ORG Sun Jan 6 15:23:22 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7FCFB232; Sun, 6 Jan 2013 15:23:22 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 429A8401; Sun, 6 Jan 2013 15:23:21 +0000 (UTC) Received: from [192.168.1.21] (156.red-88-8-76.dynamicip.rima-tde.net [88.8.76.156]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 77EF943BA8; Sun, 6 Jan 2013 09:17:55 -0600 (CST) Message-ID: <50E995A0.1070706@marino.st> Date: Sun, 06 Jan 2013 16:17:52 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: awarecons Subject: Re: graphics/OpenEXR & gcc 4.6.3 ISSUE error: 'memset' was not declared in this scope References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, ports-bugs@freebsd.org 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:23:22 -0000 On 1/6/2013 16:03, awarecons wrote: > `/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. > _______________________________________________ We've fixed this in DPorts, like many others: https://github.com/jrmarino/DPorts/blob/master/graphics/OpenEXR/dragonfly/patch-IlmImf_ImfAutoArray.h You need this one too: https://github.com/jrmarino/DPorts/blob/master/graphics/OpenEXR/dragonfly/patch-exrenvmap_blurImage.cpp John