Mailing List archive

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

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



Ville Skyttä schrieb:

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.



I will switch to gcc 3.4.3 the next days. At the moment i have some startproblems with the current cvs - must look, if it is a driver or a plugin
problem.

--
Christian Gmeiner
Maintainer of the DXR3-Plugin for VDR: http://sourceforge.net/projects/dxr3plugin/
Maintainer of VDR-Ebuilds at Gentoo.de





Home | Main Index | Thread Index