Guys,
Just a quick sanity check. I have the Arch Linux package for tqtinterface building, but I saw a few headers that were not found during cmake:
Checked out revision 1217590. ==> SVN checkout done or server timeout ==> Starting cmake... -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- checking for 'Qt' -- Performing Test HAVE_PATCHED_QT3 -- Performing Test HAVE_PATCHED_QT3 - Success -- found patched Qt, version 3.3.8 -- Looking for qinputcontext.h -- Looking for qinputcontext.h - not found -- Looking for qinputcontextfactory.h -- Looking for qinputcontextfactory.h - not found -- Configuring done <snip>
Are the 'not found' headers OK, or do I have a build problem on my end? Sorry if this is a stupid question, but I'm still feeling my way through the initial build :)
On Friday 28 January 2011 02:17:35 David C. Rankin wrote: [...]
-- Looking for qinputcontext.h -- Looking for qinputcontext.h - not found -- Looking for qinputcontextfactory.h -- Looking for qinputcontextfactory.h - not found -- Configuring done
<snip>
Are the 'not found' headers OK, or do I have a build problem on my end? Sorry if this is a stupid question, but I'm still feeling my way through the initial build :)
It's ok, ignore it.