Bug 346772 - Git plugin build fails
Summary: Git plugin build fails
Status: REPORTED
Alias: None
Product: calligragemini
Classification: Applications
Component: general (other bugs)
Version First Reported In: Git
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dan Leinir Turthra Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 09:43 UTC by Antonio Rojas
Modified: 2019-04-21 01:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2015-04-27 09:43:55 UTC
Calligra 2.9.3
libqgit2 0.22.1
libgit2 0.22.1

/build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp: In member function 'void GitOpsThread::performPush()':
/build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp:176:24: error: variable 'LibQGit2::Push push' has initializer but incomplete type
         LibQGit2::Push push = repo.push(remoteName);
                        ^


Reproducible: Always
Comment 1 Иван Туманов 2019-04-21 01:57:24 UTC
(In reply to Antonio Rojas from comment #0)
> Calligra 2.9.3
> libqgit2 0.22.1
> libgit2 0.22.1
> 
> /build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp: In
> member function 'void GitOpsThread::performPush()':
> /build/calligra/src/calligra-2.9.3/gemini/cloud/git/gitcontroller.cpp:176:24:
> error: variable 'LibQGit2::Push push' has initializer but incomplete type
>          LibQGit2::Push push = repo.push(remoteName);
>                         ^
> 
> 
> Reproducible: Always