Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: DVB subtitles
On Thu, May 08, 2003 at 11:04:56PM +0300, Pekka Virtanen wrote:
>
> I knew I was going to get in to trouble for using STL. You probably have
> a newer gcc, like 3.2 or something.
>
> Try adding:
> 'using namespace std;'
> after the #include's
Adding the above line to decoder.h after the #includes fixed the problem.
> or change the lines 24-27 to be:
>
> typedef std::map<int, Region*> RegionMap;
> typedef std::map<int, Object*> ObjectMap;
> typedef std::map<int, Clut*> ClutMap;
> typedef std::list<Region*> RegionList;
Didn't try this one since the first suggestion worked.
> -- pekka
--
Lauri
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index