0
votes
3answers
40 views
cygwin tab completion
how can a complete novice such as myself set up her cygwin to have tab completion?
edit:
I do have it automatically. but It does not seem to complete paths. how do I set it up to complete paths?
…
2
votes
1answer
48 views
Running fork(2) from Windows with Cygwin. Possible?
Hi,
I am trying to use a Ruby gem called shotgun that requires fork(2) command which I discovered is aa Linux command, and might be available in Cygwin. Is it possible to make it available through …
0
votes
3answers
260 views
ANSI color support using Groovy on Windows XP
Trying out the examples found on pleac.sf.net, I'm not able to get an example of ANSI colors to work on my WinXP box (Works fine on MacOS). What I've found is that on my WinXP machine, in both cygwin …
1
vote
4answers
44 views
Not able to create repository
I installed GIT and Cygwin GIT client. When command window opens, and $ prompt appears, I type in:
Git Init
It says:
Baash: Command not found.
3
votes
4answers
1k views
Using Component Object Model (COM) on non-Microsoft platforms
I'm regularly running into similar situations :
I have a bunch of COM .DLLs (no IDL files) which I need to use and invoke to be able to access some foreign (non-open, non-documented) data format.
…
1
vote
0answers
7 views
cygwin version of idle has erroneous I/O handling
I'm using idle (python 2.5) via cygwin on a windows vista machine and when I try to open an already existing .py file I see the full file path
/home/aaron/C:/cygwin/home/aaron/script.py
on the …
2
votes
2answers
97 views
Trying to get a terminal to work in Emacs…
Hi so,
I've been having a lot of problems with emacs and trying to get the terminal to work with:
M-x term
I installed cygwin and I fixed up my .emacs to include the paths:
(setenv "PATH" …
0
votes
2answers
113 views
problems using STL std::transform from cygwin g++
I am running g++(gcc version 3.4.4) on cygwin.
I can't get this small snippet of code to compile. I included the appropriate headers.
int main(){
std::string temp("asgfsgfafgwwffw");
…
0
votes
2answers
448 views
Has anyone installed MySQLDB for Python on Cygwin?
Hi,
I'm trying to install MySQLDB for python on Cygwin. Unfortunately, when I run python setup.py build, I get the following error:
$ python setup.py build
/bin/sh: /usr/local/bin/mysql_config: No …
0
votes
1answer
44 views
Piping Cygwin into a Python program
Hello guys,
As a i'm new to the whole Piping thing and Python I had recently encountered a problem trying to pipe Cygwin's stdin & stdout into a python program usin Python's subprocess moudle.
…
1
vote
3answers
185 views
unable to accumulate time using gprof - the gnu profiler
I am running cygwin on windows and using latest version of gprof for profiling my code. My problem is that the flat profile shows zero sec for each of the functions in my code, I even tried to loop …
0
votes
0answers
22 views
CVS log file editor - issue
Hi,
I'm encountering some problems recently with CVS.
When executing commit command I got following errors:
cvs commit: cannot exec vim: No such
file or directory cvs commit: warning:
…
1
vote
2answers
400 views
Set up Gitosis, but can’t clone
I've set up Gitosis on a remote Ubuntu box which I will refer to as linuxserver as my host in the following commands. I'm also connecting from a Windows box using Cygwin.
I followed the instructions …
2
votes
2answers
96 views
Alternatives to gprof
What other programs do the same thing as gprof?
0
votes
2answers
20 views
how to add gdb to cygwin
hi friends,how to add gdb to cygwin.I havw downloaded gdb tar package for cygwin from sourceforge.On extracting iot there are many files ,I pasted the gdb.exe file from the package in the bin folder …
