Can't compile streamdev-server

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

 



kafifi wrote:
> Hello,
>
> I am using vdr-1.3.31 (under Kernel 2.6.13), and
> streamdev-cvs_for_vdr-1.3.23.
> No problem with "streamdev-client", but "streamdev-server" doesn't
compile,
> and return theses errors :
>

Try this:

--- streamdev/server/connectionVTP.c.orig       2005-05-29
12:20:40.000000000 -0700
+++ streamdev/server/connectionVTP.c    2005-05-29 12:25:30.000000000 -0700
@@ -369,8 +369,8 @@
      if (isnumber(Option)) {
         cRecording *recording = Recordings.Get(strtol(Option, NULL, 10) -
1);
         if (recording) {
-           if (recording->Summary()) {
-              char *summary = strdup(recording->Summary());
+           if (recording->Info()->Description()) {
+              char *summary = strdup(recording->Info()->Description());
               Reply(250, "%s", strreplace(summary,'\n','|'));
               free(summary);
               }


Pb solved by downgrading GCC from 3.4.1 => 3.3.2






[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux