On Wednesday, 14 August 2013 17:31:28 CEST, Pali Rohár wrote:
Ah, I do not have github account :-( Really do I need one?
You need one only if you want to have your code checked by Travis-CI upon
push. I was just suggesting a quick way on how to get access to an older
build environment.
Chee
On Tuesday 13 August 2013 13:01:38 Jan Kundrát wrote:
> On Tuesday, 13 August 2013 12:52:24 CEST, Pali Rohár wrote:
> > Code for older cmake & gcc compiler is in my gsoc branch. So
> > it could work. Can you test it (try to compile kontact
> > kpart)?
>
> I can't -- my KDE requires new cmake, unfo
On Tuesday, 13 August 2013 12:52:24 CEST, Pali Rohár wrote:
Code for older cmake & gcc compiler is in my gsoc branch. So it
could work. Can you test it (try to compile kontact kpart)?
I can't -- my KDE requires new cmake, unfortunately.
What we can do is making this build work in Travis, see t
On Tuesday 13 August 2013 12:30:44 Jan Kundrát wrote:
> On Tuesday, 13 August 2013 08:48:27 CEST, Pali Rohár wrote:
> > Anyway, on my akonadi testing machine I have ubuntu precise
> > with
>
> backported
>
> > KDE and here I have cmake 2.8.9. I'm using kubuntu backport
> > apt
>
> repository
>
On Tuesday, 13 August 2013 08:48:27 CEST, Pali Rohár wrote:
Anyway, on my akonadi testing machine I have ubuntu precise with
backported
KDE and here I have cmake 2.8.9. I'm using kubuntu backport apt
repository
http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ and
there is new cmake.
So
Hello,
to link kontact shared plugin with all static trojita libraries
is needed to compile trojita code with -fPIC gcc flag (position
independent code). CMake has for it compiler independent
property:
set_target_properties(AppVersion PROPERTIES
POSITION_INDEPENDENT_CODE TRUE)
But POSITION_I