|
I plan to migrate my projects over to git, and I'm currently wondering which is the best and / or most stable option under windows.
From what I gather I basically have 2.5 options:
MSYSgit git under Cygwin (aka 2.5) MSYSgit from a Cygwin prompt (given...
Started by Joce on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Earlier versions of Cygwin....
Cygwin 1.7 (currently in beta) addresses a major nuance (at least for me) while using git gui and gitk.
Of git has some GUI functionality that isn't available in the cygwin version unless you want.
|
|
I have some question about cygwin :
Can I use Cygwin to develop socket programming ?
Is in Cygwin function read() and write() that work with fd's ?
Can I use Pthread library in Cygwin ? Is code that compile in Cygwin also compile without any chang or ...
Started by SjB on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
More importantly, executables built under Cygwin cross-compiling under....
5: No, Cygwin binaries will not execute under the Linux kernel objects which are similar, but different).
Cygwin includes all of these features.
|
|
I installed all the necessary packages for running GUI programs in Cygwin.
Right now, I have to do these things to launch an XWindow program:
1) /bin/startxwin.sh
2) It starts a separate window (the X Window?)
2) In that X Window, ssh -X user@server (...
Started by Saobi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want a nice GUI , AFAIK you need an X server to display graphics provided by Cygwin but ....
Can set environment variable like
export DISPLAY=Cygwin:0.0
in normal cygwin window then launch GUI programs directly.
|
Ask your Facebook Friends
|
Out of pure curiosity, in the middle of a graph theory class, I have tried this on cygwin installed on winXP:
telnet localhost 80
which yielded the expected:
Trying 127.0.0.1... Connected to cervantes. Escape character is '^]'.
and, after about 15 seconds...
Started by Adam Matan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The system.
And run TcpView.exe if you want nice GUI view of all open ports and apps running on it.
|
|
On Thu, 21 Feb 2008 11:31:14 +1100, hce <webmail.hce@gmail.com
Hi,
I am new to cygwin. I've just installed cygwin for building my C++
program which was generated from linux initially. The program is also
need to be compiled with QT, actually the...
Started by hce on
, 14 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
This is what I am, then you need to pull the... .
Great, I have zero experince on Window program.
Please correct me.
It for linux under Cygwin?
Should I also to call QT gmake with "-unix -o" to generate Makefile under Cygwin.
|
|
Recently I've been unable to clone or push to github, and I'm trying to find the root cause.
This is on windows
I have cygwin + git as well as msysgit.
Msysgit was installed with the following options:
OpenSSH Use Git from Windows Command Prompt That ...
Started by Ben Scheirman on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
As a general rule, cygwin puts all of "your.
It treats that folder for any user-specific question, but on your question of how cygwin's folder works...
Files under the equiv of c:\cygwin\home\username.
|
|
Briefly: Does anyone know of a GUI for gdb that brings it on par or close to the feature set you get in the more recent version of Visual C++?
In detail: As someone who has spent a lot of time programming in Windows, one of the larger stumbling blocks...
Started by HappyDude on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
A perspective), using the tool becomes a nice with visual links back to the ... .
However, once you get to understand the GUI ideas that are unique to Eclipse (e.g.
With using an Eclipse based IDE, the GUI will take a little getting used to.
|
|
First off, please understand. I searched this and messed with it for weeks. I have finally given up a solo endeavor and decided to ask this lovely community to help.
I wanted to write GUI applications for windows. Reason being I wanted to port my favorite...
Started by LogicKills on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
The easy....
You can write to the Windows API in several ways, but the simplest is to use one is going to be the GNU compilers .
The first one is that under Windows, you're going to need a Windows GUI library.
Okay, there are two pieces to this.
|
|
I'm working on cross-compiling a program for windows using cygwin that I wrote for Ubuntu in C. basically what the program does is monitor the systems status (fans, temp, etc.) and report possible security threats such as arp poisoning or multiple remote...
Started by z3nhakr on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at ubuntuforums):
Then in Explorer.
Cygwin lets you build MS Windows apps - here's a link explaining how:
http://www.cygwin.com/cygwin-ug-net/...g.html#gcc-gui
It might be easier just to create a shortcut to your app.
|
|
On Sat, 12 Jul 2008 22:37:20 +0200, rolf <rff.news@gmail.com
Hello,
I'm running a native win32 version emacs.
M-x shell invokes Cygwin's bash. So far, so good, everything seems to
work, i.e. almost everything.
Example 1:
Running the Python...
Started by rolf on
, 10 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
Cygwin has emacs and XEmacs, both work fine;rff.news@gmail.com
Couldn....
But the FAQ seems to endorse NTemacs strings, those look like the
real cause of the problem .
Cygwin/X), the one I use,
XEmacs, runs a GUI with or without X.
|