trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: September 2015

Re: [trinity-users] Porting an app from TDE 3.5.13.2 to TDE R14.0.1

From: midi-pascal <midi-pascal@...>
Date: Thu, 24 Sep 2015 10:03:55 -0400
On 15-09-19 11:31 AM, Michele Calgaro wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
>> Hi, have a look here: http://trinity-devel.pearsoncomputing.net/?0::14570 If you still have problem, let us know.
>> BTW, once you convert some apps please let us know. Any improvement to TDE helps :-) And if you want to join the
>> dev team, doors are always open!
>>
>> Cheers Michele
>>
>>> --------------------------------------------------------------------- To unsubscribe, e-mail:
>>> trinity-users-unsubscribe@... For additional commands, e-mail:
>>> trinity-users-help@... Read list messages on the web archive:
>>> http://trinity-users.pearsoncomputing.net/ Please remember not to top-post:
>>> http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>>>
>>>
>> Hi Michele,
>>
>> Thanks a lot! This is exactly what I was looking for. However, is there a way I can download the "experimental"
>> directory locally to my box? I can look at the scripts but did not find how to get them except by a copy/paste of
>> each individual file. The must be a better way to do it. May I kindly ask for one more hint? :-)
>>
>> Thanks, midi-pascal
>>
>>
>> --------------------------------------------------------------------- To unsubscribe, e-mail:
>> trinity-users-unsubscribe@... For additional commands, e-mail:
>> trinity-users-help@... Read list messages on the web archive:
>> http://trinity-users.pearsoncomputing.net/ Please remember not to top-post:
>> http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>>
> Easiest way is to clone the GIT repo, although it could take some time ;-) Remember the main trunk is on R14.1.x and
> if you need to switch to R14.0.1 if you want to build for that.
> Otherwise if you just want the experimental scripts, go here
> https://git.trinitydesktop.org/cgit/experimental/tree/
> and then you can save each file one by one from your browser.
>
> Cheers
>    Michele
>
Hi,

The "experimental" scripts did the magic to the kooldock sources!
I had to do some changes manually but these were not related to TDE or tqt.
All sources compiled easily but the link step failed because the command 
was missing -lDCOP and -ltdefx.

My beloved kooldock works well but there are still many compilation 
warnings - not TDE related - which I will fix and find my way to add the 
missing libraries to the link step (in configure.in?)

Then I will be pleased to give the result to the TDE team if it is of 
some interest.
kooldock is a very kool app!

Thanks for your great help, it saved me many hours of tedious work.

midi-pascal