trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Re: [trinity-devel] Re: GIT missing files

From: "Timothy Pearson" <kb9vqf@...>
Date: Tue, 28 Feb 2012 15:01:53 -0600
> On Tue, Feb 28, 2012 at 11:34 PM, David C. Rankin
> <drankinatty@...> wrote:
>> On 02/28/2012 01:19 PM, Aleksey Midenkov wrote:
>>>
>>> Yes, --recursive did the job for libltdl. Thank you!
>>> But libkonq.cmake is still missing. I have no Git account and just hit
>>> Enter on password prompt.
>>>
>>
>>
>> If you have no account, then just change the sed line to:
>>
>> sed -i "s/system@//g" .gitmodules
>>
> {mc}midenok:tdebase$ ../update.sh
> HEAD is now at 2d9396b Rename tqt3 color functions
> Already up-to-date.
> HEAD is now at 2d9396b Rename tqt3 color functions
> Entering 'admin'
> Already on 'master'
> Entering 'cmake'
> Already on 'master'
> Entering 'admin'
> Password:
> Already up-to-date.
> Entering 'cmake'
> Password:
> Already up-to-date.
> {mc}midenok:tdebase$ find -name libkonq.cmake | grep -q libkonq.cmake
> || echo "Alas, this not helped..."
> Alas, this not helped...
>

libkonq.cmake is a generated file and is not present in the GIT tree, but
should be created when tdebase is compiled.

Tim