I get this error in the current SVN, and have been getting it for a few weeks now. Any thoughts?<br>
<br>
g++ -c -pipe -march=pentium4 -Wall -W -O3 -Wall -Wno-switch -march=i686
-O2 -pipe -Wl,-O1 -fomit-frame-pointer `freetype-config --cflags`
-D_REENTRANT -DPIC -fPIC&nbsp; -DMMX -Di386 -DUSING_DBOX2 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -DPREFIX=\&quot;/usr\&quot; -D_LARGEFILE_SOURCE
-DUSING_OSS -DUSING_XV -DUSING_FRONTEND -DUSING_V4L -DUSING_IVTV
-DUSING_BACKEND -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED
-I/opt/qt/mkspecs/linux-g++ -I. -I/usr/include -I../.. -I../libmyth
-I.. -Idvbdev -Impeg -I../libavcodec -I../libmythmpeg2
-I/opt/qt/include -o dbox2recorder.o dbox2recorder.cpp<br>
In file included from dbox2channel.h:16,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dbox2recorder.h:12,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dbox2recorder.cpp:13:<br>
dbox2epg.h:49: error: ISO C++ forbids declaration of `map' with no type<br>
dbox2epg.h:49: error: expected `;' before '&lt;' token<br>
In file included from dbox2recorder.h:12,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from dbox2recorder.cpp:13:<br>
dbox2channel.h:76: error: ISO C++ forbids declaration of `map' with no type<br>
dbox2channel.h:76: error: expected `;' before '&lt;' token<br>
dbox2channel.h:77: error: ISO C++ forbids declaration of `map' with no type<br>
dbox2channel.h:77: error: expected `;' before '&lt;' token<br>
make[2]: *** [dbox2recorder.o] Error 1<br>
make[2]: Leaving directory `/var/abs/local/myth/svn/mythtv-svn/src/mythtv/libs/libmythtv'<br>
make[1]: *** [sub-libmythtv] Error 2<br>
make[1]: Leaving directory `/var/abs/local/myth/svn/mythtv-svn/src/mythtv/libs'<br>
make: *** [sub-libs] Error 2