Re: The dirent struct

2010-08-06 Thread Chris Sutcliffe
On 6 August 2010 20:31, Steven Monai wrote: > On 2010/08/06 11:48 AM, Chris Sutcliffe wrote: >> I've decided to take a different approach and decided to implement it >> as follows: >> >> #ifdef __CYGWIN__ >>     itr->d_fileno = entry->d_ino; >>     itr->d_reclen = strlen(entry->d_name); >> #else >>

Re: The dirent struct

2010-08-06 Thread Steven Monai
On 2010/08/06 11:48 AM, Chris Sutcliffe wrote: > I've decided to take a different approach and decided to implement it > as follows: > > #ifdef __CYGWIN__ > itr->d_fileno = entry->d_ino; > itr->d_reclen = strlen(entry->d_name); > #else > itr->d_fileno = entry->d_fileno; > itr->d_re

Re: Problem with subversion-apache2

2010-08-06 Thread Brian Wilson
Yep, I made sure to shut down all cygwin applications I am aware of that were running which were shown in the Windows Services. Unfortunately I don't know what the errorno 6 means. Sincerely, Brian S. Wilson -- Original Message --- From: "Larry Hall \(Cygwin\)" To: cygwin@cygw

second copy of bash bug?

2010-08-06 Thread Robert Francis
Hello, I ran a second copy of bash (version 3.2.49-23) and then I ran "tail -f somefile" in the first copy and "tail -f someotherfile" in the second copy. Then I hit ctrl-c in the second copy and then I hit ctrl-c in the first copy and, I could not see anything that I typed in the second copy.

Re: Failed linking gettext-0.18

2010-08-06 Thread Charles Wilson
On 8/6/2010 4:20 AM, Markus Moeller wrote: Can you tell me what the error means and what I can do to fix it ? Thank you Markus "Charles Wilson" wrote in message PCYMTNQREAIYR - And please don't top-post: A: Yes. > Q: Are you sure? >>A: Because it reverses the logical flow of

Re: Problem with subversion-apache2

2010-08-06 Thread Larry Hall (Cygwin)
Yuck! Reformatted. . Thanks. On 8/6/2010 3:25 PM, Brian Wilson wrote: On Sat, 31 Jul 2010 09:03:21, Brian Wilson wrote: On Thu, 29 Jul 2010 17:53:46, Larry Hall wrote: On 7/29/2010 5:48 PM, Dragos Toader wrote: T

RE: Pipe creation failure (win32 error 1) again -- not BLODA

2010-08-06 Thread Karl M
> From: dan.colascione > Subject: Pipe creation failure (win32 error 1) again -- not BLODA > Date: Fri, 6 Aug 2010 11:46:16 -0700 > > I'm running into sporadic failures with pipe creation; the exact errors > (from a service logfile) are: > > 0 [sig] grep

Re: Problem with subversion-apache2

2010-08-06 Thread Brian Wilson
Is this the right board for rebase issues? Should I be looking somewhere else to determine which gcc and other tools I need. Sincerely, Brian S. Wilson -- Original Message --- From: "Brian Wilson" To: cygwin@cygwin.com Sent: Sat, 31 Jul 2010 09:03:21 -0400 Subject: Re: Problem

Re: 1.7.5: Hangs with tcsh pipes (was: 1.7.2: hangs with tcsh pipes)

2010-08-06 Thread Corinna Vinschen
On Aug 6 16:44, Stefan Merten wrote: > Hi Cygwin hackers! > > 4 months (122 days) ago Stefan Merten wrote: > > [...] > > I isolated the problem into the appended script. Sometimes it runs > > fine and sometimes it hangs in one of the commands. You should be able > > to run > > > > tcsh -f tcsh

Re: The dirent struct

2010-08-06 Thread Corinna Vinschen
On Aug 6 20:28, Corinna Vinschen wrote: > On Aug 6 13:31, Christopher Faylor wrote: > > On Fri, Aug 06, 2010 at 06:39:25PM +0200, Corinna Vinschen wrote: > > >On Aug 6 10:51, Chris Sutcliffe wrote: > > >> On 6 August 2010 10:11, Corinna Vinschen wrote: > > >> > On Aug ??6 09:40, Christopher Fayl

Re: Setup.exe update confusion

2010-08-06 Thread Andy Koppe
On 6 August 2010 19:38, Marco Moreno wrote: >> "Pending" is the old "Partial" view.  It's been renamed. > > Note that the tooltip still shows "Partial" instead of "Pending" when mousing > over the View button. Thanks for the report. Andy -- Problem reports: http://cygwin.com/problems.html

Re: The dirent struct

2010-08-06 Thread Chris Sutcliffe
On 6 August 2010 14:28, Corinna Vinschen wrote: > On Aug  6 13:31, Christopher Faylor wrote: >> On Fri, Aug 06, 2010 at 06:39:25PM +0200, Corinna Vinschen wrote: >> >Btw., d_fileno is just another old name for d_ino.  The Linux headers >> >defines it thus as `#define d_fileno d_ino'.  We can do the

Pipe creation failure (win32 error 1) again -- not BLODA

2010-08-06 Thread Daniel Colascione
I'm running into sporadic failures with pipe creation; the exact errors (from a service logfile) are: 0 [sig] grep 1204 C:\cygwin\bin\grep.exe: *** fatal error - couldn't create signal pipe, Win32 error 1 0 [sig] sleep 6244 C:\cygwin\bin\sleep.exe: *** fatal error - couldn't create sig

RE: incompatible environment variable names

2010-08-06 Thread Daniel Colascione
Nellis, Kenneth: > I came across an interesting (IMHO) incompatibility between Windows and bash > environment variable names. You can create odd environment names on Unixish systems too, but nobody relies on them. I've had the same issue; a build environment I use required the presence of vari

Re: Setup.exe update confusion

2010-08-06 Thread Marco Moreno
On Aug 5, 2010, at 12:00 PM, Larry Hall (Cygwin) wrote: > "Pending" is the old "Partial" view. It's been renamed. > Note that the tooltip still shows "Partial" instead of "Pending" when mousing over the View button. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: The dirent struct

2010-08-06 Thread Corinna Vinschen
On Aug 6 13:31, Christopher Faylor wrote: > On Fri, Aug 06, 2010 at 06:39:25PM +0200, Corinna Vinschen wrote: > >On Aug 6 10:51, Chris Sutcliffe wrote: > >> On 6 August 2010 10:11, Corinna Vinschen wrote: > >> > On Aug ??6 09:40, Christopher Faylor wrote: > >> >> On Fri, Aug 06, 2010 at 09:33:41A

Re: The dirent struct

2010-08-06 Thread Christopher Faylor
On Fri, Aug 06, 2010 at 06:39:25PM +0200, Corinna Vinschen wrote: >On Aug 6 10:51, Chris Sutcliffe wrote: >> On 6 August 2010 10:11, Corinna Vinschen wrote: >> > On Aug ??6 09:40, Christopher Faylor wrote: >> >> On Fri, Aug 06, 2010 at 09:33:41AM -0400, Chris Sutcliffe wrote: >> >> >I assume d_fil

Re: Vertical split in GNU screen

2010-08-06 Thread Andrew Schulman
> Hi, i'm new with mailing-lists use! > i'd like to re-talk about a feature with cygwin screen! How can we add > the marvellous "Vertical split in GNU screen" with cygwin? > I know there were a talk about that between Jeenu V dot com> and Andrew Schulman dot gov> the 19 Apr 2010! > Thanks in adva

Re: The dirent struct

2010-08-06 Thread Chris Sutcliffe
On 6 August 2010 12:39, Corinna Vinschen wrote: > On Aug  6 10:51, Chris Sutcliffe wrote: >> On 6 August 2010 10:11, Corinna Vinschen wrote: >> > And they don't have to.  Per POSIX, only d_ino and d_name can be >> > expected by a portable application(*). >> >> Fair enough, thankfully they are don't

Re: The dirent struct

2010-08-06 Thread Corinna Vinschen
On Aug 6 10:51, Chris Sutcliffe wrote: > On 6 August 2010 10:11, Corinna Vinschen wrote: > > On Aug  6 09:40, Christopher Faylor wrote: > >> On Fri, Aug 06, 2010 at 09:33:41AM -0400, Chris Sutcliffe wrote: > >> >I assume d_fileno and d_reclen may be part of __d_unused1 or > >> >__d_internal1?  I'd

RE: dvd has korean file names that are now question marks

2010-08-06 Thread Bill Ross
-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >denise >Sent: Friday, August 06, 2010 12:17 AM >To: cygwin@cygwin.com >Subject: dvd has korean file names that are now question marks > >hi, >im not a programmer, i know very little MSDOS, i kn

Re: why was jar moved to jar-3? goog search suggest legacy of gcc-3 possibly?

2010-08-06 Thread Larry Hall (Cygwin)
On 8/6/2010 8:46 AM, mike marchywka wrote: I'm using this jar a lot for the "-@" option and didn't find it right away on new cygwin install but apparently it was just renamed. Is this obsolete? It's part of the gcc-java package which is part of the GCC-3 version. gcc has been versioned to allow

Re: The dirent struct

2010-08-06 Thread Chris Sutcliffe
On 6 August 2010 10:11, Corinna Vinschen wrote: > On Aug  6 09:40, Christopher Faylor wrote: >> On Fri, Aug 06, 2010 at 09:33:41AM -0400, Chris Sutcliffe wrote: >> >I assume d_fileno and d_reclen may be part of __d_unused1 or >> >__d_internal1?  I'd appreciate some help here, since I'm not sure wha

Re: Vertical split in GNU screen

2010-08-06 Thread Christopher Faylor
On Fri, Aug 06, 2010 at 03:50:28PM +0200, flo wrote: >Hi, i'm new with mailing-lists use! >i'd like to re-talk about a feature with cygwin screen! How can we add >the marvellous "Vertical split in GNU screen" with cygwin? >I know there were a talk about that between Jeenu V dot com> and Andrew Schu

Moses with Cygwin on Windows 7

2010-08-06 Thread Llio Humphreys
Dear all, We wish to install the Moses SMT system (http://www.statmt.org/moses/) on a Windows system. It requires an Unix-like environment, and we have successfully used Cygwin (http://www.cygwin.com/) with Moses on Windows XP. We are now considering running it on a Windows 7 system. If you have

Re: The dirent struct

2010-08-06 Thread Corinna Vinschen
On Aug 6 09:40, Christopher Faylor wrote: > On Fri, Aug 06, 2010 at 09:33:41AM -0400, Chris Sutcliffe wrote: > >I'm well in to the process of porting rtorrent to Cygwin but I've hit > >a bit of a snag with the dirent struct. Namely: > > > >/usr/src/rtorrent/rtorrent-0.8.6-1/src/rtorrent-0.8.6/src

Re: Vertical split in GNU screen

2010-08-06 Thread f...@neotek.fr
Hi, i'm new with mailing-lists use! i'd like to re-talk about a feature with cygwin screen! How can we add the marvellous "Vertical split in GNU screen" with cygwin? I know there were a talk about that between Jeenu V and Andrew Schulman the 19 Apr 2010! Thanks in advance for somebody answer! If

Re: The dirent struct

2010-08-06 Thread Christopher Faylor
On Fri, Aug 06, 2010 at 09:33:41AM -0400, Chris Sutcliffe wrote: >I'm well in to the process of porting rtorrent to Cygwin but I've hit >a bit of a snag with the dirent struct. Namely: > >/usr/src/rtorrent/rtorrent-0.8.6-1/src/rtorrent-0.8.6/src/utils/directory.cc:79: >error: ?struct dirent? has n

Re: Internal Server Error: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=REGEX.

2010-08-06 Thread Christopher Faylor
On Fri, Aug 06, 2010 at 08:28:48AM +, Mark Geisert wrote: >> Please contact the server administrator, sourcemaster sourceware.org >> and >> inform them of the time the error occurred, and anything you might have >> done that may have caused the error. > >OK, then the error report should be

The dirent struct

2010-08-06 Thread Chris Sutcliffe
I'm well in to the process of porting rtorrent to Cygwin but I've hit a bit of a snag with the dirent struct. Namely: /usr/src/rtorrent/rtorrent-0.8.6-1/src/rtorrent-0.8.6/src/utils/directory.cc:79: error: ‘struct dirent’ has no member named ‘d_fileno’ /usr/src/rtorrent/rtorrent-0.8.6-1/src/rtorr

Re: dash dash?

2010-08-06 Thread Eric Blake
On 08/06/2010 07:21 AM, Nellis, Kenneth wrote: > Attempting to do some housecleaning and uninstall packages > I no longer use, I attempted to uninstall dash, but Setup > informs me that it is required by rebase. Wouldn't bash or > the Bourne shell be a more appropriate choice? Sure, dash > is s

find on /proc/registry/HKEY_CLASSES_ROOT/CLSID report "Bad address"

2010-08-06 Thread Oleksandr Gavenko
$ find "/proc/registry/HKEY_CLASSES_ROOT/CLSID" -type f find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/CLSID': Bad address find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{002F---C000-0046}': Bad address find: `/proc/registry/HKEY_CLASSES_ROOT/CLSID/{0100--0010-8000-0

dash dash?

2010-08-06 Thread Nellis, Kenneth
Attempting to do some housecleaning and uninstall packages I no longer use, I attempted to uninstall dash, but Setup informs me that it is required by rebase. Wouldn't bash or the Bourne shell be a more appropriate choice? Sure, dash is smaller than either, but efficiency isn't critical for an

why was jar moved to jar-3? goog search suggest legacy of gcc-3 possibly?

2010-08-06 Thread mike marchywka
I'm using this jar a lot for the "-@" option and didn't find it right away on new cygwin install but apparently it was just renamed. Is this obsolete? Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwi

Re: How to launch an rxvt terminal window with Monospace font

2010-08-06 Thread Andrey Repin
Greetings, Andy Koppe! >> - It seems that Monospace font is not available with non-X11 applications. > I'd suspect that 'Monospace' isn't an actual font, but some sort of > alias for the default monospace font, and it looks like it's either > 'Bitstream Vera Sans Mono' or 'DejaVu Sans Mono'. Both

Re: How to launch an rxvt terminal window with Monospace font

2010-08-06 Thread Andy Koppe
On 29 July 2010 08:24, JOHNER Jean 066030 wrote: > - It seems that Monospace font is not available with non-X11 applications. I'd suspect that 'Monospace' isn't an actual font, but some sort of alias for the default monospace font, and it looks like it's either 'Bitstream Vera Sans Mono' or 'DejaV

[ANNOUNCEMENT] Updated: mintty-0.8.1-1

2010-08-06 Thread Andy Koppe
mintty 0.8.1-1 is on its way to the Cygwin mirrors. This is a feature release with a few enhancements and fixes also some fairly big behind-the-scenes changes. DESCRIPTION === Mintty is a terminal emulator for Cygwin with a native Windows user interface and minimalist design. Among its fea

[ANNOUNCEMENT] New package: mm-common-0.9.2-1

2010-08-06 Thread Yaakov (Cygwin/X)
The following package has been added to the Cygwin distribution: *** mm-common-0.9.2-1 mm-common provides a common build infrastructure for the GNOME C++ bindings (aka GTKmm). This is required at build-time only for packages using cygport's gtkmm.cygclass. Yaakov Cygwin/X -- CYGWIN-ANNOUNCE

Re: Internal Server Error: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=REGEX.

2010-08-06 Thread Mark Geisert
> Please contact the server administrator, sourcemaster sourceware.org and > inform them of the time the error occurred, and anything you might have > done that may have caused the error. OK, then the error report should be sent to that address, not this list. It's off-topic here, I'm betting.

Re: Internal Server Error: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=REGEX.

2010-08-06 Thread Oleksandr Gavenko
On 06.08.2010 10:54, Mark Geisert wrote: Oleksandr Gavenko writes: Internal Server Error occur on http://cygwin.com/cgi-bin2/package-grep.cgi?grep=REGEX from http://cygwin.com/packages/ WFM just now. Might have been a transient error of some kind? Just now error 500: Internal Server

Re: Failed linking gettext-0.18

2010-08-06 Thread Markus Moeller
Can you tell me what the error means and what I can do to fix it ? Thank you Markus "Charles Wilson" wrote in message news:4c59dec5.70...@cwilson.fastmail.fm... On 8/4/2010 4:53 PM, Markus Moeller wrote: I have an application which depends on gettext 0.18, but the latest cygwin version is 0.

Re: Internal Server Error: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=REGEX.

2010-08-06 Thread Mark Geisert
Oleksandr Gavenko writes: > Internal Server Error occur on > >http://cygwin.com/cgi-bin2/package-grep.cgi?grep=REGEX > > from http://cygwin.com/packages/ WFM just now. Might have been a transient error of some kind? ..mark -- Problem reports: http://cygwin.com/problems.html FAQ:

Internal Server Error: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=REGEX.

2010-08-06 Thread Oleksandr Gavenko
Internal Server Error occur on http://cygwin.com/cgi-bin2/package-grep.cgi?grep=REGEX from http://cygwin.com/packages/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

dvd has korean file names that are now question marks

2010-08-06 Thread denise
hi, im not a programmer, i know very little MSDOS, i know windows xp well. i have some dvds that i used to back up some files but unfortunately all the files with korean names were then changed as the disk was burned. so now they are all question marks (bad file naming according to windows) so i ca