Loggytronic Forum

VOMP => VOMP General / MVP => Topic started by: B-Tronic on August 02, 2005, 22:06:49

Title: Compile problem
Post by: B-Tronic on August 02, 2005, 22:06:49
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

Title: Re: Compile problem
Post by: Chris on August 03, 2005, 01:44:17
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