On Sunday 28 of June 2020 09:00:02 deloptes wrote:
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/WebServe rManager_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/knew sticker_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/knew sticker_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/knew sticker_skel.cpp:171:3: note: suggested alternative: 'margin' arg0; ^~~~ margin repo-master/tde/2_build/tdenetwork/obj-x86_64-linux-gnu/knewsticker/knew sticker_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
Hi Emanoil,
because dcopidlng is now used as the default, you need to obtain the bug fixes for dcopidlng that were made in tdelibs. So you need to build current tdelibs. See:
https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/commit/49614d38c9b29...
Cheers