trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Re: [trinity-devel] Where are stable tags?

From: Aleksey Midenkov <midenok@...>
Date: Tue, 14 Feb 2012 12:02:14 +0400
On Tue, Feb 14, 2012 at 8:50 AM, Aleksey Midenkov <midenok@...> wrote:
> On Tue, Feb 14, 2012 at 8:29 AM, Calvin Morrison <mutantturkey@...> wrote:
>> On 13 February 2012 23:18, Aleksey Midenkov <midenok@...> wrote:
>>> Is there a stable tag for 3.5.13 in Git or somewhere else which I can
>>> build without problems? I can't build trinity for about year! I want
>>> to continue application development but these endless build issues
>>> hold me stopped. There were once git branch somelike named v3.5.13,
>>> but it weren't building smoothly anyway. Now 'git branch' command
>>> shows nothing.
>>>
>>
>> Does this help?
>>
>> http://git.trinitydesktop.org/cgit/tde/tag/?id=v3.5.13
>>
>
> Yes, thanks. I forgot to look for tags with 'git tag -l'. But now
> building tqtinterface from that tag triggers error:
>
> "Unable to build a simple Qt3 test."
>
> I have latest tqt3 installed from git (there is no tags for tqt3). Do
> I need to build tqtinterface with another version of qt3?

Configured and built sucessfully v3.5.13 of tqtinterface with qt3 from
 http://scm.trinitydesktop.org/scm/git/qt3 (from tag v3.5.13). Great!
Picture becomes clear: tqt3 does not work with v3.5.13 because it was
made later.

Now getting hands on tdelibs v3.5.13, and here is first error:

Unknown CMake command "tde_add_kdeinit_executable"

That is because 'admin' submodule is newer I suppose. But it has no
v3.5.13 tag, so I should find out date and roll back to that date. I
remember, I've already done it. This is sad that no one has written
the instruction of how to build v3.5.13 from scratch.