From owner-freebsd-questions Tue Apr 2 0:35:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from soda.csua.berkeley.edu (soda.CSUA.Berkeley.EDU [128.32.247.226]) by hub.freebsd.org (Postfix) with ESMTP id C9D6337B41D for ; Tue, 2 Apr 2002 00:35:32 -0800 (PST) Received: from localhost (mjm@localhost) by soda.csua.berkeley.edu (8.11.6/8.11.6) with ESMTP id g328ZWi07962 for ; Tue, 2 Apr 2002 00:35:32 -0800 (PST) (envelope-from joup@bigfoot.com) X-Authentication-Warning: soda.csua.berkeley.edu: mjm owned process doing -bs Date: Tue, 2 Apr 2002 00:35:32 -0800 (PST) From: Mark Miller X-X-Sender: mjm@soda.csua.berkeley.edu To: freebsd-questions@freebsd.org Subject: build of freeamp 2.1.1 Message-ID: <20020402002318.A6594-100000@soda.csua.berkeley.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to build the most recent port of freeamp (2.1.1) but the build fails with the following type of error: In file included from /usr/include/g++/stl_alloc.h:45, from /usr/include/g++/string:6, from ui/musicbrowser/unix/include/gtkmessagedialog.h:27, from ui/musicbrowser/unix/src/gtkmessagedialog.cpp:28: /usr/include/g++/iostream.h:50: invalid type `void *' for default argument to `ostream *' I checked out the file, and in every case it's just a constructor there like iostream(streambuf* sb, ostream*tied=NULL); Is there any thing I can do to make this port build? Thanks, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message