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 ...
0
votes
0answers
6 views
Is there a way to install apt-cyg without svn?
The apt-cyg package manager at: http://code.google.com/p/apt-cyg/ looks really great. The readme says to first install subversion. I don't really want subversion on the machine I am using for this, ...
0
votes
1answer
18 views
Allow Selenium Webdriver to find Firefox path in cygwin and standard installs
I am running a Win2k8 EC2 instance for the purpose of running a few browser automation tasks after deployment from Fabric on a *nux box.
My script which works on Mac and Linux presents the following ...
0
votes
2answers
33 views
How can I run ctags in a large code base?
Assuming I have a code directory structure as follows:
/top
/second
/core
a.pl
b.pl
c.pl
/common
d.pl
e.pl
...
0
votes
0answers
9 views
Cygwin (on Windows) - Permission Denied - Cannot compile
I am trying to build and install libYAML as per instructions on their website >
http://pyyaml.org/wiki/LibYAML
./configure > successful
make > successful
make install > failed
I get ...
0
votes
0answers
16 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 ...
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 ...
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 ...
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 ...
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 ...
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:
...
0
votes
1answer
27 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
0answers
20 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 ...
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:
...
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 ...
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
0answers
27 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
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 ...
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 ...
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 ...
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 ...
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
votes
1answer
20 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
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
26 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 ...
1
vote
1answer
40 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:
$ ...
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
0answers
30 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
...
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 ...
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
...
0
votes
1answer
20 views
addind FILE_SHARE_READ mode with cygwin
I did a very simple program in C for linux a few months ago to read data from a socket and write it to disk. Now I want to run it on Windows, so I installed cygwin and everything worked fine.
The ...
0
votes
1answer
106 views
Does gcc 4.7.3 on cygwin support C++11 concurrency features?
I am trying to compile the following program on a 64 bit Windows 7 machine with cygwin installed and
the gcc compiler updated to 4.7.3:
#include <vector>
#include <thread>
#include ...
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. ...
-1
votes
2answers
47 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.
...
0
votes
1answer
33 views
How do I “add https support” to cygwin?
About to attend a course and a requirement is a laptop with linux or cygwin
Another is
cygwin requires https support to be installed
This is likely because I will need to use cUrl to fetch https ...
0
votes
0answers
14 views
SSH error in HBase Windows setup [closed]
I'm following the setup for HBase on windows and is currently stuck on getting ssh to work. I followed the steps exactly under Configuring Cygwin.
After setting up OpenSSH using ssh-host-config as ...
2
votes
1answer
36 views
how to invoke cygwin thorugh java shell?
I have a code meant for Linux which execute .sh files on the unix shell.
I wanted to run the same code for windows.
i was told that i should install cygwin for windows.
I did that but now how do i ...
0
votes
0answers
32 views
Strange thing happening with postgres libpq not working
I'm a beginner when it comes with C and trying to work with postgresSQL, so i finally was able to compile a test program to see if i can connect to the database the compile call looks like this
$ ...
0
votes
0answers
18 views
when use cygwin g++ to build a project , can't find the include head file even if I have indicated path with -I
I knew there a punch of this kind problem to bother you . But it's weird to me . Please be patient to let me finish my problem statement .
Background : Windows vista , cygwin latest version , opencv ...
0
votes
0answers
10 views
Execute windows scripts from remote rundeck server
Installed Rundeck server in one Linux machine .
Tomcat is running in one windows7 machine .
Now i want stop and start tomcat in windows machine by creating job in Rundeck (Linux).
It is possible ..
...
0
votes
0answers
36 views
Why doesn't Selenium's response have a sessionId?
I'm trying to run Selenium's Firefox webdriver and am getting the error below. I can see that the response does not have a sessionId - the offending line is self.session_id = response['sessionId'] - ...
-1
votes
0answers
76 views
Hadoop on Cygwin
i'm workoing on haddop on windows 7 using cygwin
i did three steps before, Configure Hadoop for standalone mode, run pi, and Unpack some data and build the job jar
The fourth step which is Build and ...
1
vote
0answers
74 views
msysgit's cygwin tools failing on Windows 8
In the msysgit installation directory there's a bunch of Cygwin tools (sh, ssh, wc, ...) which git sometimes use.
When I install msysgit (1.7.11.msysgit.1) on a fresh Win8 VM sometimes I get into a ...
1
vote
3answers
49 views
Sed search and replace syntax in Cygwin?
I am trying to serch and replace using sed in Cygwin:
SRC_FOLDER_MAIN=bra
TGT_FOLDER_MAIN=tag
but the following sed command does not work:
sed 's/${SRC_FOLDER_MAIN}/${TGT_FOLDER_MAIN}/g' ...
0
votes
0answers
19 views
remote debugging in eclipse cdt from linux server using cygwin
My current configuration is that I code, compile and debug C/C++ applications on a Linux server. The problem I am facing is that many users use the same server, making it very difficult to directly ...
1
vote
0answers
43 views
Scan hexadecimal floating points in Windows with Linux code
I am trying to compile Wapiti 1.3.0 (a NLP tagging tool) in a Windows 8 based machine. The C source code is intended for Linux (and similar) systems. I have managed to compile it using Cygwin gcc. ...
-1
votes
0answers
30 views
while building project in cygwin with command ./build_native.sh give error [closed]
This error gives when I compile the code I am using Windows 8 64-bit.
Zobe@zubair /cygdrive/h/ecl/cocos2d-2.0-rc2-x-2.0.1/gamme/proj.android
$ ./build_native.sh
rm: cannot remove ...

