Re: Getting started with KDE development

2011-10-04 Thread Wagner Reck
> > > bye > > > > > -- Forwarded message -- > > > From: Picachu Nioto > > > Date: Wed, Sep 28, 2011 at 4:18 AM > > > Subject: Re: Getting started with KDE development > > > To: kde-devel@kde.org > > > > >

Re: Getting started with KDE development

2011-10-04 Thread Picachu Nioto
; Date: Wed, Sep 28, 2011 at 4:18 AM > > Subject: Re: Getting started with KDE development > > To: kde-devel@kde.org > > > > > > Hello everyone, > > > > Thanks for the replies. Appreciate it! > > > > I am using kdesrc 1.14.1 > > I have now ch

Re: Getting started with KDE development

2011-09-29 Thread Milian Wolff
Picachu Nioto, 29.09.2011: > Anyone got a chance to look at my earlier email. If you are on a debian based distro, you will need kdelibs5-dev. bye > -- Forwarded message -- > From: Picachu Nioto > Date: Wed, Sep 28, 2011 at 4:18 AM > Subject: Re: Getting s

Re: Getting started with KDE development

2011-09-29 Thread Picachu Nioto
Anyone got a chance to look at my earlier email. Thanks, Picachu -- Forwarded message -- From: Picachu Nioto Date: Wed, Sep 28, 2011 at 4:18 AM Subject: Re: Getting started with KDE development To: kde-devel@kde.org Hello everyone, Thanks for the replies. Appreciate it! I am

Re: Getting started with KDE development

2011-09-29 Thread Michael Pyne
On Tuesday, September 27, 2011 21:07:40 Giorgos Tsiapaliwkas wrote: > Hi and welcome.:) > > On 27 September 2011 14:09, Picachu Nioto wrote: > > Okay, so current status is that I have decided to use kdesrc. > > While executing kdesrc-build, I got the errors. Log is posted below but to > > summari

Re: Getting started with KDE development

2011-09-28 Thread Picachu Nioto
Hello everyone, Thanks for the replies. Appreciate it! I am using kdesrc 1.14.1 I have now checked the log files and it the error that I am getting is the following: (they are different for different packages. 1) cmake_minimum_required(VERSION 2.8) 2) include could not find load file:KDE4D

Re: Getting started with KDE development

2011-09-27 Thread Giorgos Tsiapaliwkas
Hi and welcome.:) On 27 September 2011 14:09, Picachu Nioto wrote: > Okay, so current status is that I have decided to use kdesrc. > While executing kdesrc-build, I got the errors. Log is posted below but to > summarize there are 3 errors, > 1. Unable to configure qt-copy! > there is no qt-cor

Re: Getting started with KDE development

2011-09-27 Thread Antonis Tsiapaliokas
Hello First of all, you can skip the part of building the qt, because the ubuntu comes with the qt 4.7.2, which is fine for kde. Also if you skip the qt build, then be sure that the qt devel packages are installed. There are build logs inside the ~/kdesrc/log/latest/, for each application, which w

Re: Getting started with KDE development

2011-09-27 Thread Raphael Kubo da Costa
Picachu Nioto writes: > 1. Unable to configure qt-copy! > 2. Unable to configure automoc with CMake! (Occurs for many packages) > 3. Can't checkout phonon: No such file or directory at ./kdesrc-build line > 2954. (Occurs for many packages) You need to check the error logs kdesrc-build produces i

Re: Getting started with KDE development

2011-09-27 Thread Kevin Krammer
On Tuesday, 2011-09-27, Picachu Nioto wrote: > Thank you everyone for the welcome and the suggestions. > I need your support to make it thorough and get on the smooth road. > > Okay, so current status is that I have decided to use kdesrc. > While executing kdesrc-build, I got the errors. Log is po

Re: Getting started with KDE development

2011-09-27 Thread Picachu Nioto
Thank you everyone for the welcome and the suggestions. I need your support to make it thorough and get on the smooth road. Okay, so current status is that I have decided to use kdesrc. While executing kdesrc-build, I got the errors. Log is posted below but to summarize there are 3 errors, 1. Unab

Re: Getting started with KDE development

2011-09-25 Thread Vitor Boschi
Hi Picachu, and welcome aboard! You can get some pointers on the KDE TechBase. Start here -> http://techbase.kde.org/Getting_Started/Build or http://techbase.kde.org/Contribute#Getting_Started_with_Coding There are some changes in the way KDE is build, and you may have some problems following them.

Re: Getting started with KDE development

2011-09-25 Thread Stefan Majewsky
Hi Picachu, On Sun, Sep 25, 2011 at 8:21 PM, Picachu Nioto wrote: > Is there any thing else that I should install to configure my environment to > develop KDE applications. techbase.kde.org has information on "Setting up a KDE development environment" (see the first link on the main page), but i

Re: Getting started with KDE development

2011-09-25 Thread Wagner Reck
Hello Picachu, On Sun, Sep 25, 2011 at 3:21 PM, Picachu Nioto wrote: > Hi everyone, > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake > by apt-get install tool. > Is ther

Re: Getting started with KDE development

2011-09-25 Thread Steven Sroka
On 25 September 2011 14:21, Picachu Nioto wrote: > Hi everyone, > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake > by apt-get install tool. > Is there any thing else that

Re: Getting started with KDE development

2011-09-25 Thread karan pratap singh
On Sep 26, 2011 1:31 AM, "Picachu Nioto" wrote: > > Hi everyone, > > I am new to KDE development and wish to contribute to some KDE applications or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake by apt-get install tool. > > Is there any thing else tha

Re: Getting started with KDE development

2011-09-25 Thread Kevin Krammer
Hi, On Sunday, 2011-09-25, Picachu Nioto wrote: > Hi everyone, > > I am new to KDE development and wish to contribute to some KDE applications > or small modules. > I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and > qmake by apt-get install tool. > > Is there any thing else

Re: Getting started with KDE development

2011-09-25 Thread Raphael Kubo da Costa
Picachu Nioto writes: > Is there any thing else that I should install to configure my environment to > develop KDE applications. > Could someone point me to pages explaining how to contribute to KDE > applications? You might want to take a look at http://techbase.kde.org/Getting_Started and then

Getting started with KDE development

2011-09-25 Thread Picachu Nioto
Hi everyone, I am new to KDE development and wish to contribute to some KDE applications or small modules. I am a good Qt programmer. I have installed ubuntu 11.04 and cmake and qmake by apt-get install tool. Is there any thing else that I should install to configure my environment to develop KDE