You are not logged in.
Pages: 1
Hey i'm trying to build up custom kernel ,but i when i do
linux-2.6.14]# make xconfig
HOSTCXX scripts/kconfig/qconf.o
scripts/kconfig/qconf.h:25: error: extra qualification 'ConfigSettings::' on member 'readSizes'
scripts/kconfig/qconf.h:26: error: extra qualification 'ConfigSettings::' on member 'writeSizes'
scripts/kconfig/qconf.h:127: error: extra qualification 'ConfigList::' on member 'updateMenuList'
make[1]: *** [scripts/kconfig/qconf.o] Błąd 1
make menuconfig works ok ,i also tried clean vanilla kernel(same error message) to eliminate patchset problem
Also tried to redownload qt package ,but that doesent help(i'm using qt-3.3.5-3 )
Offline
You´re doing that as root?
Offline
yup
Offline
Try it as usual user ;-)
Offline
Very funny ,really... I really appreciate your willing to help but please dont give me such advices.
Offline
That's actually a serious response. I find that I cannot run any X applications under root, whereas I can run them as a user.
Theres no need to be compiling kernels as root anyway.
If the error keeps persisting, try make gconfig or make menuconfig.
iphitus
Offline
yeah...and install fakeroot when your building packages as regular user to ensure proper root ownership on the files are preserved.
Offline
Very funny ,really... I really appreciate your willing to help but please dont give me such advices.
iphitus told you everything needed. I´m out here.
Offline
That's actually a serious response.
iphitus told you everything needed. I´m out here.
Yes this was serious response ,too harsh i agree and i dont have an explanation ,i'm feeling a little guilty throu...
I find that I cannot run any X applications under root, whereas I can run them as a user.
Propably because "Magic Cookie"(or what it is called) settings.I personally can run every X application under root.
Theres no need to be compiling kernels as root anyway.
Yes i know ,i've understand first AndyRTR reply as "do you have tried run xconfig under root also?"And i was irritiated by second one phrase reply.
I tried of course run xconfig under normal user with the same effect as under root...
If the error keeps persisting, try make gconfig or make menuconfig.
iphitus
Yeah it works under make menuconfig (havent tried gconfig but i believe it will work) ,but i really prefer xconfig it is just more comfortable.
Thanks for reply
Offline
Afaik gconfig is the same as xconfig, except it uses gtk rather than qt.
Offline
Sorry ,my mistake.I didnt know ,was certain that gconfig was some text/console based configuration tool.Every day i learn that i dont know many things.
Thank you ,gconfig works perfectly Now i just have to find some spare time to cofigure my kernel...
Offline
Pages: 1