trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: October 2014

Re: [trinity-devel] Libmagic patches

From: Darrell <darrella@...>
Date: Tue, 7 Oct 2014 15:15:54 -0500
> New FTBFS in tdelibs today:
> 
>    656s] /home/abuild/rpmbuild/BUILD/trinity-tdelibs-14.0.0/tdeio/tdeio/kmimemagic.cpp: In member function 'bool KMimeMagic::mergeConfig(const TQString&)':
> [  656s] /home/abuild/rpmbuild/BUILD/trinity-tdelibs-14.0.0/tdeio/tdeio/kmimemagic.cpp:254:32: error: 'magic_version' was not declared in this scope
> [  656s] make[2]: *** [tdeio/tdeio/CMakeFiles/tdeiocore-static.dir/kmimemagic.cpp.o] Error 1

I think the problem is tdelibs/tdeio/tdeio/kmimemagic.cpp:33: #include <magic.h>

I just noticed in LMDE that magic.h is installed from the development package (libmagic-dev) and not part of the user package (libmagic1).

Darrell