cygwin

How to compile Blender from source?

I just downloaded blender souce. How do I build it? I tried make command, but I am getting this: Btw, I am doing this on Windows using Cygwin. ...

How to use numpy with cygwin

Hi I have a bash shell script which calls some python scripts. I am running windows with cygwin which has python in /usr/bin/python. I also have python and numpy installed as a windows package. When I execute the script from cygwin , I get an ImportError - no module named numpy. I have tried running from windows shell but the bash scri...

How do I get the pik gem to play nicely with cygwin in Windows XP? Or is there another way to get multiple versions of ruby up and running easily in cygwin?

Pik looks great if you're stuck on a windows machine. The only problem is it appears to be set up for a windows command prompt, and I'm using cygwin. Whenever I try to switch to a different version of ruby in cygwin, it still just uses the default cygwin installation of ruby. $ pik list 186: ruby 1.8.6 (2009-06-08 patchlevel 369) [i386-m...

eclipse via remote x on cygwin has tiny fonts

When I remote x with ssh -X -Y -C and then run eclipse (x client is my FC7 machine - yes it's old but I don't have time to upgrade it) and the x-server is cygwin 1.7 on windows. When I start eclipse on cygwin and open a file the fonts are tiny. Seem like they're about 8pt however eclipse has not "changed" the size. If i do this same...

Cygwin scrolling problem

When i run a command in cygwin when scrolled up it starts writing the output to that screen, so everything gets written over. How can I change settings so that output will always be appended to the end not to where I have currently scrolled my window. I found that rxvt doesn't do that but it also doesn't show me äöõü characters:( ...

Is the keyword "STDOUT" ruby- or cygwin-specific in this command?

Hi guys, The following command which you can use in the cygwin console to output text in this console. ruby -e 'STDOUT << "ABC" << " DEF"' My question is: the STDOUT part is a ruby keyword or a cygwin keyword? How can I use it? Great thanks. ...

Script for changing C++ class names

I have moved my classes from a global namespace into a specific namespace. I have also changed the class names. I want to convert all my source files that use these classes to the new format. I was thinking either a bash script using a sed file on Cygwin or executing a perl script. I'm having troubles with the bash script. Here's th...

Compiling VirtualDiskAPI on cygwin

How can you compile the VirtualDiskAPI on cygwin? I downloaded the windows version of the SDK from here, and put it in my working directory under vmdevkit. I try to compile as follows: gcc -Wall -I./vmdevkit/include -L./vmdevkit/lib -lvixDiskLib -o vmscraper vmscraper.c All my program does is include the files and call connect and dis...

unix command to truncate file contents

can someone help me with unix command to truncate the contents of the files in the directory. I am using Cygwin in windows. ...

help installing libpcap on cygwin

i was trying to install libpcap under cygwin on windows 7 but i had this error: $ ./configure . . . . . configure: error: see the INSTALL for more info how can i solve this? i am using libpcap-1.0.0 which is the latest version. ...

Git pull cygwin not a git-command

Hi I just installed git cygwin on my windows pc at work, but somehow git pull doesn't seems to be working. the out put is : git: 'pull' is not a git-command. See 'git --help'. Did you mean this? pull Cant seem to figure this one out, this works fine using the msysgit version. ...

Very simple application fails with "multiple target patterns" from Eclipse

Since I'm more comfortable using Eclipse, I thought I'd try converting my project from Visual Studio. Yesterday I tried a very simple little test. No matter what I try, make fails with "multiple target patterns". (This is similar to this unanswered question.) I have three files: Application.cpp: using namespace std; #include "Window....

python unicode implementation (using external programs: cygnative plink ssh rsync)

I have a backup applications in python that needs to work on Windows. It needs UTF compatibility (to be able to backup directories that contain UTF characters like italian accents). The problem is it uses external programs (plink, cygwin, ssh and rsync) and I can't get them working. The prototype is 32 lines long, please take a look: # ...

Eclipse CDT: hieroglyphs in console and problem list

Recently, I switched from Visual Studio to Eclipse CDT. I've set it up beautifully such that the G++ compiler from my Cygwin installation can locate and compile my code without ado. There is a minor grievance, however. Each time G++ reports a warning or error, the curly single quotes ‘ and ’ appear as ‘ respectively ’. It seems like...

Send and recieve multiple ssh commands via java runtime and cygwin

Hey I have run into the following problem when attempting to build a program in java which executes commands on a remote linux server and returns the output for processing... Basically I have installed Cygwin with an SSH client and want to do the following: Open Cygwin, Send command "user@ip"; Return output; Send command "password";...

Restrict folder sharing over cygwin sshd

I recently installed a SSH server on my Windows 7 PC and created a separate user account for this. When i logged in using SSH, i could access all the windows directories. /cygdrive/c /cygdrive/d /cygdrive/e How do i prevent this user from accessing all the win directories other than its home directory under cygwin /home/chuc...

recent cvs cygwin newline windows problems. How to solve?

Hi all, One of our projects still uses CVS. Recently (sometime in the past year) the Cygwin cvs client (currently using 1.12.13) has given me problems when I update. I suspect the problem stems from windows/unix newline differences. It worked for years without a problem. Here are the symptoms. When I update from the command line, I ...

Why does the wc utility generate multiple lines with "total"?

I am using the wc utility in a shell script that I run from Cygwin, and I noticed that there is more than one line with "total" in its output. The following function is used to count the number of lines in my source files: count_curdir_src() { find . '(' -name '*.vb' -o -name '*.cs' ')' \ -a '!' -iname '*.Designer.*' -a '!'...

Cygwin gdal library load error

I built spatialite library then gdal library with spatialite support. Also built mapserver which depends on gdal with success. There was no problem with linking. When I try to execute a gdal utility I get: $ ogrinfo.exe /usr/local/bin/ogrinfo.exe: error while loading shared libraries: cyggdal-1.dll: cannot open shared object file: No ...

How to speed up Cygwin?

I have been running drush scripts (for drupal) with cygwin on my relatively fast windows machine, but I still have to wait about a minute for any drush command (specifically drush cache clear to execute). I'm quite sure it has something to do with the speed of cygwin since my fellow developers (who are running linux) can run these scri...