git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* QGit 2.8 for Windows?
@ 2019-08-15 21:06 Rick Tillery
  2019-08-16 15:17 ` Dyer, Edwin
  2019-08-21 14:10 ` Rick Tillery
  0 siblings, 2 replies; 3+ messages in thread
From: Rick Tillery @ 2019-08-15 21:06 UTC (permalink / raw)
  To: git

QGit's README (
https://github.com/tibirna/qgit/blob/master/README.adoc ) directs me
to this mailing list, so forgive me if this is the wrong place.

Is there a fully built version of QGit 2.8 for Windows?

The latest QGit for Windows I can find is 2.3, from 2008 (
https://sourceforge.net/projects/qgit/ ). That version encounters an
error every time I load a repo (deprecated command "git
repo-config..."), and I see this has been updated between then and
now.

I did attempt to clone and build, using the instructions in the repo,
but after several hours of trying, the binary I produced will not
load, with several error dialogs, which appear in differing order each
time I try to run qgit.exe (and the procedure entry point doesn't
always appear):

"The code execution cannot proceed because libGLESv2.dll was not
found. Reinstalling..."
libGLEv2.dll is present on the system in \Windows\SysWOW64

"...VCRUNTIME140_APP.dll..."
I do not find this on the system, in the Visual Studio files, or
available online (I do find VCRUNTIME140.dll).

"...MSVCP140_APP.dll..."
Same as VCRUNTIME140_APP.dll

"The procedure entry point
?qt_metacall@QProcess@@UEAAHW4Call@QMetaObject@@HPEAPEAX@Z could not
be located int the dynamic link library
C:\Projects\qgit-qgit-2.8\bin\qgit.exe."

Is there a pre-built 2.8 for Windows?

Thanks,
Rick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: QGit 2.8 for Windows?
  2019-08-15 21:06 QGit 2.8 for Windows? Rick Tillery
@ 2019-08-16 15:17 ` Dyer, Edwin
  2019-08-21 14:10 ` Rick Tillery
  1 sibling, 0 replies; 3+ messages in thread
From: Dyer, Edwin @ 2019-08-16 15:17 UTC (permalink / raw)
  To: Rick Tillery; +Cc: git@vger.kernel.org

Not sure if this is the same thing or not but I found this:

https://github.com/tibirna/qgit

It looks to be v2.6. Maybe this might be of use?

Cheers,

Ed Dyer
Associate DevOps Engineer

Alliance Data Retail Services
3075 Loyalty Circle, Columbus OH 43219
Office: 614-944-3923| Mobile: 614-432-3862



-----Original Message-----
From: git-owner@vger.kernel.org <git-owner@vger.kernel.org> On Behalf Of Rick Tillery
Sent: Thursday, August 15, 2019 5:07 PM
To: git@vger.kernel.org
Subject: QGit 2.8 for Windows?

QGit's README (
https://github.com/tibirna/qgit/blob/master/README.adoc ) directs me to this mailing list, so forgive me if this is the wrong place.

Is there a fully built version of QGit 2.8 for Windows?

The latest QGit for Windows I can find is 2.3, from 2008 ( https://sourceforge.net/projects/qgit/ ). That version encounters an error every time I load a repo (deprecated command "git repo-config..."), and I see this has been updated between then and now.

I did attempt to clone and build, using the instructions in the repo, but after several hours of trying, the binary I produced will not load, with several error dialogs, which appear in differing order each time I try to run qgit.exe (and the procedure entry point doesn't always appear):

"The code execution cannot proceed because libGLESv2.dll was not found. Reinstalling..."
libGLEv2.dll is present on the system in \Windows\SysWOW64

"...VCRUNTIME140_APP.dll..."
I do not find this on the system, in the Visual Studio files, or available online (I do find VCRUNTIME140.dll).

"...MSVCP140_APP.dll..."
Same as VCRUNTIME140_APP.dll

"The procedure entry point
?qt_metacall@QProcess@@UEAAHW4Call@QMetaObject@@HPEAPEAX@Z could not be located int the dynamic link library C:\Projects\qgit-qgit-2.8\bin\qgit.exe."

Is there a pre-built 2.8 for Windows?

Thanks,
Rick

______________________________________________________________________
The information contained in this e-mail message and any attachments may be privileged and confidential. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that any review, dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by replying to this e-mail and delete the message and any attachments from your computer.
______________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: QGit 2.8 for Windows?
  2019-08-15 21:06 QGit 2.8 for Windows? Rick Tillery
  2019-08-16 15:17 ` Dyer, Edwin
@ 2019-08-21 14:10 ` Rick Tillery
  1 sibling, 0 replies; 3+ messages in thread
From: Rick Tillery @ 2019-08-21 14:10 UTC (permalink / raw)
  To: git

So, does QGit have a test build for Windows, perhaps run as a
regression test to verify the build each time a change is made to the
source?

Rick

On Thu, Aug 15, 2019 at 4:06 PM Rick Tillery <rtillerywork@gmail.com> wrote:
>
> QGit's README (
> https://github.com/tibirna/qgit/blob/master/README.adoc ) directs me
> to this mailing list, so forgive me if this is the wrong place.
>
> Is there a fully built version of QGit 2.8 for Windows?
>
> The latest QGit for Windows I can find is 2.3, from 2008 (
> https://sourceforge.net/projects/qgit/ ). That version encounters an
> error every time I load a repo (deprecated command "git
> repo-config..."), and I see this has been updated between then and
> now.
>
> I did attempt to clone and build, using the instructions in the repo,
> but after several hours of trying, the binary I produced will not
> load, with several error dialogs, which appear in differing order each
> time I try to run qgit.exe (and the procedure entry point doesn't
> always appear):
>
> "The code execution cannot proceed because libGLESv2.dll was not
> found. Reinstalling..."
> libGLEv2.dll is present on the system in \Windows\SysWOW64
>
> "...VCRUNTIME140_APP.dll..."
> I do not find this on the system, in the Visual Studio files, or
> available online (I do find VCRUNTIME140.dll).
>
> "...MSVCP140_APP.dll..."
> Same as VCRUNTIME140_APP.dll
>
> "The procedure entry point
> ?qt_metacall@QProcess@@UEAAHW4Call@QMetaObject@@HPEAPEAX@Z could not
> be located int the dynamic link library
> C:\Projects\qgit-qgit-2.8\bin\qgit.exe."
>
> Is there a pre-built 2.8 for Windows?
>
> Thanks,
> Rick

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-21 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-15 21:06 QGit 2.8 for Windows? Rick Tillery
2019-08-16 15:17 ` Dyer, Edwin
2019-08-21 14:10 ` Rick Tillery

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).