LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   error in make gconfig (https://www.linuxquestions.org/questions/linux-general-1/error-in-make-gconfig-815884/)

tkmsr 06-23-2010 06:04 AM

error in make gconfig
 
I copied config from my boot to new place where git created all files


then
make gconfig
Code:

*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make[1]: *** No rule to make target `scripts/kconfig/.tmp_gtkcheck',
needed by `scripts/kconfig/gconf.o'. Stop.
make: *** [gconfig] Error 2

Also
make xconfig
Code:

CHECK  qt
*
* Unable to find the QT3 installation. Please make sure that
* the QT3 development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
make[1]: *** No rule to make target `scripts/kconfig/.tmp_qtcheck',
needed by `scripts/kconfig/qconf.o'.  Stop.
make: *** [xconfig] Error 2

What should I check.

AlucardZero 06-23-2010 06:17 AM

Uh? Do you have gtk+-2.0, glib-2.0 and libglade-2.0 and the QT3 development package installed?

tkmsr 06-23-2010 06:25 AM

How do I check that ?


All times are GMT -5. The time now is 08:59 AM.