News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

Compile problem

Started by B-Tronic, August 02, 2005, 22:06:49

Previous topic - Next topic

B-Tronic

Could anyone tell me what´s wrong with this:  ???

mvpclient.c:337: error: ISO C++ forbids declaration of `cRecordingInfo' with no
   type
mvpclient.c:337: error: uninitialized const `cRecordingInfo'
mvpclient.c:337: error: Fehler beim Parsen before `*' token
mvpclient.c:338: error: `Info' undeclared (first use this function)
mvpclient.c:338: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
mvpclient.c:337: Warnung: unused variable `const int cRecordingInfo'
make: *** [mvpclient.o] Fehler 1


Regards  B-Tronic


Chris

Hello, this is definitely to do with VDR 1.3. I can only guess what is wrong here because I don't yet use VDR 1.3 myself, however.. I would guess that you are using a version earlier than VDR 1.3.27. I know that the code in that area of the mvpclient file is talking to parts of VDR that have changed in the 1.3 line, I guess the objects required by mvpclient don't exist in the VDR you use.

Chris