discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] cmake fails


From: Nowlan, Sean
Subject: [Discuss-gnuradio] cmake fails
Date: Wed, 9 Nov 2011 04:27:50 +0000

I’m getting the following error running “cmake -CMAKE_TOOLCHAIN_DIR=../cmake/Toolchains/arm_cortex_a8_native.cmake -DENABLE_GRC=OFF -DENABLE_GR_QTGUI=OFF ../” with a gnuradio git tree fetched today:

 

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.

Please set them or make sure they are set and tested correctly in the CMake files:

QT_QTCORE_INCLUDE_DIR (ADVANCED)

    used as include directory in directory /home/root/gnuradio/gr-qtgui

QT_QTGUI_INCLUDE_DIR (ADVANCED)

   used as include directory in directory /home/root/gnuradio/gr-qtgui

 

This error first occurred without specifying -DENABLE_GR_QTGUI=OFF; gr-qtgui was disabled anyway due to a missing dependency for qt4. Even after explicitly specifying that flag, cmake is still using those variables for some reason.

 

Thanks,

Sean


reply via email to

[Prev in Thread] Current Thread [Next in Thread]