trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: October 2012

Re: [trinity-users] tqtinterface errors

From: Calvin Morrison <mutantturkey@...>
Date: Wed, 3 Oct 2012 13:59:40 -0400
On 3 October 2012 13:58, Jerry Nettrouer II <trinity@...> wrote:
>
> After compiling and installing tqt3 on 2012-10-03
> git clone http://system@.../scm/git/tqt3
>
> then attempting to compile 2012-10-03
> git clone http://system@.../scm/git/tqtinterface
>
> tqtinterface fails to configure with ...
>
> Updating build environment file and directory permissions...
> -- The C compiler identification is GNU 4.7.1
> -- The CXX compiler identification is GNU 4.7.1
> -- 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
> CMake Error at CMakeLists.txt:27 (include):
>   include could not find load file:
>
>     TDEMacros
>
>
> -- Checking for Qt3...
> --   QT_PREFIX_DIR is set to QTDIR
> --   QT_PREFIX_DIR : /usr/lib/tqt3
> --   QT_INCLUDE_DIR: /usr/lib/tqt3/include
> -- Native TQt3 detected
> --   QT_LIBRARY_DIR: /usr/lib/tqt3/lib
> --   QT_BINARY_DIR : /usr/lib/tqt3/bin
> --   MOC_EXECUTABLE: /usr/lib/tqt3/bin/tqmoc (using Qt 3.5.0)
> --   UIC_EXECUTABLE: /usr/lib/tqt3/bin/tquic
> CMake Error at ConfigureChecks.cmake:164 (tde_save):
>   Unknown CMake command "tde_save".
> Call Stack (most recent call first):
>   CMakeLists.txt:29 (include)
>
>
> -- Configuring incomplete, errors occurred!
>
> I checked my cmake-2.8/Modules directory and no TDEMacros.cmake file
>
>

I think you may need to seperately checkout the cmake directories
inside the folder.

git clone http://scm.trinitydesktop.org/scm/git/tde-common-cmake

Calvin