Subject: Error while compiling audio/arts
To: None <tech-pkg@netbsd.org>
From: Anthony Mallet <anthony.mallet@useless-ficus.net>
List: tech-pkg
Date: 06/25/2002 16:49:36
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?
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libltdl -I/include -I/home/src/pkgsrc/audi
o/arts/work/.buildlink/qt3/include -I/usr/local/share/x11-links/include -I/home/
src/pkgsrc/audio/arts/work/.buildlink/include -I/usr/local/share/x11-links/inclu
de -I../libltdl -DQT_THREAD_SUPPORT -I/home/src/pkgsrc/audio/arts/work/.buildlin
k/include -I/usr/local/share/x11-links/include -DEXTENSION_DIR=\"/usr/local/lib\
" -DTRADER_DIR=\"/usr/local/lib/mcop\" -O2 -I/home/src/pkgsrc/audio/arts/work/.b
uildlink/include -I/home/src/pkgsrc/audio/arts/work/.buildlink/include -O2 -I/us
r/local/share/x11-links/include -fno-exceptions -fno-check-new -ftemplate-depth-
99 -c connection.cc -Wp,-MD,.deps/connection.TPlo -fPIC -DPIC -o .libs/connecti
on.o
In file included from /usr/include/g++/queue:37,
from notification.h:26,
from object.h:28,
from common.h:29,
from dispatcher.h:26,
from connection.cc:24:
/usr/include/g++/stl_deque.h:478: parse error before `('
/usr/include/g++/stl_deque.h:484: syntax error before `*'
/usr/include/g++/stl_deque.h:485: syntax error before `*'
/usr/include/g++/stl_deque.h:486: syntax error before `&'
/usr/include/g++/stl_deque.h:487: syntax error before `&'
/usr/include/g++/stl_deque.h:488: confused by earlier errors, bailing out
gmake[2]: *** [connection.lo] Error 1
gmake[2]: Leaving directory `/home/src/pkgsrc/audio/arts/work/arts-1.0.1/mcop'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/src/pkgsrc/audio/arts/work/arts-1.0.1'
gmake: *** [all] Error 2
*** Error code 2