From owner-freebsd-ports@FreeBSD.ORG Sun Jan 23 22:17:31 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69D716A4CE for ; Sun, 23 Jan 2005 22:17:31 +0000 (GMT) Received: from S2.cableone.net (smtp2.cableone.net [24.116.0.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D9BC43D2F for ; Sun, 23 Jan 2005 22:17:31 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from fennec.local.lan (unverified [24.119.122.170]) by S2.cableone.net (CableOne SMTP Service S2) with ESMTP id 8187759 for ; Sun, 23 Jan 2005 15:41:37 -0700 Date: Sun, 23 Jan 2005 14:17:36 -0600 From: Vulpes Velox To: freebsd-ports@freebsd.org Message-ID: <20050123141736.7a1820f1@fennec.local.lan> X-Mailer: Sylpheed-Claws 1.0.0 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 0, First 0, in=1, out=0, spam=0 X-External-IP: 24.119.122.170 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Subject: audio/muse broken? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 22:17:31 -0000 Any one have any luck getting this compiled on releng_5? It goes for awhile, and then this happens... if c++ -DHAVE_CONFIG_H -I. -I. -I.. -Ishout -I/usr/X11R6/include -Incursesgui -I/usr/local/include -DHAVE_DECL_GETOPT -DHAVE_SYS_UIO_H -O -march=athlon-xp -D_REENTRANT -MT out_lame.o -MD -MP -MF ".deps/out_lame.Tpo" \ -c -o out_lame.o `test -f 'out_lame.cpp' || echo './'`out_lame.cpp; \ then mv -f ".deps/out_lame.Tpo" ".deps/out_lame.Po"; \ else rm -f ".deps/out_lame.Tpo"; exit 1; \ fi if c++ -DHAVE_CONFIG_H -I. -I. -I.. -Ishout -I/usr/X11R6/include -Incursesgui -I/usr/local/include -DHAVE_DECL_GETOPT -DHAVE_SYS_UIO_H -O -march=athlon-xp -D_REENTRANT -MT pipe.o -MD -MP -MF ".deps/pipe.Tpo" \ -c -o pipe.o `test -f 'pipe.cpp' || echo './'`pipe.cpp; \ then mv -f ".deps/pipe.Tpo" ".deps/pipe.Po"; \ else rm -f ".deps/pipe.Tpo"; exit 1; \ fi pipe.cpp: In member function `int Pipe::read_float_intl(int, float*, int)': pipe.cpp:122: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:124: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:150: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:151: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp: In member function `int Pipe::read_float_bidi(int, float**, int)': pipe.cpp:228: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:230: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:257: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:258: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp: In member function `int Pipe::mix16stereo(int, int32_t*)': pipe.cpp:313: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:315: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:328: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:329: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp: In member function `int Pipe::read(int, void*)': pipe.cpp:376: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:378: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:385: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:386: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp: In member function `int Pipe::write(int, void*)': pipe.cpp:422: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:426: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:433: error: ISO C++ forbids cast to non-reference type used as lvalue pipe.cpp:434: error: ISO C++ forbids cast to non-reference type used as lvalue gmake[3]: *** [pipe.o] Error 1 gmake[3]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/muse/work/MuSE-0.9' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/audio/muse.