codemode.h issue
Bernd Buschinski
b.buschinski at web.de
Sun Nov 12 02:04:19 UTC 2006
codemode.h is one of the header that will be installed
in /usr/include/kdevelop/interfaces/ or something like that
the problem is that it
#include "hashedstring.h"
and hashedstring.h is one of the headers that are not installed
as a result if you include codemodel.h from /usr/include...
it will always be unuseable because hashedstring can not be found anywhere
the simpliest solution would be a install that header too
but I dont know if it is the correct way
the patch tells the makefile to install the header
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdevelop-9999-hashstring.diff
Type: text/x-diff
Size: 1451 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20061112/6b16f45c/attachment.bin>
More information about the KDevelop-devel
mailing list