I suppose this is q question for Seife
I'm trying to compile sectionsd from latest CVS, it compiles fine (make neutrino) but when I put it on my existing box, it complains about missing symbol:
Code: Alles auswählen
/sectionsd: undefined symbol: _Z12parseXmlFilePKcb
I've hence followed the instructions from the CVS:
Code: Alles auswählen
Consolidate the three, slightly different versions of xmlinterface.{cpp,h}
into libtuxbox-xmltree. Everything compiled afterwards and I hope that I
did not forget anything. If something fails, it's probably due to a wrong
xmlinterface.h include, just change it to "#include <xmltree/xmlinterface.h>"
and everything should be fine.
It is recommended to start with a fresh checkout or a "make distclean"
after updating. If you cannot do that, you should at least do (from cdk/
directory):
- make -C ../apps/dvb/zapit uninstall
- make -C ../apps/misc/libs uninstall
- find all xmlinterface.h files in your cdkroot and remove them.
- make misc_libs
- make zapit
- make neutrino
Or does it mean that the changes to the CVS means that I cannot just compile sectionsd and copy it to my "old" structure (with "old" lib) on my dbox without uploading some new libs as well (and in that case which files?)
Or any other ideas?
Thanks a lot!
FreddyFr0g