Mailing List archive

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

[vdr] Re: VDR developer version 1.1.14



Klaus Schmidinger wrote:

> VDR developer version 1.1.14 is now available at
>
>     ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.1.14.tar.bz2
>
> [...]

Thanks Klaus,

it compiles and run fine here (I use gcc 3.2, glibc 2.3.1)

Only a few pedantic warnings about the coding style:

-----------------------------------------------------------------------
gcc -O2 -g -pedantic -Wmissing-prototypes -Wstrict-prototypes -Wimplicit 
-D__USE_FIXED_PROTOTYPES__    -c -o xMemMgt.o xMemMgt.c
xMemMgt.c:1:1: warning: C++ style comments are not allowed in ISO C89
xMemMgt.c:1:1: warning: (this will be reported only once per input file)
In file included from xMemMgt.c:33:
liblx.h:1:1: warning: C++ style comments are not allowed in ISO C89
liblx.h:1:1: warning: (this will be reported only once per input file)
gcc -O2 -g -pedantic -Wmissing-prototypes -Wstrict-prototypes -Wimplicit 
-D__USE_FIXED_PROTOTYPES__    -c -o xListFuncs.o xListFuncs.c
xListFuncs.c:1:1: warning: C++ style comments are not allowed in ISO C89
xListFuncs.c:1:1: warning: (this will be reported only once per input file)
In file included from xListFuncs.c:29:
liblx.h:1:1: warning: C++ style comments are not allowed in ISO C89
liblx.h:1:1: warning: (this will be reported only once per input file)
updating library...
----------------------------------------------------------------------


@Martin:
----------------------------------------------------------------------
g++ -g -O2 -Wall -Woverloaded-virtual -m486 -c 
-DPLUGIN_NAME_I18N='"lcdproc"' -I../../../include 
-I../../../../DVB/ost/include lcdproc.c
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
-----------------------------------------------------------------------


Alfred



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index