From owner-freebsd-multimedia@FreeBSD.ORG Sat Jun 9 15:15:37 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BDE5106566C for ; Sat, 9 Jun 2012 15:15:37 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 649E58FC14 for ; Sat, 9 Jun 2012 15:15:37 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SdNO4-00075R-TE for freebsd-multimedia@freebsd.org; Sat, 09 Jun 2012 08:15:36 -0700 Date: Sat, 9 Jun 2012 08:15:36 -0700 (PDT) From: Jakub Lach To: freebsd-multimedia@freebsd.org Message-ID: <1339254936898-5716894.post@n5.nabble.com> In-Reply-To: <1339253341112-5716884.post@n5.nabble.com> References: <1339253341112-5716884.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: audio/wavpack with clang 3.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 15:15:37 -0000 Ok, by manually downloading old tar (same as used in port) and repeating build procedure [1], I conclude that something in port's structure is not right. [1] cd wavpack; ./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \ CC="clang" (yes, you can use even -O3 or fancy march too, but that's not the point) make in src/; make in cli/ All done. Yet- # make build in audio/wavpack extra2.c:85:41: error: passing 'int' to parameter of incompatible type <...> fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** Error code 1 What ?? -- View this message in context: http://freebsd.1045724.n5.nabble.com/audio-wavpack-with-clang-3-1-tp5716884p5716894.html Sent from the freebsd-multimedia mailing list archive at Nabble.com.