Git Extensions has pending changes that aren't my own?
This question might be a long shot because I still cannot reliably duplicate the issue but it has happened to several of my coworkers on many occasions and it still baffles me. Occasionally Git ...
Setting Git/SmartGit SSH Client's home folder
I'm wondering if anyone can shed some insight into why SmartGit isn't behaving when I'm connecting to our source control server through SSH. GitBash behaves fine. Background: I've got a source ...
Hadoop TaskRunner throwing Java Child Error
I'm trying to run the Hadoop grep example in a pseudo-distributed configuration using Hadoop 0.22.0 on Windows 7 with Cygwin. The example works fine in standalone mode, but when run in ...
Multiple target patterns?
I'm trying to compile a c file where I included a driver for Mongo database. I can compile it successfully from Cygwin but when I turn to Netbeans I get this. I should mention that this happened only …
Haddop in Windows
I'm trying to run the sample word count program for Hadoop in Windows thru Cygwin. I've installed Hadoop and Cygwin. I run the wordcount program using this statment: $ bin/hadoop jar ...
Building programs which run without extra dlls of MinGW and MSYS
I build some fortran programs with gfortran under MinGW and MSYS on my Windows 7. But When I run them on other computers on which MinGW and MSYS are not installed, the system always asks for some dlls …
Compile C code with out making a .C file
I am try to compile a 'C' code in php. I am using windowsXP and cygwin to compile the code. I run the code as: PHP Code $a = ' int main(){ int i; for(i= 0;i!=10;i++) printf("Its Worked");return …
How can I fix this fatal exception?
I am porting my C/C++ code into an Android Game using the NDK, but I'm having trouble getting started. I have downloaded the NDK-r5b from developer.android.com and I have installed Cygwin. I am not …
How do I Create a Context Menu to Open a File in GNU Emacs inside Mintty under Cygwin?
I run GNU Emacs under Cygwin. What I am interested in doing: Configuring Windows shell integration (right-click context menu) for GNU Emacs inside Mintty under Cygwin so that I can use it to edit …
install python and make in cygwin
I have installed Cygwin Terminal in OS Windows. But I need to install also python and make in cygwin.All of these programs are needed to run petsc library. Does Someone know how to install these ...
Scripting a cygwin + openSSH install
So I'm trying to write a script to install cygwin and openSSH on a windows PC (working with XP currently but I also need Vista and 7 to work). Since its running as part of a larger setup, I need to …
Cygwin mysqldump complete-insert
I am using actual cygwin version and have installed mysql package 5.5.21. When using mysqldump i have the problem that the insert statement is in one line. i have already tried the following ...
Is Subsystem for UNIX-based Applications in Windows 7 same as cygwin
I downloaded Subsystem for UNIX-based Applications (Windows 7) from the microsoft.com site. During installation I saw a Cygwin screen, but I already have Cygwin. Is it more than Cygwin? It seems to …
Java Child Error in Hadoop TaskRunner
I'm trying to run the Hadoop grep example in a pseudo-distributed configuration using Hadoop 0.22.0 on Windows 7 with Cygwin. The example works fine in standalone mode, but when run in ...
reduce compilation time of C program when there are 30 simultaneous programs
I am trying to be make a online gcc compiler which can be accessed by the browser. For all this I have use php,cygwin on window XP. Actually I am giving the code window on the browser to the user. …
Fabric and cygwin don't work with windows UNC paths
I have some strange problems with fabric deployment to Windows Server 2008r2. The thing I try to accomplish is to copy some files to a shared folder with a fabric script (this script does a lot of …
Fabric and cygwin don't work with windows UNC paths
I have some strange problems with fabric deployment to Windows Server 2008r2. The thing I try to accomplish is to copy some files to a shared folder with a fabric script (this script does a lot of …
How to Cygwin Xwin -query an Ubuntu 11.10 Xserver?
I am running Cygwin 1.7 on Win7 Pro x64, and I can query my Ubuntu 10.04 LTS server just fine. XWin.exe -clipboard -once -rootless -nodecoration -notrayicon -query $IP_ADDRESS I recently installed …
Compile C++ code under windows for linux, as ready to run
Im new about compile code for linux. It's propably Debian 5.0. And I need compile my cpp code for it as ready to run, i mean the other person can easly run program like in Windows, by just clicking on …
Running Shell script written in linux on windows OS
i have shell script written in RedHat OS. I need to run this script in windows environemtn. So i used cygwin to run the script on windows. But when i run the script using sh housekeeper.sh it …
Is it better to run OpenSSH in cygwin or freesshd (on Windows Server 2003)
I found an article on Petri that explains how to install OpenSSH to Windows via cygwin. I know that OpenSSH is basically the standard SSH server for *nix distros and was wondering if that means it's …
Can't push to git bare repository on windows
I am playing with GIT on windows. Installed msysgit (latest version) and seems everything look good. I have created bare repository on my c:/repo folder which I had clone to c:/repoclone/ with ...
Cygwin sshd on Windows 7 issue
Using an administrator privileged account I have installed cygwin sshd following instructions here successfully on Windows XP, Vista, but on Windows 7, after installation without errors when I try to …
How i run cygwin using java program?
I have installed cygwin on window to start crawling. It work well. Now i want to run cygwin and run a crawl program at starting of cygwin using java program code. If you provide some code for it ,it …
Selenium grid 2 over cygwin
Ok, this is a tricky one. I'm trying to set up a Selenium Grid 2 with some Windows 7 VMs to run Webdriver tests. To automatize the whole process I use some ant script that connects to the VMs through …
Error compiling OpenSSL with MinGW/MSYS
Download source files from official OpenSSL site. I follow the INSTALL.M32 file in OpenSSL folder. I open msys.bat, go to the OpenSSL folder, then type $ ./config It says "Configured for ...
How to create configure script for project?
I would like to build PolarSSL using ./configure --host=i686-w64-mingw32 but there is no configure script. I have read about creating one using Autoconf, but I did not have luck with it. To ...
Building GLFW with MinGW64 gcc — entry-symbol warnings & linker errors
This is on a fairly fresh vanilla Win7 64-bit installation with the latest MinGW64, in a clean (freshly extracted) GLFW 2.7.5 source directory calling their make win32-msys command. [A] Building the …
Mount floppy image in cygwin
How can I mount a floppy image file using cygwin. I would like to mount the image, copy a file to the mounted drive, and then unmount it from the command line. I know you can use Virtual Floppy …
Why won't PEAR work on my PHP Windows installation?
I'm running Wampserver on Windows 7, and I can't seem to get PEAR to work. Well, that's not entirely true-apparently it works on the command line (both cmd.exe and on Cygwin). Here's the sample ...