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
7 views

Unable to access jarfile under cygwin

I know there are many "unable to access jarfile" questions on here, but I do feel this is different enough to warrant its own thread. I am writing a walkthrough, part of this walkthrough involves ...
0
votes
0answers
9 views

sqlite3: query file's UTF-8 encoding is not recognized automatically

I fed in the query for the database as follows: sqlite3 database.db < query and I got the message: Error: near line 1: near "SELECT": syntax error The query was encoded in UTF-8 and so was ...
0
votes
0answers
20 views

Installing Python 2.5 on Cygwin [migrated]

I would like to install Python 2.5 on Cygwin. (EDIT: I need Python 2.5 in particular, and I am aware that Cygwin setup offers 2.7 and 3.2. I installed those using the GUI and they appear to be ...
0
votes
1answer
15 views

Public key authentication issues on cygwin

I've been trying "ssh localhost" on cygwin (I use WIndows 7), but it keeps asking for the password. When I did "ssh -vvv localhost", I found out that the public key authentications were not ...
2
votes
6answers
536 views

Composer & Cygwin

Composer doesn't run correctly in Cygwin if you try to install it "globally". Putting composer.phar into /usr/local/bin/composer, then trying to run it will result in the error: Could not open input ...
0
votes
1answer
23 views

gcc fails with spawn: No such file or directory

I downloaded Ruben’s build of Cygwin GCC. However upon running it seems unable to compile any files $ touch foo.c $ gcc foo.c gcc: error: spawn: No such file or directory As a workaround, I ...
3
votes
3answers
4k views

Setting environment variables in Eclipse to use with Android NDK

I use Android NDK with cygwin with Eclipse on Windows. In my makefile I want to set path of prebuild library using environment variable in eclipse. So I do the following: And in makefile: ...
1
vote
1answer
24 views

Django loaddata command on cygwin returns an error when installing fixtures (SQLite3 database)

I've updated cygwin and python on cygwin to 2.7 and now I cannot load any json files to the database using the loaddata management command in Django. (Using SQLite3 as a database backend) It works ...
1
vote
2answers
26 views

Create files using grep and wildcards with input file

This should be a no-brainer, but apparently I have no brain today. I have 50 20-gig logs that contain entries from multiple apps, one of which addes a transaction ID to its log lines. I have 42 ...
65
votes
14answers
68k views

SSH Private Key Permissions using Git GUI or ssh-keygen are too open

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 ...
0
votes
2answers
420 views

Getting lcov to work on Cygwin

What Cygwin package(s) do I need to install to get lcov to work on Cygwin? I tried to run lcov and received the following: command not found Thank you for any help. P.S. I should point out that ...
0
votes
0answers
24 views

Calling Cygwin from within R

I was trying to invoke Cygwin from within R with the following command: shell("cd C:\\cygwin\\bin & bash --login -i testfile2.txt", intern = T) Within Cygwin I tried to invoke another program ...
7
votes
4answers
2k views

How can I make cygwin autocomplete windows paths?

I don't want to type /cygdrive/c/path/to/stuff, especially when using tools that don't know anything about cygwin. Is there a way to configure cygwin to autocomplete "c:\path\to\stuff" or even ...
0
votes
1answer
11 views

how to make cygwin build program in windows use windows path

i built and installed a program by cygwin in windows,but the program can not find paht in window style and must use /cygdrive i just want to know how to spare this burdon The problem is this: ...
3
votes
1answer
97 views

Not able to use srand48() after changing to c++ 11

Why am I not able to compile my code to c++ 11 and use the srand48 function? I have a program where I play around with some matrices. The problem is that when I compile the code with the -std=c++0x ...
8
votes
4answers
3k views

Sort a text file by line length including spaces

I have a CSV file that looks like this: AS2345,ASDF1232, Mr. Plain Example, 110 Binary ave.,Atlantis,RI,12345,(999)123-5555,1.56 AS2345,ASDF1232, Mrs. Plain Example, 1121110 Ternary st. ...
0
votes
0answers
10 views

perl compiler or packer that tolerate perl fork in windows plateform

If Perl code use fork or its variant like Paralell::Loops or Parallel::ForkManager, pp from Par::Packer generated standalone exe will crash when run, see example in ...
0
votes
1answer
26 views

Build SoX with LAME support in Cygwin

I'm trying to build SoX (14.4.1) in Cygwin with MP3 support using LAME (3.99.5). I've been following this guide: http://bencos.googlecode.com/svn-history/r137/trunk/out/sox/README.win32.txt When ...
3
votes
2answers
923 views

How to run Mocha tests on windows node.js ( Error: Cannot find module 'C:\cygdrive\c\Users )

I'm trying to run an app in windows and this app has some mocha tests. I need make. I read this Mocha requires make. Can't find a make.exe that works on Windows and this Node.js cannot find ...
2
votes
4answers
1k views

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 ...
0
votes
1answer
25 views

Python can't find script in directory added to path [Cygwin]

I'm trying to run a Python script from the command line, but I'm getting the error $ python pscan2.py python: can't open file 'pscan2.py': [Errno 2] No such file or directory However, I also ...
0
votes
1answer
50 views

Invalid checkout path when running shell script on dos prompt with cygwin installed

This is the checkout location when invoking a shell script on dos prompt + svn co svn+ssh://builder@dev.serv/svn/scripts/Core_V6 /cygdrive/c/.jenkins/jobs/TEST_BUILD/workspace/ A ...
0
votes
0answers
19 views

How implement a bast wait for a specific file to be closed from write mode under windows?

I have a bash script run under Windows and I do want to wait until a specific file is not open for write anymore. Does anyone know a way to implement this in bash under cygwin, without installing ...
2
votes
1answer
21 views

Invoke cygwin commands from my application, avoiding the DOS shell

I like to scan a set of files using cygwin's "file" command. I like to invoke this command from within my own program. The program is written in REALbasic (RB), which is similar to Visual Basic (e.g. ...
0
votes
2answers
80 views

Operator [&] in c++

I have a code and when I'm building it in cygwin enviroment I get errors related to [&] What does [&] mean? How do I solve this or what do I replace it with to make it work? Code: ...
0
votes
0answers
59 views

Marvell Helloworld Compilation issue

I am working on the project based on Marvel wmsdk development kit. I am working on Windows 7 under /cygwin. I have downloaded and installed the toolchain arm-2012.09-63-arm-none-eabi.exe as mentioned ...
0
votes
1answer
40 views

PostgreSQL installation as a user on Cygwin, database server setup

I'm trying to install PostgreSQL on Cygwin as a user and i'm getting stuck on the part where I have to create a database server, after i execute the pg_ctl command, it just prints "server starting" ...
1
vote
1answer
67 views

installing PostgreSQL on Cygwin as a service

I'm a novice trying to install Postgresql on Cygwin as a service. I have been following the steps listed in this URL: http://www.smartpixie.com/wiki/Tech/CygwinPostgreSQL.twiki.html Everything was ...
0
votes
0answers
26 views

git log under cygwin does not show merge commits

I installed git in Cygwin and after doing some normal stuff and do git log I realized git under Cygwin was not showing me the merge commits I had done. Here is what I did: I worked on the master ...
0
votes
2answers
1k views

No git color schemes under rxvt/cygwin

After getting tired of the default cygwin terminal, I decide to try rxvt. Everything seems fine except one thing: the color schemes for my git repositories stop working. BTW other color schemes like ...
0
votes
0answers
9 views

File created in cygwin cannot be found [migrated]

Setup: Cygwin on Windows 8 64bit. UAC enabled. Scenario: I run cygwin without administrator privilege. I go to a directory and create a new file. Turns out I don't have write access to this ...
1
vote
2answers
2k views

c# cywgwin mono mkbundle windows 7 - cannot compile file

I'm trying to follow the following post to build a c# app with mono embedded, using cygwin. I am following the guide here: ...
0
votes
1answer
12 views

Cygwin absence of almost all packages

Tried to install Cygwin from the website and when i execute the setup.exe I am not given all the packages, not even editors package. There is Question on Stackoverflow about this where answer explains ...
0
votes
3answers
48 views

Socket doesn't receive complete data on HPUX

I really don't understand what is going wrong here, so I hope somebody may spot something I missed. I'm writing a user daemon which is accepting a client that I develop in java. For now this client ...
1
vote
0answers
14 views

Cygwin causing errors in Aptana when Ant builds project with HTML parsed as PHP

I have Aptana Studio 3, build: 3.4.0.201304151603 installed on Windows 7 (Service Pack 1). I have configured it to associate *.html files with the PHP Source Editor by default to add code completion ...
0
votes
0answers
5 views

memory limit for cygwin gcc compiled program

According to this! cygwin have a memory limit, but we can easily change it by running program with peflags --cygwin-heap foo.exe When i send the compiled program with cygwin1.dll to my friends, they ...
1
vote
2answers
455 views

cygwin support for ucontext.h user context switching

It appears that cygwin doesn't support user context switching (supported by ucontext.h). Given I need to developed a user-context switching application under cygwin, is there any solution for this?
-1
votes
1answer
17 views

Cygwin font rendering, possibly ignoring font width + using bdf on windows, or at least cygwin [closed]

Cygwin does not seem to render fonts properly. I believe that it ignores the width, however I could be wrong. Here is an example of what it looks like also I have a .bdf font. Windows does not ...
1
vote
1answer
38 views

mapred.JobClient: Error reading task output http:… when running hadoop from Cygwin on Windows OS

I was running the "Generating vectors from documents" sample from the book "Mahout in Action" from Cygwin on Windows. Hadoop is started only on the local machine. Below is my running command: $ ...
2
votes
4answers
4k views

How to run Java from Cygwin

I'm trying to write a BASH script to get my Java program to run(common issue, right?). I just can't quite get it to work. After many edits, here's how I am trying to set the classpath and then ...
0
votes
1answer
74 views

Windows cygwin gearman ./configure shows “configure: error: Unable to find libevent” error

I am trying to install gearman http://www.phpvs.net/2010/11/30/installing-gearman-and-gearmand-on-windows-with-cygwin/ I downloaded "libevent-2.0.21-stable.tar.gz" and extracted in cygwin's home/libs ...
0
votes
1answer
3k views

mount not working properly on Cygwin

I have WinXP box and Cygwin installed on it. There are many network drive mapped on windows. when I execute mount command on windows (which uses the same mount executable as Cygwin) a get list of ...
1
vote
1answer
50 views

How can I stop gcc under Cygwin from adding “.exe” to compiled executables?

I would like to know how I can prevent gcc under Cygwin from automatically adding the .exe extension to compiled files, because I just caused myself a lot of confusion with "missing files". For ...
0
votes
1answer
25 views

Run .sh file from cygwin on windows 7

I am trying to run .sh file from cygwin on windows 7 My dumdb.sh file content #!/bin/bash for database in $(mysql -e "show databases"|awk -F " " '{print $1}') do mysqldump -u root -h localhost ...
0
votes
0answers
19 views

Compile iproute2 with cygwin?

I´m trying to compile iproute2 for my android-ndk project. I´m using Cygwin but it doesnt really seem to work. Of course ive allready tried to search for answers for the errors i recieve. My errors ...
-1
votes
2answers
46 views

Mosquitto with Cygwin

I want to run Mosquitto on Windows using Cygwin and I have installed Cygwin and downloaded Mosquitto as they describe on Mosquitto's site. I have a simple example-file taken from mosquitto's site. ...
2
votes
1answer
28 views

Allow clicking in vim in cygwin

I am using vim, which I believe has a click function (you click, it changes the mode from edit, command, etc), however in Cygwin, you can't do that. Then again, I'm not sure if it's clicking is the ...
-1
votes
0answers
29 views

make test fails ./node_modules/.bin/mocha: line 2: dirname & uname: command not found

I'm reading the sitepoint.jump start node nbook, and in chapter02 I need to run make test, but it fails with the following error : ./node_modules/.bin/mocha: line 2: dirname: command not found ...
0
votes
1answer
53 views

what's the cygwin/Windows equivalent of Linux' notify-send

Linux has the command notify-send for sending user notifications to the desktop manager. (In many environments, these show up as pop-ups in the corner of the screen, along with low battery warnings ...
0
votes
1answer
38 views

Compiling a fortran 90 program under cygwin/gfortran error messages?

In the Cygwin terminal I enter $ gfortran -o threed_euler_fluxes_v3.exe threed_euler_fluxes_v3.f90 and I get the compiler error ...

1 2 3 4 5 53