I tried build kernel locally. When I run “make xconfig” it answered me:
Unable to find the QT4 tool qmake. Trying to use QT3
Unable to find any QT installation. Please make sure that
the QT4 or QT3 development package is correctly installed and
either qmake can be found or install pkg-config or set
the QTDIR environment variable to the correct location.
Well, I tried “make gconfig” and I see:
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.
I installed patterns-openSUSE-devel_kernel for this job.
What I need for properly run “make xconfig” and “make gconfig”?
hcvv
May 8, 2013, 9:50am
#2
Look for the -devel- packages of those products (as the messages tell you)
And please next time you copy/paste computer text here in a post, do so between CODE tags. You get them by clicking on the # button in the toolbar of the post editor.
On 2013-05-08 08:26, zorkia wrote:
>
> I tried build kernel locally. When I run “make xconfig” it answered me:
I find “make menuconfig” better maintained.
–
Cheers / Saludos,
Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)
zorkia
May 9, 2013, 11:54am
#4
hcvv:
Look for the -devel- packages of those products (as the messages tell you)
And please next time you copy/paste computer text here in a post, do so between CODE tags. You get them by clicking on the # button in the toolbar of the post editor.
Thank yor explanation about CODE tags, I did not know about it.
For the ability to use “gconfig” I had to install libglade2-devel. And “gconfig” is not perfect thing.
For “xconfig” I had to install libqt4-devel and more than 80 packages have been installed with it. Strange dependences for such a simple thing.