Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment. Thus it is possible to launch Windows ...

learn more… | top users | synonyms

0
votes
0answers
14 views

Error in debbuger in Eclipse CTD with Cygwin

Recently I setup Eclipse CDT with Cygwin. I also properly installed MinGW (the latest) but I am not using it. I set up Cygwin with usual: Eclipse C/C++ Development Tool (CDT) Juno SR1 Cygwin ...
0
votes
1answer
26 views

String concatenation does not work in Bash cygwin

Tell me this, why this code does not work in Cygwin ? I've tried use \. and different symbol combinations between variable. Scopes tried too ( round, figure ). Dunno what up. My code is here and it ...
0
votes
1answer
83 views

Forward ssh protocol via ssh tunnel | corporate firewall

SHORT Why is git pull/push not working now that ssh behind firewall is functioning (esp. ssh git@bitbucket.org). Similar questions has been asked, and I have read them. But I still have a lack of ...
1
vote
0answers
34 views

How do I run Windows vim from a function within my .bashrc? [migrated]

I have installed windows vim and added the following function to my .bashrc: function winvim() { local win_vim_path='/cygdrive/c/Program\ Files\ \(x86\)/Vim/vim73/vim.exe' #local ...
0
votes
1answer
34 views

Cygwin path to /cygdrive/C/Program Files (x86)/GnuWin32 directory?

I am having trouble executing a program located in the "C:\Program Files (x86) directory in Windows from within Cygwin. Anyone know the trick to getting this to work? jboss@QA024 ...
0
votes
0answers
46 views

How do I get correct arrow key behaviour for cygwin vim in Console2? [migrated]

I've set the shell variable in Console2 to: C:\cygwin\bin\bash.exe --login -i I then launch vim. When I do so two problems happen While in normal mode if I press an arrow key once nothing happens. ...
0
votes
0answers
20 views

grep is not working in shell_exec()

I'm writing a script from Apache's docroot. Here's the snippet I'm trying to get to work: echo shell_exec("grep -r --include='$glob' $current $dir"); Which returns nothing. Running the command via ...
0
votes
1answer
10 views

Can't compile Wine under Windows

I need to compile wine dlls under windows for debug purposes. I installed cygwin, downloaded wine and run "./configure", then following error appears. I am completely new to Linux environment, so I ...
0
votes
1answer
118 views

No input file error from dev_appserver.py

I am trying to create a helloworld GAE projects to use PHP to connect to a Google Cloud SQL database. I am following the steps found at: ...
0
votes
2answers
50 views

Git push hangs when pushing to Github?

Git push hangs everytime I try to push to github. I am using Cygwin and Windows 7. Git functions fine locally tracking branches, providing status, setting global user.name and user.email and allowing ...
0
votes
0answers
19 views

exe build with cygwin gcc hanging when running in cygwin terminal

I build an exe named DatalogTest.exe with cygwin gcc. When I try to run this (./DatalogText.exe), I just hangs. I can not kill it with Ctrl-C, suspend it with Ctrl-Z or kill it by doing a kill -9 in ...
0
votes
1answer
18 views

platform independent symlinks in build script

I need to add to gradle build script a command that will create a symlink. I know that the person who builds that has cygwin installed. The problem is with export command. Here is what I got so far ...
0
votes
1answer
20 views

With EXPORT_ALL_VARIABLES make does not export variables with dot

The following was tested with MinGW msys and with Cygwin. When defining the phony target EXPORT_ALL_VARIABLES in a makefile and then executing a sub-make, variables with dot are not exported. So ...
0
votes
0answers
141 views

Why am I getting errors running the coffee command in cygwin?

I followed the CoffeeScript installation guide by installing Node.js with the node-v0.10.9-x64.msi installer. I then started up a cygwin console and cd'd into the directory with my .coffee file. If ...
0
votes
1answer
31 views

I am unable to see the server deployed by Rails?

I'm using Windows 7, running rails through cygwin. I ran $ rails server -b localhost And this was the output: => Booting WEBrick => Rails 3.2.13 application starting in development on ...
-3
votes
1answer
40 views

how can i run cygwin from vim

the prover of TLA requires Cygwin, I want to run it (tlapm.exe for example) in Gvim, How can I start cygwin from a vimscript programm in tla toolbox ,eval it as follows: /usr/local/bin/tlapm ...
2
votes
3answers
75 views

printf not printing to screen

If I try to run the following simple code under Cygwin on Windows 7, #include <stdio.h> int main() { int i1, i2, sums; printf( "Enter first integer\n" ); scanf( "%d", &i1 ); printf( ...
0
votes
0answers
6 views

What is the way in cygwin to install everything from a local directory from the command line [migrated]

I have a local repo of cygwin that I would like to deploy across various test machines. Is there a command that I could script out to install cygwin along with all of the packages in my local ...
0
votes
0answers
48 views

'gem install pg' fails on Cygwin (Can't find the PostgreSQL client library)

I have been struggling to solve this and can't find anyone with quite the same issue online. The issue is that, I am trying to run Rails through Cygwin, and when I get to the point of running bundle, ...
-4
votes
0answers
16 views

Is it possible to comple gamecaster with cygwin? [closed]

Gamecaster uses the glc framework. And If so will someone assist me in doing so in their answer? Read this for more info: http://www.ubuntuvibes.com/2012/07/gamecaster-new-real-time-video-capture.htm ...
1
vote
2answers
61 views

subversion (svn) E205007 (commit failed). could not use external editor to fetch log message

in cygwin, in the directory containing filename.xml svn add filename.xml adds file (working) svn update updates (working) svn ci filename.xml error E205007 (commit failed). could not use ...
1
vote
1answer
66 views

Convert a hex-string into binary file with plain awk under cygwin

Trying to convert a hexstring given as string in the form 31ff097112 with plain awk into a binary file using cygwin (Works when run in linux). Tried the following: BEGIN { BINMODE=3; ORS=""; ...
0
votes
0answers
30 views

How to enable umlauts and other UTF-8 chars in cygwin [closed]

I'm using cygwin with xterm and I'm having difficulties enabling UTF-8 to display/enter the needed umlauts in the shell. $ locale LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" ...
0
votes
0answers
23 views

Donut.cvs example

I can't find a way to config mahout correctly. That's what happens when I try to run the "donut.cvs" example from "Mahout in Action" book: Running on hadoop, using /home/myname/hadoop/bin/hadoop and ...
1
vote
0answers
15 views

Cygwin - running a script on startup [migrated]

I have a small script, myscript.sh, that I want to run every time I start Cygwin - right now it just echoes "hello" but I want it to have useful functionality later. Another post said to modify my ...
0
votes
1answer
86 views

Fix Cygwin Emacs flycheck-mode errors finding /tmp and phpcs in win7 running xampp php

Issue with Errors Have been using Emacs for a couple years. Recently decided to try the Prelude version (link to prelude). Install went smoothly (on Win7 with Cygwin), but have been unable to use php ...
1
vote
0answers
30 views

Cygwin ssh-host-config on windows for hadoop [migrated]

I'm new to cygwin and hadoop, please anyone could explain which mirror link is the proper to install cygwin what version of hadoop is bug free ( .sh works good ) is it must to run below commands ...
0
votes
2answers
42 views

Cygwin CSV sort data by column

UPDATE 2: OK I can't get this to work properly, it was working on one file but not another: C:\cygwin\bin\sort -t"," -k5,2 c:\tmp\CI-tosplit.csv > c:\tmp\CI-DEN-sorted.csv This seems to sort ...
0
votes
0answers
25 views

what is postmaster service in postgreSQL and ipc-daemon2 service in cygwin? [closed]

I am new to databases, so my questions can be childish. I am working in a application which uses postgreSQL as database. The postgreSQL server is run using cygwin. During application ...
0
votes
0answers
18 views

Linking error with boost netlib in cygwin

I see other people have asked questions about linking, but I don't understand how to apply the answer. So, my situation is below. What should I do to correct the linking error. Source: #include ...
0
votes
1answer
45 views

Removing forks in a shell script so that it runs well in Cygwin

I'm trying to run a shell script on windows in Cygwin. The problem I'm having is that it runs extremely slowly in the following section of code. From a bit of googling, I believe its due to there ...
0
votes
1answer
26 views

Removed Windows service is still running

I installed a windows service with cygwin cygrunsrv. That service is writing something to a file every 5 seconds. After I tried it, I removed service with "cygrunserv -R service_name". Now, service is ...
0
votes
1answer
23 views

Cygwin - setting up $PATH [closed]

I've found it's really difficult to setup path variable. I've tried a lot of combinations but nothing works at all. My over 1h work results are but as you see on screenshot (http://puu.sh/33n0X.png ) ...
1
vote
1answer
70 views

Compiling a library (redland) in Cygwin using gcc and using the output in Visual Studio (c++)

I'm currently trying to compile redland (librdf http://librdf.org/) under Windows. According to their website it should build under Windows. As i don't want to spend my time fixing the .sln I thought ...
0
votes
0answers
32 views

ls vs. dir in cygwin/uwin in Windows 7

I was trying to process a directory of over 10000 files using ksh in Cygwin in Windows 7 and have found that it can take well over a minute before processing can begin because I start by doing an ls ...
0
votes
3answers
155 views

Symfony 2.2.1 fatal error on remote server (only)-why?

On the Symfony codebase mentioned in this question, after installing FOSUserBundle, it works locally, but on the remote server it doesn't even get to bootstrap, giving an HTTP 500 error page. Edit: ...
0
votes
1answer
34 views

Is it possible to compile a windows service with cygwin?

I tried to compile my C++ daemon code from linux, with cygwin. It worked but not as a windows service. It's in processes list. How can I run it as a service? Or can I compile a windows service with ...
-1
votes
1answer
25 views

Errors when Compiling Cygwin in Visual Studio with VisualGDB

I am trying to compile a Cygwin project in Visual Studio, using VisualGDB. When compiling, it printed out: 1>/bin/sh ../../../libtool --mode=link g++ -g -Wall -o expression.exe SimpleFace.o ...
-1
votes
0answers
36 views

How can 1 exec file generate 4 processes? [closed]

I build my rtai-model-source(generated by simulink) in cygwin with gcc-linux-4.1 on windows, and generate elf successfully. and the elf is run correctly on ubuntu. After the elf is running correctly ...
0
votes
2answers
61 views

fmod function from math.h library in C not working correctly?

Ok, so hopefully I do not look like an idiot from asking this question...as it is quite basic, but my brain is either on vacation or something is indeed wrong. So -4 % 5 or -4 mod 5 should equal 1 ...
0
votes
1answer
28 views

Cygwin error on angle brackets < >

So I'm trying to get a shell script running in Cygwin and in the cut down section i posted below it crashes out with an error that reads: new.sh: line 8: syntax error near unexpected token `newline' ...
0
votes
1answer
65 views

I installed a perl module via cpan. But how do i use it?

After lot's of issues I managed to get cpan to work in cygwin. I did: cpan[2]> i Log::Log4perl and it seemed to work. I.e. it downloaded something: cpan[2]> i Log::Log4perl Fetching with ...
0
votes
1answer
18 views

Create a new key mapping for mintty

Mintty is a awsome terminal I used in window. Its full-screen feature make it an ideal solution for using Vim. It can also be set to be transparent mode. I want to add a shortcut to toggle between ...
0
votes
1answer
75 views

Symfony 2.2.1 rsync deploy - not working on remote server

I'm very new to Symfony and I'm trying to automate the deploy process with rsync, while keeping both the local and remote installs of Symfony working. What I've done so far: installed Cygwin on my ...
0
votes
1answer
46 views

Bundling PostgreSQL in an app installer for Windows 7

I am working in a stand alone JAVA application using postgreSQL 7.4.2 as database. The application is not working in Windows 7. The postgreSQL server is run using cygwin. shell scripts are written to ...
1
vote
1answer
26 views

Xserver on Windows7

I have been using X11 with windows Maker provided with cygwin package for multi windows in windows Xp. Currently I am moving to windows 7 but unable to install cygwin. Is there any other multi ...
2
votes
1answer
39 views

PHP ssh2_exec() from Ubuntu Server to Windows with OpenSSH in Cygwin - works but fails the second time

I had been using PHP's ssh_connect() and multiple ssh_exec() between two Ubuntu VMs without any problems. However, now I need to call multiple ssh_exec() from Ubuntu Server to Windows machine via ...
0
votes
0answers
37 views

Red5 can't find Bootstrap java.lang.NoClassDefFoundError

I'm trying to setup Red5 on Cygwin. I've got this error, similar to the question here. I've tried some of the solutions there, but they didn't appear effective. Starting Red5 ...
0
votes
1answer
26 views

Red5 can't locate Java on Cygwin

I'm setting up a Red5 server on Cygwin I get this /usr/share/red5$ sh red5.sh Running on CYGWIN_NT-6.1-WOW64 Unable to locate Java. Please set JAVA_HOME environment variable. However, I can also ...
0
votes
1answer
15 views

Deciphering this path

I'm trying to follow this guide in order to install or link to jdk in cygwin I'm confused about how he wants me to get from my cygwin folder to my Downloads folder. He says this: ln -s ...

1 2 3 4 5 56