Re: [Basket-devel] Assistance

2015-05-04 Thread Gleb Baryshev
03.05.2015 19:55, Robert Charbonneau wrote: Hi Gleb, I'm certainly interested in assisting to finish the port. Syncing up with the current library versions seems like the obvious first step. A few things about me: - Software developer for 21 years, mostly web (Java/C#/PHP/RoR) but did

Re: [Basket-devel] libgit2

2015-05-04 Thread Gleb Baryshev
04.05.2015 23:53, Robert Charbonneau wrote: I did a bit of reading and found the following: http://stackoverflow.com/questions/27998122/libgit2-and-qt-error I tried adding git_libgit2_init(); prior to your call to git_threads_init() in Application::Application() but I still get this error.

Re: [Basket-devel] libgit2

2015-05-04 Thread Robert Charbonneau
On May 5, 2015 08:33:55 AM Gleb Baryshev wrote: 04.05.2015 23:53, Robert Charbonneau wrote: I did a bit of reading and found the following: http://stackoverflow.com/questions/27998122/libgit2-and-qt-error I tried adding git_libgit2_init(); prior to your call to git_threads_init() in

Re: [Basket-devel] libgit2

2015-05-04 Thread Robert Charbonneau
On May 4, 2015 07:58:10 PM Robert Charbonneau wrote: Hey folks, The latest libgit2 provided by Ubuntu 15.04 is 2.1.4 which does not have git_threads_init() and git_threads_shutdown(); instead I've changed the source to use: git_libgit2_init(); git_libgit2_shutdown(); I haven't made

Re: [Basket-devel] Assistance

2015-05-04 Thread Robert Charbonneau
On May 4, 2015 09:59:30 PM Gleb Baryshev wrote: 03.05.2015 19:55, Robert Charbonneau wrote: Hi Gleb, I'm certainly interested in assisting to finish the port. Syncing up with the current library versions seems like the obvious first step. A few things about me: - Software

[Basket-devel] libgit2

2015-05-04 Thread Robert Charbonneau
Hey folks, The latest libgit2 provided by Ubuntu 15.04 is 2.1.4 which does not have git_threads_init() and git_threads_shutdown(); instead I've changed the source to use: git_libgit2_init(); git_libgit2_shutdown(); I haven't made any commits, but changing this in Application resolved the

Re: [Basket-devel] libgit2

2015-05-04 Thread Robert Charbonneau
On May 4, 2015 08:01:58 PM Robert Charbonneau wrote: On May 4, 2015 07:58:10 PM Robert Charbonneau wrote: Hey folks, The latest libgit2 provided by Ubuntu 15.04 is 2.1.4 which does not have git_threads_init() and git_threads_shutdown(); instead I've changed the source to use: