Subject: Re: Error while compiling audio/arts
To: Anthony Mallet <anthony.mallet@useless-ficus.net>
From: Nick Hudson <skrll@netbsd.org>
List: tech-pkg
Date: 06/28/2002 09:25:07
On Tuesday 25 June 2002 3:49 pm, Anthony Mallet wrote:
> I get the errors below when trying to compile audio/arts-1.0.1.
> I use a -current src tree and pkgsrc is up-to-date also.
> Should I send-pr this, or is it a problem related to my installation?

This is almost certainly a problem with your setup.

I have the following @ line 478 of /usr/include/g++/stl_deque.h

	template <class _Tp, class _Alloc = __STL_DEFAULT_ALLOCATOR(_Tp),

I vaguely remember someone else having problems with __STL_DEFAULT_ALLOCATOR 
that were due to a borked install.

Nick