I'm attaching a new log for building kdebase.
I can build arts and kdelibs.
I think I discovered why the builds on the virtual machine were so much slower. I was using a single processor kernel rather than smp. I'll fix that and hopefully that eliminates that particular problem.
I have yet to figure out why nothing compiles in the chroot environment.
Darrell
I'm attaching a new log for building kdebase.
I can build arts and kdelibs.
I think I discovered why the builds on the virtual machine were so much slower. I was using a single processor kernel rather than smp. I'll fix that and hopefully that eliminates that particular problem.
I have yet to figure out why nothing compiles in the chroot environment.
Darrell
Can you edit the kdebase/kcontrol/kicker/menutab_impl.cpp file and add this line:
#include <kpushbutton.h>
before this line:
#include "menutab.h"
If that allows the compilation to proceed further please let me know and I will check it into SVN.
Thanks!
Tim
Can you edit the kdebase/kcontrol/kicker/menutab_impl.cpp file and add this line:
#include <kpushbutton.h>
before this line:
#include "menutab.h"
There is no include menutab.h in menutab_impl.cpp. There is an include menutab.h in menutab_impl.h.
What is the correct repair?
Can you edit the kdebase/kcontrol/kicker/menutab_impl.cpp file and add this line:
#include <kpushbutton.h>
before this line:
#include "menutab.h"
There is no include menutab.h in menutab_impl.cpp. There is an include menutab.h in menutab_impl.h.
What is the correct repair?
Oops, I meant kdebase/kcontrol/kicker/menutab_impl.h
Sorry!
Tim