Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: ANNOUNCE: Tvonscreen 0.6.0



> >g++ -g -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"tvonscreen"' 
> >-D_GNU_SOURCE-I/usr/include/vdr/include -I/usr/include magazine.c
> >magazine.c: In member function `virtual void magazine::Show()':
> >magazine.c:1147: error: array bound forbidden after parenthesized type-id
> >magazine.c:1147: note: try removing the parentheses around the type-id
> >magazine.c:1148: error: array bound forbidden after parenthesized type-id
> >magazine.c:1148: note: try removing the parentheses around the type-id
> >magazine.c:1149: error: array bound forbidden after parenthesized type-id
> >magazine.c:1149: note: try removing the parentheses around the type-id
> >make: *** [magazine.o] Error 1
> >
> >After removing the parentheses the error is gone, but I dont understand
> >that this is a real error. Are there some C++ gurus around knowing the
> >syntactical details of the type definition for new statements?
> >
> >I'm using gcc 3.4.1. Is this the cause for the error message? Is this
> >version more ANSI conform?
> >
> 
> Hm, well, maybe. None of my beta testers reported this. Is gcc 3.4.1 
> part of any distribution already?

Yes. Gentoo, if I accept instable packages ... The newest package there
is gcc-3.4.2-r1.


-- 
Steal my cash, car and TV - but leave the computer!
        -- Soenke Lange <soenke@escher.north.de>




Home | Main Index | Thread Index