Hello,<br><br>I keep running into this compile error:<br><br>/usr/kde/svn/include/kdevplatform/language/duchain/typesystem.h:457: error: cast from 'const KDevelop::AbstractType*' to 'uint' loses precision<br>
<br>To get around it, I have been adding a cast to (ulong) before the (uint) cast to make it compile.  My question: is this the proper way to fix this or should their be a macro defined for both architectures and then used in this case?<br>
<br>Thanks,<br>Andrew<br>