trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2020

tdenetwork FBTS

From: deloptes <deloptes@...>
Date: Sun, 28 Jun 2020 09:00:02 +0200
Hi all,

recently there was some work on dcopidl.

I try to compile tdenetwork without recompiling all (tdelibs etc) from
scratch and get following

repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/kpf/src/WebServerManager_stub.h:14:10:
fatal error: "Defaults.h": No such file or directory
 #include <"Defaults.h">
          ^~~~~~~~~~~~~~

Also if I try make in tdenetwork/obj-x86_64-linux-gnu

repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:
In member function 'virtual bool KNewsTicker::process(const TQCString&,
const TQByteArray&, TQCString&, TQByteArray&)':
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:171:3:
error: 'arg0' was not declared in this scope
   arg0;
   ^~~~
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:171:3:
note: suggested alternative: 'margin'
   arg0;
   ^~~~
   margin
repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knewsticker_skel.cpp:179:3:
error: 'arg0' was not declared in this scope
   arg0;
   ^~~~

I wonder if both has to do with each other, or what could be the cause?

thanks