[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: knode compilation problem
From:       Michael Matz <matzmich () cs ! tu-berlin ! de>
Date:       2000-09-10 14:37:06
[Download RAW message or body]

Hi,

On Sat, 9 Sep 2000, Christian Gebauer wrote:
> > knprotocolclient.cpp: In method `void KNProtocolClient::closeConnection()':
> > knprotocolclient.cpp:243: `MSG_NOSIGNAL' undeclared (first use this function)
> > knprotocolclient.cpp:243: (Each undeclared identifier is reported only once
> > knprotocolclient.cpp:243: for each function it appears in.)
> > make[2]: *** [knprotocolclient.o] Error 1
> > make[2]: Leaving directory `/itch/kde/kdenetwork/knode'
> please do a cvs update, your checkout is from yesterday.

% cd knode ; cvs -z4 up -dPA
cvs server: Updating .
cvs server: Updating .xvpics
cvs server: Updating filters
cvs server: Updating pics
cvs server: Updating toolba
% grep MSG_NO *.cpp
knprotocolclient.cpp:  send(tcpSocket,&cmd.data()[0],todo, MSG_NOSIGNAL);

Seems you forgot to commit one diff:

--- knprotocolclient.cpp        2000/09/08 18:20:23     1.20
+++ knprotocolclient.cpp        2000/09/10 14:36:37
@@ -240,7 +240,7 @@
   if (ret > 0) {    // we can write...
     QCString cmd = "QUIT\r\n";
     int todo = cmd.length();
-    send(tcpSocket,&cmd.data()[0],todo, MSG_NOSIGNAL);
+    write(tcpSocket,&cmd.data()[0],todo);
   }
   closeSocket();
 }


Ciao,
Michael.

 
>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic