On Tue, Jan 14, 2014 at 4:06 PM, R.Harish Navnit <[email protected]>wrote:
> Okay now I've been trying the build on my Ubuntu 13.04 with KDE plasma > Workspace(It now shows Kubuntu on boot) . > This is the error log that I get : http://pastebin.kde.org/pee7kzjwx > By looking into error message, issue is most probably due to Qt wrong version . Your cmake output says that "-- Found Qt-Version 5.0.1 (using /usr/bin/qmake)" It means, your cmake is picking up Qt5 right now. Currently, we haven't tested PMC on Qt5. I have Qt 4.8.5 right now, so my cmake give me message as "-- Found Qt-Version 4.8.5 (using /usr/bin/qmake-qt4)" . To resolve your issue, check whether if you have Qt < 5.0 version as well or not? Mostly your /usr/lib64/ will have something like qt4 directory. If not, then try installing Qt4 latest version instead of Qt5. If possible remove installed Qt5 to avoid any kind of collision. Thanks > I've tried googling for the error and I even got a lot of answers , but I > couldn't really understand much of what was being said over there . > > It'd be great if someone could help me out with this latest , in a long > list of issues that I've had to face while building PMC and working with > "cmake" . > > > Warm Regards. > > Thanking You, > R.Harish Navnit > The Enigma <http://harishnavnit.wordpress.com> > > > On Tue, Jan 14, 2014 at 2:35 PM, R.Harish Navnit > <[email protected]>wrote: > >> There's one more issue on which I'd like some clarification. I have >> Ubuntu 13.04 installed on my laptop . >> I later on installed KDE plasma workspace on my system using some >> terminal commands . I then again ran updates/security updates using the >> package manager . >> Now ofcourse , I can select the session at login , but can I now say that >> I've actually installed kubuntu 13.04 ? >> >> Will building PMC on it actually work ? >> >> Sorry for straying off topic >> >> Regards. >> >> R.Harish Navnit >> The Enigma <http://harishnavnit.wordpress.com> >> >> >> On Tue, Jan 14, 2014 at 1:54 PM, R.Harish Navnit >> <[email protected]>wrote: >> >>> >>> >>> >>> The easy solution is, upgrade to/install Kubuntu 13.10 (recommended). >>>> From what I see, you are using a VM so you could just create another one >>>> with a newer version. >>>> >>> Isn't there anything else that can be done with the current O.S ? I >>> don't have the ISO image and then installation will take even longer. Even >>> an upgrade will take a long while and #CorrectMeIfWrong , isn't it better >>> to use LTS versions instead of latest releases . >>> >>>> >>>> Also, take care to not use sudo unless the error has something to do >>>> around permissions/root privileges. Using sudo at the wrong place can be >>>> harmful. >>>> >>> Using sudo in this case is alright isn't it ? It does show "Permission >>> denied" . >>> >>> Warm Regards. >>> >>> Thanking You, >>> R.Harish Navnit >>> The Enigma <http://harishnavnit.wordpress.com> >>> >>> >> >> > > _______________________________________________ > Plasma-devel mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/plasma-devel > > -- http://www.sinny.in
_______________________________________________ Plasma-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/plasma-devel
