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 ...
5
votes
0answers
315 views
SSH Agent no longer starting after installing Cygwin
Installed msysGit, wrote the code to start ssh-agent in .profile, everything worked.
Installed cygwin, without Git, just ssh and cURL.
SSH Agent no longer starting when Git bash opens.
I can start ...
3
votes
0answers
76 views
Haskell: http-wget hangs my program in windows
I've tried this on two computers. Here are my steps:
install wget on cygwin
cabal install http-wget
upgrade my PATH environment variable to include C:\cygwin\bin
open WinGHCi and type this:
From ...
3
votes
0answers
152 views
datanode and namenode service not started
I am using window 7 with cygwin After installing hadoop 1.1.1 when i am starting service than problem arise *JAVA_HOME path not set and many more....
Commmand : bin/start-all.sh
but when i type ...
2
votes
0answers
57 views
cygbin: hostname nor servname provided, or not known
Installing hadoop1.0.3 successfully. Now run Hbase service(start-hbase.sh command)
Having changes in hbaseenv.sh and hbasesite.xml
But the problem arises:
Please suggest how to resolve this ...
2
votes
0answers
43 views
How to configure hbase using cygwin?
i have configured my Hadoop in cygwin now i m trying to configure Hbase
i have made some changes in hbase-evn.sh as:
export JAVA_HOME=C:\\java\\jre
export ...
2
votes
0answers
66 views
How can I build C source with Windows Geany via cygwin call?
Is it possible to set such a build command in it, which will compile source via cygwin call?
The default command in preferences is gcc -Wall -o "%e" "%f" which calls MinGW, but some files can be ...
2
votes
0answers
177 views
Linking LAPACK library with g++ on cygwin
Background
I am trying to find the eigenvalues of a complex matrix by using zgeev routine in LAPACK library. As far as I understand, LAPACK is written for FORTRAN and hence to use it with a C (or ...
2
votes
0answers
191 views
custom makefile works in cmd with Cygwin make, but not in Eclipse CDT
I have a simple makefile works OK under CMD prompt using Cygwin make. But have problem by invoking through Make Target in Eclipse CDT.
The content of my makefile is as below:
all: aaa
aaa: bbb.o
...
2
votes
0answers
259 views
Cygwin :: bcrypt-ruby - ERROR: Failed to build gem native extension
When I try I install bcrypt-ruby gem I get the following error
I have Cygwin on Windows 7 32
$ gem install bcrypt-ruby
Building native extensions. This could take a while...
ERROR: Error ...
2
votes
0answers
201 views
how to turn off multithreading gdb execution
I really like to use some simple interface like in Borland C++, thereby I've installed cygwin with gcc/gdb/vim etc on my laptop(unfortunately, I can not install Linux here :( )
The problem that I ...
2
votes
0answers
211 views
ImportError: Permission denied when importing psycopg2 module
I'm trying to setup an python application which uses PostgreSQL through psycopg2, but the module keeps failing when importing it.
ImportError: Permission denied
I've installed psycopg2 using pip ...
2
votes
0answers
259 views
ANSI Escape Sequences Fail in Cygwin
I am trying to create a 'drop down menu' for a CLI program using ANSI escape sequences in Python 2.7.2. I use ANSI escape sequences to change the 'options' to red and display them below the input ...
2
votes
0answers
756 views
How to use current version of opengl in cygwin?
I have been using OpenGL with cygwin for a few months to program some 3d applications. I now want to attempt to write some slightly more advanced techniques using things like vertex buffer objects. ...
2
votes
0answers
123 views
sqlite does not read .sqliterc in Cygwin
Does any one use sqlite with Cygwin? I setup some options in the .sqliterc under my HOME directory, as following.
.mode column
.header on
.nullvalue NULL
But when I run queries in sqlite3, it seems ...
2
votes
0answers
995 views
unrecognized command line option while compiling boost for android on cygwin
I am trying to compile boost on cygwin with help of following article
But when I ran following statement
bjam --without-python --without-serialization toolset=gcc-android4.4.3 link=static ...
2
votes
0answers
402 views
How to set the std::locale with gcc under cygwin?
I'm trying to make a simple program to enumerate the files on my disks, but I'm stuck at the great UTF frontier.
I'm using boost::recursive_directory_iterator to enumerate the files. That's works ...
2
votes
0answers
105 views
mingw windowsXP application corefile (.dmp) debugging tool
For an application written on C++ and compiled/built on mingw, I am facing issues in core file analysis.
I have my application built/run on XP machine.
How do we save core file generated in the ...
2
votes
0answers
257 views
Calling Script from Command line not working
We created a DLL using cygwin and have written a class based python module for the same. We have created a sample script for the class based python module, that creates an object of the class and ...
2
votes
0answers
311 views
Does the Church programming language work on Windows?
Has anyone gotten the Church programming language to work on Windows? I followed the directions here and I wasn't able to run the examples in the tutorial in any obvious way. I used ikarus although ...
1
vote
0answers
11 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 ...
1
vote
0answers
16 views
Hadoop/cygwin failure in bin/hadoop tasktracker command
i am following http://ebiquity.umbc.edu/Tutorials/Hadoop/00%20-%20Intro.html
Start the namenode in the first window by executing
cd hadoop-0.19.1
bin/hadoop namenode
Start the secondary namenode in ...
1
vote
0answers
18 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 ...
1
vote
0answers
98 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
0answers
44 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
vote
0answers
50 views
Git installed through gitosys doesn't (probably) honor HOME environment variable when run from Cygwin
I'm trying to use git from Cygwin, but here's what I see:
$ git clone ssh://git-repo/some/repository
Cloning into 'repository'...
ssh: git-repo-actual-host-name.com: no address associated with name
...
1
vote
0answers
86 views
NVM fails to install any version of Node.js in Cygwin
I've already learned that Node.js opted out of supporting Cygwin in the newer version, but NVM can't install the older version either. The error I'm getting:
$ nvm install v0.4.12
Additional options ...
1
vote
0answers
157 views
how to fix scroll bug in tmux?
I know it's sound scary but it's probably not related only to cygwin.
As you know cygwin uses xterm, and i ssh'ed to another machine where I've launched tmux.
On one machine I've got mouse enabled for ...
1
vote
0answers
155 views
how do I make gnuplot plot in a gui interface instead of inside of a terminal?
How do I change the plot function in ocatave to get the plots in a new gui interface..
I used to get the graphs in a white gui window and was able to see colors etc, but now in a different computer ...
1
vote
0answers
89 views
QtCreator + cygwin + Boost: is debugging possible
I'm trying to use QtCreator as an IDE for Windows platform. So far I have managed to create a "kit" that uses cygwin's gcc compiler, and to build a non-qt "hello world" project. When I try to debug ...
1
vote
0answers
76 views
PowerVR Android sample: makefile not working
I'm having a hard time setting up PowerVR SDK for Android on Windows 8 64, assuming I met all requirements:
Android SDK (fresh Eclipse)
Android NDK
Cygwin (with make)
PowerVR Android SDK 3.0
I ...
1
vote
0answers
69 views
Configure Eclipse to use bash login shell for Cygwin toolchain
I have a custom Makefile project in Eclipse and although the build does get run in a Cygwin shell... it does not seem to be a login shell (bash --login) as it doesn't set my environment variables ...
1
vote
0answers
119 views
How to run emacs in CLI mode under mintty in windows?
I'm using mintty + msys. And I want to use emacs with it. But without GUI.
I saw such behavior in cygwin. But I can not understand how they did that.
$ emacs -nw
emacs: standard input is not a tty
...
1
vote
0answers
674 views
GCC-4.7.2 installation on Cygwin fails
Because default GCC in Cygwin is 4.5.3, I tried to install GCC 4.7.2. I have dowloaded tar.bz archive from here, put it to cygwin\usr\gcc-4.7.2 and proceed the following sequence:
tar xvf ...
1
vote
0answers
128 views
Windows Emacs shell/shell fail to execute ack perl script(locale error)
Typing this command on regular cmd.exe or cygwin termal gives me results as expected:
$ ack hello
(I have ack.bat that execute ack.pl in my PATH)
However, when I run the same command from either ...
1
vote
0answers
383 views
How do I get PhantomJS / CasperJS working on Cygwin? — Resolved
Okay I resolved this. Earlier I had downloaded the executables for Linux, so it was not working. This time I downloaded the executables for windows and put it in C:/cygwin/bin, and it worked!
I ...
1
vote
0answers
279 views
std::async on GCC 4.7.2 (cygwin) fails with “invalid use of incomplete type”
On GCC 4.7.2 (on cygwin, compiled from source) using std::async fails with
error: invalid use of incomplete type
of some std::__async_sfinae_helper. I am out of luck and appreciate your help.
...
1
vote
0answers
200 views
Cygwin-to-Linux cross-compiling gcc fails because it can not find a shared library, but it does not tell me which
I have obtained and installed a Cygwin-to-Linux cross-compiler from the Cygwin Ports Project and am trying to use it to compile a simple "Hello world"-program. Then this happens:
...
1
vote
0answers
133 views
Compile SDL in Cygwin using g++
So for school I made a simple game using the SDL graphics library, and did it in Visual Studios C++. However, I must turn in the source code so that it will compile through Cygwin. I have tried so ...
1
vote
0answers
119 views
Calling matlab from c++ using cygwin
I'm working in windows and want to send data from C++ to Matlab. I've gotten the impression this is done most easy creating a makefile. Therefore I've installed cygwin to use the make command.
My ...
1
vote
0answers
1k views
Android NDK debugging: armeabi-v7a not working
Eclipse / Cygwin
NDK 8c
Building a shared library
I can't get gdbserver to start anymore after switching to armeabi-v7a. I've searched online for hours but can't find a topic that deals ...
1
vote
0answers
166 views
error LNK2038 mismatch detected
I am trying to run a code using Geant4 (A physics library) and trying to compile it on VS2010.
It seems that some libraries of Geant4 have problem matching with my C++ libraries. In compilation I get ...
1
vote
0answers
228 views
Building NDK with tess-two using Cygwin-terminal continues to fail and stop
Well, I'm working on a mobile application project (Android), and (unfortunately) I need to use Tesseract OCR and so I need to install NDK.
Any way, I'm working on Windows Vista x64, Android SDK 4.1.2 ...
1
vote
0answers
115 views
Challenges running fastcv's loadJpeg sample
I have successfully installed, and run the samples from, Qulacomm's Vuforia.
I've been trying to work around Qualcomm's fastCV samples however for some time now but cannot manage to run the samples ...
1
vote
0answers
76 views
how to rescue super key in mintty
Lately I intend to use Emacs in Cygwin with mintty, because I found mintty can represent 256 color perfectly. However, the super(win) key seems not to be working in mintty and some other combine-key ...
1
vote
0answers
65 views
Cygwin: Changes to target files not reflected in hard linked files
I'm using WAMP to develop a small PHP application. I'm also using Cygwin + Oh-My-Zsh to manage my git repository that contains the .html and .php files for the application. My source files exist in a ...
1
vote
0answers
146 views
Reference errors building OpenCV Android CVCamera_MSER sample app
I'm relatively new to Android development, as well as OpenCV. I've tried out some OpenCV samples found with the sdk (using OpenCV2.4.2), as well as some here offered by Stanford University. The first ...
1
vote
0answers
636 views
Cygwin Openssh can't see /etc/sshd_config
I can't get the openssh server to work on Windows Server 2008. I have it working on two other servers, but one of them just won't work.
I run ssh-host-config, and choose privilege separation. Two ...
1
vote
0answers
154 views
Nodejs process.stdin.resume() doesn't work in Cygwin
Trying to make a CLI type program - waiting for user input. In Cygwin, the script just exits. Just this in the script process.stdin.resume()
Seems to work on a Linux VM. Works on Windows Command ...
1
vote
0answers
357 views
CDT does not find Cygwin gcc include files correctly, even after stating include paths
I have a rather embarrasing question, as this problem was no issue on a linux machine and on my Windows XP machine. But now, after having finally switched to Windows 7 64bit, I ran into the basic ...
1
vote
0answers
267 views
rvm install 1.9.3 on cygwin hangs during yaml config
I am on cygwin and I have installed rvm by curl -L https://get.rvm.io | bash -s stable --ruby. Now I run rvm install 1.9.3 which produces this output:
$ rvm install 1.9.3
Fetching yaml-0.1.4.tar.gz ...



