Mailing List archive

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

[vdr] Re: Compiling DXR3 plugin on Fedora Core 3



On Sat, 2005-01-15 at 11:36 +0100, Christian Gmeiner wrote:
> Ville Skyttä schrieb:
> 
> >On Sat, 2005-01-15 at 11:20 +0100, Christian Gmeiner wrote:
> >
> >  
> >
> >>What exactly does -fpermissive?
> >>    
> >>
> >
> >>From the gcc 3.4.2 man page:
> >
> >   -fpermissive
> >       Downgrade some diagnostics about nonconformant code from errors to
> >       warnings.  Thus, using -fpermissive will allow some nonconforming
> >       code to compile.
> >
> Thanks. Ok thats an fix for the problem, but i want to have fully ansi 
> c++ code.

Yep, that's the way to go.

Note also that the above description means exactly what is says, some
code will be allowed to _compile_.  AFAIK that does not imply that the
resulting binaries would always _work_ as expected.  vdr-dxr3 built with
-fpermissive on FC3 g++ 3.4.2 seems to work here though.





Home | Main Index | Thread Index