Try adding -DCMAKE_PREFIX_PATH=/usr 2010/9/20 srinath duraisamy <mail2srina...@gmail.com>
> Hi, > > Thank you so much for replying. I tried like you suggested, still it is > not working. > > But when I configure it, there are some packages not found. I have added my > configuration output. > > Please let me know if I have to install any packages. > > cmake -DCMAKE_INSTALL_PREFIX=/home/sri/kopete-install ../kdenetwork > -- Found Qt-Version 4.7.0 (using /usr/bin/qmake) > -- Found X11: /usr/lib/libX11.so > -- Found KDE 4.6 include dir: /home/sri/kde/include > -- Found KDE 4.6 library dir: /home/sri/kde/lib > -- Found the KDE4 kconfig_compiler preprocessor: > /home/sri/kde/bin/kconfig_compiler > -- Found automoc4: /home/sri/kde/bin/automoc4 > -- Strigi API needs 'signed char' > -- Found gpgme-config at /usr/bin/gpgme-config > -- Found gpgme v1.2.0, checking for flavours... > -- Found flavour 'vanilla', checking whether it's usable...yes > -- Found flavour 'pthread', checking whether it's usable...yes > -- Found flavour 'pth', checking whether it's usable...yes > -- Usable gpgme flavours found: vanilla pthread pth > -- Could NOT find TELEPATHY_QT4 (missing: TELEPATHY_QT4_LIBRARIES > TELEPATHY_QT4_INCLUDE_DIR) > CMake Warning at > /home/sri/kde/share/apps/cmake/modules/MacroOptionalFindPackage.cmake:32 > (find_package): > Could not find module FindKTorrent.cmake or a configuration file for > package KTorrent. > > Adjust CMAKE_MODULE_PATH to find FindKTorrent.cmake or set KTorrent_DIR > to > the directory containing a CMake configuration file for KTorrent. The > file > will have one of the following names: > > KTorrentConfig.cmake > ktorrent-config.cmake > > Call Stack (most recent call first): > CMakeLists.txt:62 (macro_optional_find_package) > > Thanks > > Srinath.D > > > > > 2010/9/20 Luiz Romário Santana Rios <luizroma...@gmail.com> > > I saw what you did wrong now: you're running Kopete from your build >> directory, when you should be running it from installation directory (in >> this case, default installation directory, probably /usr). >> >> That's why I'd also recommend you to install Kopete-trunk somewhere else >> than /usr. Pass the following arg to cmake to do so: >> -DCMAKE_INSTALL_PREFIX=/home/you/kopete-install >> >> Replace /home/you/kopete-install for a directory of your choice. >> >> Best regards. >> >> 2010/9/18 srinath duraisamy <mail2srina...@gmail.com> >> >> Hi, >>> >>> Thanks for replying. I followed this approach. >>> >>> >>> mkdir ../kdenetwork-build >>> cd ../kdenetwork-build >>> cmake ../kdenetwork >>> make >>> sudo make install >>> >>> >>> What I am doing wrong ? >>> >>> Any suggestions will be very helpful. >>> >>> Regards >>> Srinath.D >>> >>> >>> 2010/9/17 Luiz Romário Santana Rios <luizroma...@gmail.com> >>> >>> How did you compile Kopete? Did you install it? >>>> >>>> 2010/9/17 srinath duraisamy <mail2srina...@gmail.com> >>>> >>>> Hi, >>>>> >>>>> Any help. >>>>> >>>>> 2010/9/14 srinath duraisamy <mail2srina...@gmail.com> >>>>> >>>>> Hi, >>>>>> >>>>>> Thanks for the reply. >>>>>> >>>>>> I have attached the screen shot. Please let me know what I am doing >>>>>> wrong. >>>>>> >>>>>> Thanks in advance. >>>>>> >>>>>> Srinath >>>>>> >>>>>> 2010/9/14 Побойко Игорь <igor.pobo...@gmail.com> >>>>>> >>>>>> Hello. >>>>>>> There is no need to pass any command line parameters to kopete. >>>>>>> Could you send a screenshot with with settings->configure? >>>>>>> Regards, >>>>>>> Igor. >>>>>>> >>>>>>> 2010/9/13 srinath duraisamy <mail2srina...@gmail.com> >>>>>>> >>>>>>> Any suggestions ? or have I asked a stupid question ? >>>>>>>> >>>>>>>> >>>>>>>> On Mon, Sep 13, 2010 at 12:40 AM, srinath duraisamy < >>>>>>>> mail2srina...@gmail.com> wrote: >>>>>>>> >>>>>>>>> Hi All, >>>>>>>>> >>>>>>>>> I am a c++ programmer, and I also wish to contribute to kopete. >>>>>>>>> >>>>>>>>> I downloaded and build the kopete. And I run the kopete and tried >>>>>>>>> to creat an IM account, but I am not able to. >>>>>>>>> I followed this document - >>>>>>>>> http://docs.kde.org/development/en/kdenetwork/kopete/getting-started.html >>>>>>>>> As per the document In the setting->configure window on the left >>>>>>>>> side there should be some icons but in my kopete nothing is >>>>>>>>> displayed. I >>>>>>>>> run kopete without any parameters, should I have to pass any command >>>>>>>>> line >>>>>>>>> parameters. What I am doing wrong? >>>>>>>>> >>>>>>>>> Any Suggestions will be very helpful. Thanks in advance. >>>>>>>>> >>>>>>>>> Regards >>>>>>>>> Srinath.D >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Fri, Sep 10, 2010 at 5:07 PM, Mohammed El-Afifi < >>>>>>>>> mohammed_elaf...@yahoo.com> wrote: >>>>>>>>> >>>>>>>>>> If you already have your KDE development environment in place, >>>>>>>>>> just following the recipe at http://kopete.kde.org/svnaccess.phpwill >>>>>>>>>> give you the exact modules/directories to checkout for kopete. >>>>>>>>>> >>>>>>>>>> ------------------------------ >>>>>>>>>> *From:* Felix Guzman <guzman...@gmail.com> >>>>>>>>>> *To:* kopete-devel@kde.org >>>>>>>>>> *Sent:* Fri, September 10, 2010 2:30:43 PM >>>>>>>>>> >>>>>>>>>> *Subject:* Re: New Programmer Wanting to Contribute >>>>>>>>>> >>>>>>>>>> I've setup a KDE development environment in the past. Thinking >>>>>>>>>> about doing it again seems daunting. Is it possible to just checkout >>>>>>>>>> stuff >>>>>>>>>> from an SVN repository? >>>>>>>>>> >>>>>>>>>> On Fri, Sep 10, 2010 at 6:14 AM, Mohammed El-Afifi < >>>>>>>>>> mohammed_elaf...@yahoo.com> wrote: >>>>>>>>>> >>>>>>>>>>> I've replied to a similar question several months ago in this >>>>>>>>>>> mailing list, so you might find that mail in the list archive. I'm >>>>>>>>>>> going to >>>>>>>>>>> repeat it here for convenience anyway. >>>>>>>>>>> >>>>>>>>>>> Yes, I know compiling kopete isn't the very straightforward task; >>>>>>>>>>> I've been once there. Fortunately, there're some links on >>>>>>>>>>> http://techbase.kde.org/ to facilitate this task. I recommend >>>>>>>>>>> you to first read >>>>>>>>>>> http://techbase.kde.org/Getting_Started/Build/KDE4 to get a >>>>>>>>>>> grasp of what libraries(depending on your distro) and initial setup >>>>>>>>>>> you need >>>>>>>>>>> to do before building kopete. Probably for a quick checkout, reading >>>>>>>>>>> http://kopete.kde.org/svnaccess.php will do the trick for you. >>>>>>>>>>> >>>>>>>>>>> Then you'll find this link >>>>>>>>>>> http://techbase.kde.org/Getting_Started/Increased_Productivity_in_KDE4_with_Scriptsand >>>>>>>>>>> other outgoing links from there very useful for embedding most of >>>>>>>>>>> the >>>>>>>>>>> frequently used commands for dealing with KDE build environment >>>>>>>>>>> into your >>>>>>>>>>> normal shell setup. >>>>>>>>>>> >>>>>>>>>>> I can send you a couple of scripts if you opt to. Those scripts >>>>>>>>>>> are simply a compilation of what's described in the >>>>>>>>>>> aforementioned links, , as I know it might seem confusing for the >>>>>>>>>>> first time >>>>>>>>>>> for a new user to figure out where each script should reside in >>>>>>>>>>> your home >>>>>>>>>>> directory. >>>>>>>>>>> >>>>>>>>>>> Feel free to post any further problems/questions you may run into >>>>>>>>>>> during setting up your development environment. >>>>>>>>>>> >>>>>>>>>>> ------------------------------ >>>>>>>>>>> *From:* Felix Guzman <guzman...@gmail.com> >>>>>>>>>>> *To:* kopete-devel@kde.org >>>>>>>>>>> *Sent:* Fri, September 10, 2010 12:39:09 PM >>>>>>>>>>> *Subject:* Re: New Programmer Wanting to Contribute >>>>>>>>>>> >>>>>>>>>>> Thank you for both responses, now, is there a link for setting up >>>>>>>>>>> a proper development environment? >>>>>>>>>>> >>>>>>>>>>> On Fri, Sep 10, 2010 at 3:11 AM, Duncan Mac-Vicar Prett < >>>>>>>>>>> dun...@kde.org> wrote: >>>>>>>>>>> >>>>>>>>>>>> On Fri, Sep 10, 2010 at 7:42 AM, Felix Guzman < >>>>>>>>>>>> guzman...@gmail.com> wrote: >>>>>>>>>>>> > Markus do you have suggestions for smaller tasks? >>>>>>>>>>>> >>>>>>>>>>>> http://techbase.kde.org/Projects/Kopete/JuniorJobs >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> Duncan Mac-Vicar P. >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> kopete-devel mailing list >>>>>>>>>>>> kopete-devel@kde.org >>>>>>>>>>>> https://mail.kde.org/mailman/listinfo/kopete-devel >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> kopete-devel mailing list >>>>>>>>>>> kopete-devel@kde.org >>>>>>>>>>> https://mail.kde.org/mailman/listinfo/kopete-devel >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> kopete-devel mailing list >>>>>>>>>> kopete-devel@kde.org >>>>>>>>>> https://mail.kde.org/mailman/listinfo/kopete-devel >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> kopete-devel mailing list >>>>>>>> kopete-devel@kde.org >>>>>>>> https://mail.kde.org/mailman/listinfo/kopete-devel >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> kopete-devel mailing list >>>>>>> kopete-devel@kde.org >>>>>>> https://mail.kde.org/mailman/listinfo/kopete-devel >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> kopete-devel mailing list >>>>> kopete-devel@kde.org >>>>> https://mail.kde.org/mailman/listinfo/kopete-devel >>>>> >>>>> >>>> >>>> >>>> -- >>>> Luiz Romário Santana Rios >>>> >>>> _______________________________________________ >>>> kopete-devel mailing list >>>> kopete-devel@kde.org >>>> https://mail.kde.org/mailman/listinfo/kopete-devel >>>> >>>> >>> >>> _______________________________________________ >>> kopete-devel mailing list >>> kopete-devel@kde.org >>> https://mail.kde.org/mailman/listinfo/kopete-devel >>> >>> >> >> >> -- >> Luiz Romário Santana Rios >> >> _______________________________________________ >> kopete-devel mailing list >> kopete-devel@kde.org >> https://mail.kde.org/mailman/listinfo/kopete-devel >> >> > > _______________________________________________ > kopete-devel mailing list > kopete-devel@kde.org > https://mail.kde.org/mailman/listinfo/kopete-devel > > -- Luiz Romário Santana Rios
_______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel