0
votes
1answer
23 views
c# cywgwin mono mkbundle windows 7 - cannot compile file
Hi,
I'm trying to follow the following post to build a c# app with mono embedded, using cygwin.
I am following the guide here: …
1
vote
1answer
12 views
Running genhtml using cygwin Perl.exe in Windows
Hi all:
I'm trying to run genhtml using perl.exe from Cygwin in Windows.
I have installed cygwin and placed genhtml in the bin directory of cygwin. I went to that directory and used the command …
1
vote
2answers
16 views
How do I make my cygwin .xinitrc wait for the X server to exit?
I'm using Cygwin's startx and want to customize my xinitrc so that I don't get any "magic" X programs on screen, i.e., programs that will cause the X server to terminate if I exit them. I don't want …
2
votes
1answer
47 views
How to force mysql.exe to run in “interactive” mode?
I'd like to get emacs sql-mysql mode working in windows xp. I'm able to enter sql-mysql mode and connect to mysql database successfully. The problem is that the SQL buffer doesn't show the "mysql>" …
1
vote
2answers
15 views
Unable to run c/c++ exe from eclipse RCP
I am trying to run my c/c++ .exe from eclipse RCP (Java API).
Code:
package com.jkt.rcp.texteditor.handlers;
import java.io.IOException;
import org.eclipse.core.commands.AbstractHandler;
import …
0
votes
2answers
21 views
pathname translation in Emacs for finding local source file path from remote (ssh compile) error filenames
Is there some sort of general pathname-rewriting/normalizing facility I can exploit in Emacs to allow source files in compile-mode to be translated to local paths based on remote paths? I was hoping …
0
votes
1answer
16 views
How to run application in cygwin without blocking the shell
I would like to open applications in cygwin, e.g. notepad etc, without the shell blocking. Is there a way of doing this?
For example, typing in notepad myfile.txt will open notepad, and the cygwin …
0
votes
3answers
31 views
XArgs command on cygwin is mangling file paths
I'm trying to use xargs on a Cygwin Windows system to remove SVN files deleted locally.
I run the following command that generates the following output:
svn status | grep '^\!' | sed 's/! *//'
…
0
votes
3answers
49 views
How to navigate to a directory in C:\ with cygwin?
I'm trying to install PyQt4 so I can mess around with it. The installation guide said I had to install sip. The last step to installing sip is to use the make install command. Windows doesn't have …
0
votes
0answers
14 views
Cygwin SFTP directory security [closed]
Here is what we are trying to accomplish:
A client drops off a file on a Windows/Cygwin SFTP folder
A Windows service scans the folder and processes the file
The problem:
The Windows service is …
-2
votes
0answers
28 views
Image with Windows plus cygwin already installed [closed]
Hi,
do you know where is it possible to find a image with Windows including the whole Cygwin already installed so it can be used in VMware or another Virtual Machines?
Thanks
0
votes
1answer
48 views
Using GNU Make on Windows to compile C Code, getting “A subdirectory or file .exe already exists”
Here is the scoop:
command I am Invoking:
make -d
I get this error:
Finished prerequisites of target file `stopwatch.obj'.
Must remake target `stopwatch.obj'.
Creating temporary batch file …
2
votes
1answer
69 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
58 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?
…
1
vote
0answers
11 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 …
