Marco Calignano | 23 May 2012 19:28

Re: Awesome Pairs

Hi Anne-Marie,

after working with Simion, (Thanks for the collaboration) we found out 
that he did exactly like in the README in the pairs repository.
The problem was that the variable $KDEDIRS in his shell was empty.
Maybe can be fixes with something like
cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=`kde4-config --path exe | awk -F : 
'{print $NF}'` -DCMAKE_BUILD_TYPE=Debug
Annma is this a solution we can adopt or you have a better one

Thanks
Marco

On 05/21/2012 08:46 PM, Simion wrote:
> Hi Marco
> here it is http://pastebin.com/ByXNGQ9h
>
> I changed my email this time since in the previous one I used my work mail by
> mistake(kmail bad config) :-)
> On Monday, May 21, 2012 08:40:23 PM you wrote:
>> Hi Simion,
>>
>> can you send us the output of your "make install" command?
>>
>> Thanks
>> Marco
>>
>> On 05/21/2012 10:20 AM, Simion wrote:
>>> Hi, I tried to build and run Pairs, I intend to try creating a theme.
>>> I got this errors when running  http://pastebin.com/UcNVU0aG
(Continue reading)

Albert Astals Cid | 23 May 2012 20:34
Picon
Favicon
Gravatar

Re: Awesome Pairs

El Dimecres, 23 de maig de 2012, a les 19:28:07, Marco Calignano va escriure:
> Hi Anne-Marie,
> 
> after working with Simion, (Thanks for the collaboration) we found out
> that he did exactly like in the README in the pairs repository.
> The problem was that the variable $KDEDIRS in his shell was empty.
> Maybe can be fixes with something like
> cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=`kde4-config --path exe | awk -F :
> '{print $NF}'` -DCMAKE_BUILD_TYPE=Debug

That's uber complicated, if you are installing in the default place for your 
system (i.e. not a custom dir/user) you should not need use
-DCMAKE_INSTALL_PREFIX at all, but if you want, just use
kde-config --prefix
to get the prefix value

Cheers,
  Albert

> Annma is this a solution we can adopt or you have a better one
> 
> Thanks
> Marco
> 
> On 05/21/2012 08:46 PM, Simion wrote:
> > Hi Marco
> > here it is http://pastebin.com/ByXNGQ9h
> > 
> > I changed my email this time since in the previous one I used my work mail
> > by mistake(kmail bad config) :-)
(Continue reading)

Marco Calignano | 23 May 2012 20:46

Re: Awesome Pairs

Hi albert,

that is what I was afraid of, to be too complicated.
Can you then make a suggestion on how we could make the README of Pairs 
clearer?

Thanks
Marco

On 05/23/2012 08:34 PM, Albert Astals Cid wrote:
> El Dimecres, 23 de maig de 2012, a les 19:28:07, Marco Calignano va escriure:
>> Hi Anne-Marie,
>>
>> after working with Simion, (Thanks for the collaboration) we found out
>> that he did exactly like in the README in the pairs repository.
>> The problem was that the variable $KDEDIRS in his shell was empty.
>> Maybe can be fixes with something like
>> cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=`kde4-config --path exe | awk -F :
>> '{print $NF}'` -DCMAKE_BUILD_TYPE=Debug
> That's uber complicated, if you are installing in the default place for your
> system (i.e. not a custom dir/user) you should not need use
> -DCMAKE_INSTALL_PREFIX at all, but if you want, just use
> kde-config --prefix
> to get the prefix value
>
> Cheers,
>    Albert
>
>> Annma is this a solution we can adopt or you have a better one
>>
(Continue reading)

Albert Astals Cid | 23 May 2012 20:56
Picon
Favicon
Gravatar

Re: Awesome Pairs

El Dimecres, 23 de maig de 2012, a les 20:46:19, Marco Calignano va escriure:
> Hi albert,
> 
> that is what I was afraid of, to be too complicated.
> Can you then make a suggestion on how we could make the README of Pairs
> clearer?

I'd suggest a change to
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
instead of
-DCMAKE_INSTALL_PREFIX=`kde4-config --path exe | awk -F : '{print $NF}'`

but i'll leave the final decision to you/aleix/annma

Albert

> 
> Thanks
> Marco
> 
> On 05/23/2012 08:34 PM, Albert Astals Cid wrote:
> > El Dimecres, 23 de maig de 2012, a les 19:28:07, Marco Calignano va 
escriure:
> >> Hi Anne-Marie,
> >> 
> >> after working with Simion, (Thanks for the collaboration) we found out
> >> that he did exactly like in the README in the pairs repository.
> >> The problem was that the variable $KDEDIRS in his shell was empty.
> >> Maybe can be fixes with something like
> >> cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=`kde4-config --path exe | awk -F :
(Continue reading)

Albert Astals Cid | 23 May 2012 20:56
Picon
Favicon
Gravatar

Re: Awesome Pairs

El Dimecres, 23 de maig de 2012, a les 20:46:19, Marco Calignano va escriure:
> Hi albert,
> 
> that is what I was afraid of, to be too complicated.
> Can you then make a suggestion on how we could make the README of Pairs
> clearer?

I'd suggest a change to
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
instead of
-DCMAKE_INSTALL_PREFIX=`kde4-config --path exe | awk -F : '{print $NF}'`

but i'll leave the final decision to you/aleix/annma

Albert

> 
> Thanks
> Marco
> 
> On 05/23/2012 08:34 PM, Albert Astals Cid wrote:
> > El Dimecres, 23 de maig de 2012, a les 19:28:07, Marco Calignano va 
escriure:
> >> Hi Anne-Marie,
> >> 
> >> after working with Simion, (Thanks for the collaboration) we found out
> >> that he did exactly like in the README in the pairs repository.
> >> The problem was that the variable $KDEDIRS in his shell was empty.
> >> Maybe can be fixes with something like
> >> cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=`kde4-config --path exe | awk -F :
(Continue reading)

Marco Calignano | 23 May 2012 20:46

Re: Awesome Pairs

Hi albert,

that is what I was afraid of, to be too complicated.
Can you then make a suggestion on how we could make the README of Pairs 
clearer?

Thanks
Marco

On 05/23/2012 08:34 PM, Albert Astals Cid wrote:
> El Dimecres, 23 de maig de 2012, a les 19:28:07, Marco Calignano va escriure:
>> Hi Anne-Marie,
>>
>> after working with Simion, (Thanks for the collaboration) we found out
>> that he did exactly like in the README in the pairs repository.
>> The problem was that the variable $KDEDIRS in his shell was empty.
>> Maybe can be fixes with something like
>> cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=`kde4-config --path exe | awk -F :
>> '{print $NF}'` -DCMAKE_BUILD_TYPE=Debug
> That's uber complicated, if you are installing in the default place for your
> system (i.e. not a custom dir/user) you should not need use
> -DCMAKE_INSTALL_PREFIX at all, but if you want, just use
> kde-config --prefix
> to get the prefix value
>
> Cheers,
>    Albert
>
>> Annma is this a solution we can adopt or you have a better one
>>
(Continue reading)

Albert Astals Cid | 23 May 2012 20:34
Picon
Favicon
Gravatar

Re: Awesome Pairs

El Dimecres, 23 de maig de 2012, a les 19:28:07, Marco Calignano va escriure:
> Hi Anne-Marie,
> 
> after working with Simion, (Thanks for the collaboration) we found out
> that he did exactly like in the README in the pairs repository.
> The problem was that the variable $KDEDIRS in his shell was empty.
> Maybe can be fixes with something like
> cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=`kde4-config --path exe | awk -F :
> '{print $NF}'` -DCMAKE_BUILD_TYPE=Debug

That's uber complicated, if you are installing in the default place for your 
system (i.e. not a custom dir/user) you should not need use
-DCMAKE_INSTALL_PREFIX at all, but if you want, just use
kde-config --prefix
to get the prefix value

Cheers,
  Albert

> Annma is this a solution we can adopt or you have a better one
> 
> Thanks
> Marco
> 
> On 05/21/2012 08:46 PM, Simion wrote:
> > Hi Marco
> > here it is http://pastebin.com/ByXNGQ9h
> > 
> > I changed my email this time since in the previous one I used my work mail
> > by mistake(kmail bad config) :-)
(Continue reading)


Gmane