Re: GCC compiler

2006-02-07 Thread djh
Thanks for the informative and helpful response. Darel --- Tim Prince wrote: djh wrote: My current version of gcc that setup.exe downloaded for me is: gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) The other day I downloaded gcc 4.0.2

Corrupt xorg-x11-f100?

2006-02-07 Thread David Arnstein
I use the usual setup.exe to keep my Cygwin packages up to date. Recently, this executable has been giving me Dr. Watson crashes left and right. I think I isolated the problem. There is a cygwin package xorg-x11-f11. I attempted to re-install it from setup.exe. Setup.exe told me that the

Re: Corrupt xorg-x11-f100?

2006-02-07 Thread Chris Taylor
David Arnstein wrote: I use the usual setup.exe to keep my Cygwin packages up to date. Recently, this executable has been giving me Dr. Watson crashes left and right. I think I isolated the problem. There is a cygwin package xorg-x11-f11. I attempted to re-install it from setup.exe.

Re: problems with exit codes on 64-bit Windows XP Pro x64

2006-02-07 Thread Corinna Vinschen
On Feb 6 14:49, Kevin Layer wrote: I'm running the latest cygwin (1.5.19, see cygcheck below). My application is a native Windows app (64 and 32-bit). It includes no cygwin libraries and is not compiled with cygwin's gcc. When I execute cygwin programs from my app, however, the return

Re: problems with exit codes on 64-bit Windows XP Pro x64

2006-02-07 Thread Corinna Vinschen
On Feb 7 11:01, Corinna Vinschen wrote: On Feb 6 14:49, Kevin Layer wrote: I'm running the latest cygwin (1.5.19, see cygcheck below). My application is a native Windows app (64 and 32-bit). It includes no cygwin libraries and is not compiled with cygwin's gcc. When I execute

Re: strange cygstart bug with current Cygwin versions

2006-02-07 Thread David Picton
On 2/3/06, Igor Peshansky [EMAIL PROTECTED] wrote: On Fri, 3 Feb 2006, David Picton wrote: I have encountered a strange bug when starting Microsoft Word when it is started by the cygstart command, e.g. cygstart Index.doc, with the current version of the Cygwin dll. The symptoms are as

file listing incorrect in cvs head.

2006-02-07 Thread HASHI Hiroaki
Hello! In cvs head. A 'readdir' function cannot listing filename that using multi-byte charctor. (corrupt filename) Because, newlib's wcstombs do not support 'true' multi-byte charactor conversion. I made a patch for cvs head. That using W32API's WideCharToMultiByte instead of newlib's

Re: file listing incorrect in cvs head.

2006-02-07 Thread Corinna Vinschen
On Feb 7 22:55, HASHI Hiroaki wrote: Hello! In cvs head. A 'readdir' function cannot listing filename that using multi-byte charctor. (corrupt filename) Because, newlib's wcstombs do not support 'true' multi-byte charactor conversion. I made a patch for cvs head. Thanks, but the

Re: file listing incorrect in cvs head.

2006-02-07 Thread Corinna Vinschen
On Feb 8 00:06, HASHI Hiroaki wrote: Thanks, but the patch isn't exactly trivial, so we would need a copyright assignment from you and, possibly, from your employer. See http://cygwin.com/contrib.html. Oh. I regard my employer as not agreeing. I hope, anyone re-write a patch and

Re: problems with exit codes on 64-bit Windows XP Pro x64

2006-02-07 Thread Kevin Layer
Corinna Vinschen [EMAIL PROTECTED] wrote: On Feb 6 14:49, Kevin Layer wrote: I'm running the latest cygwin (1.5.19, see cygcheck below). My application is a native Windows app (64 and 32-bit). It includes no cygwin libraries and is not compiled with cygwin's gcc. When I execute

Re: strange cygstart bug with current Cygwin versions

2006-02-07 Thread Michael Schaap
On 7-Feb-2006 3:31, Yitzchak Scott-Thoennes wrote: On Mon, Feb 06, 2006 at 11:40:22PM +0100, Michael Schaap wrote: What we basically need to do, is copy the Cygwin environment to the Windows environment, taking care of path conversion for all the appropriate variables. Maybe start

Re: strange cygstart bug with current Cygwin versions

2006-02-07 Thread Christopher Faylor
On Tue, Feb 07, 2006 at 06:59:43PM +0100, Michael Schaap wrote: On 7-Feb-2006 3:31, Yitzchak Scott-Thoennes wrote: On Mon, Feb 06, 2006 at 11:40:22PM +0100, Michael Schaap wrote: What we basically need to do, is copy the Cygwin environment to the Windows environment, taking care of path

Re: Issue, most possibly with new Readline

2006-02-07 Thread Eric Blake
Zach Gelnett zachg99 at gmail.com writes: Basically, when I hit [ESC] then fwd slash (/) to search through the history, it throws my cursor back to get beginning of the line (on top of the prompt) and acts weird. This is in mrxvt, now if I do the same in the basic cygwin bash

1.5.20s (20060206): Ctrl+C, rxvt and non-cygwin programs

2006-02-07 Thread Rolf Campbell
1. Run bash in rxvt. 2. Run strace sleep 10. 3. Press Ctrl+C. Nothing seems to receive the ^C at all (both strace and sleep run to completion). I cannot reproduce this problem using bash in a windows console. This is not a regression from 1.5.19. But I recall it working a while ago

cygcheck bug

2006-02-07 Thread Eric Blake
$ uname -a CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin $ cd /bin $ cygcheck ./bash .\.\.\.\.\ - Cannot open $ cygcheck ./bash.exe .\bash.exe .\cygwin1.dll ... -- Eric Blake -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: cygcheck bug

2006-02-07 Thread Igor Peshansky
On Tue, 7 Feb 2006, Eric Blake wrote: $ uname -a CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin $ cd /bin $ cygcheck ./bash .\.\.\.\.\ - Cannot open $ cygcheck ./bash.exe .\bash.exe .\cygwin1.dll ... FWIW, WFM: $ uname -svr CYGWIN_NT-5.1 1.5.20(0.153/4/2)

1.5.19: Solution: cannot create temp file for here document: Permission denied

2006-02-07 Thread Jonathan
Hi all, I recently set up cygwin on a Windows 2003 box with NTFS file permissions. I encountered the same problem as mentioned in this thread: http://www.cygwin.com/ml/cygwin/2005-07/msg00732.html To sum up the issue: Upon ssh login I received the following error message: -bash: cannot

Re: cygcheck bug

2006-02-07 Thread Eric Blake
$ uname -a CYGWIN_98-4.10 bedroom 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin $ cd /bin $ cygcheck ./bash .\.\.\.\.\ - Cannot open $ cygcheck ./bash.exe .\bash.exe .\cygwin1.dll ... FWIW, WFM: $ cygcheck --version cygcheck version 1.74 System Checker for Cygwin

Why gnome-session is not found in a full-installation of cygwin?

2006-02-07 Thread Yu Lianqing
Hi, I've post the message below to cygwin-xfree@cygwin.com but got no reply yet. I post this message to this list since I need your help urgently. Sorry for this. I successfully download and install cgywin on my windows xp profesional system. I choose to install everything (at select

Re: Why gnome-session is not found in a full-installation of cygwin?

2006-02-07 Thread Larry Hall (Cygwin)
Yu Lianqing wrote: Hi, I've post the message below to cygwin-xfree at cygwin [dot] com but got no reply ^ Please don't send plain-text email addresses in the body of email. It just feeds the spammers. yet. I

Re: Why gnome-session is not found in a full-installation of cygwin?

2006-02-07 Thread Brian Dessent
Yu Lianqing wrote: I've post the message below to cygwin-xfree@cygwin.com but got no reply yet. I post this message to this list since I need your help urgently. Sorry for this. I successfully download and install cgywin on my windows xp profesional system. I choose to install everything

Re: 1.5.19: Solution: cannot create temp file for here document: Permission denied

2006-02-07 Thread Barry Demchak
The solution to my variant of this problem ended up being pretty simple. I was running the Norton utility that guards the trash bin (Norton Protected Trash Bin). For this use, it's toxic. The solution was to add the entire cygwin directory to the exclusion list (in the trash bin's

Re: Issue, most possibly with new Readline

2006-02-07 Thread Eric Blake
Basically, when I hit [ESC] then fwd slash (/) to search through the history, it throws my cursor back to get beginning of the line (on top of the prompt) and acts weird. This is in mrxvt, now if I do the same in the basic cygwin bash shell i get this: v468929 at

Re: [maybe-ITP] gamin

2006-02-07 Thread Lapo Luchini
Yaakov S (Cygwin Ports) wrote: Lapo Luchini wrote: I guess you did try with latest version, 0.1.7..? Both under FreeBSD and Cygwin we didn't manage to have a working gamin-0.1.7. But gamin-0.1.5 works perfectly, it seems. (Using polling, of course.) Actually, neither 0.1.6 (which was

Re: [ITP] geoip -- IP lookup command line tools to show country information

2006-02-07 Thread Jari Aalto
Yaakov S (Cygwin Ports) [EMAIL PROTECTED] writes: Jari Aalto wrote: http://cygwin.cante.net/geoip/setup.hint \ http://cygwin.cante.net/geoip/geoip-1.3.8-1.tar.bz2.sig \ http://cygwin.cante.net/geoip/geoip-1.3.8-1.tar.bz2 \

[ITP] quilt-0.43 -- Tool to work with series of patches

2006-02-07 Thread Jari Aalto
Here is more for review. Included in all major distros. http://freshmeat.net/projects/quilt/ http://packages.debian.org/stable/devel/quilt Jari sdesc: Tool to work with series of patches ldesc: Program manages a series of patches by keeping track of the changes each of them makes. They

Re: [ITP] quilt-0.43 -- Tool to work with series of patches

2006-02-07 Thread Brian Dessent
Jari Aalto wrote: sdesc: Tool to work with series of patches ldesc: Program manages a series of patches by keeping track of the changes each of them makes. They are logically organized as a stack, and you can apply, un-apply, refresh them easily by traveling into the stack (push/pop). Quilt

[ITP] mingw-libjpeg, mingw-libpng, mingw-openssl

2006-02-07 Thread Peter Quiring
Okay, I've created some packages for Cygwin under the mingw category. They are mingw versions of libjpeg, libpng, and openssl. The conventions I used are slightly different from cygwin standards but were neccessary to compile under the mingw system. The source includes two scripts, one to

Re: [ITP] mingw-libjpeg, mingw-libpng, mingw-openssl

2006-02-07 Thread Charles Wilson
Peter Quiring wrote: I've created some packages for Cygwin under the mingw category. They are mingw versions of libjpeg, libpng, Sorry, but I have to veto these (but see good news, below) and openssl. I'll leave Corinna to comment on this one. The conventions I used are slightly

Problem with X/cygwin and Spanish keyboard

2006-02-07 Thread emilio
I cannot set spanish Keyboard in XWin but it works with bash. I have tried: setxkbmap es And I get: Could't interpret _XKB_RULES_NAMES property Use defaults: -rules - 'xorg' model -'pc101' layout - 'us' I have tried also: %RUN% XWin -multiwindow -clipboard -silent-dup-error -xkblayout sp in

fatal error -- Cygwin/X Project 6.8.2.0-4

2006-02-07 Thread Yitwah Cheung
This is a bug-report. -- Yitwah Cheung Mathematics Department San Francisco State University San Francisco, CA 94132 [EMAIL PROTECTED] (email) http://math.sfsu.edu/cheung (website) 415-338-1805 (phone) 415-338-1461 (fax) Welcome to the XWin X Server Vendor: The Cygwin/X Project Release:

Re: Disable Bold Fonts in xterm

2006-02-07 Thread Igor Peshansky
On Tue, 7 Feb 2006, Valerio wrote: I can't find a way to disable the use of bold fonts in xterm. The rendering is not good, so I'd like to turn it off. There is a way to do this? PS: I start xterm this way xterm -e bash --login -i so that i shows some infos on the first line. in that line

Re: fatal error -- Cygwin/X Project 6.8.2.0-4

2006-02-07 Thread Igor Peshansky
On Tue, 7 Feb 2006, Yitwah Cheung wrote: This is a bug-report. [snip] Fatal server error - Duplicate invocation on display number: 0. Exiting. Not a bug: http://x.cygwin.com/docs/faq/cygwin-x-faq.html#duplicate-invocation. HTH, Igor --

Re: Xm/Xt auto-import linking issues

2006-02-07 Thread Marc Vaillant
Hello, I'm trying to build xmbase-grok (http://www.bitrot.de/grok.html). It successfully compiles but crashes when I click most buttons. I'm wondering if these problems might be related to the various Xm/Xt auto-import linking messages that I receive, as shown below. No, those

Re: Why gnome-session is not found in a full-installation of cygwin?

2006-02-07 Thread Larry Hall (Cygwin X)
Yu Lianqing wrote: Hi, folks, I successfully download and install cgywin on my windows xp profesional system. I choose to install everything (at select packages page, I choose All, Install). I prefer GNOME as the window manager but gnome-session is missing, this is weird as I've

src/winsup/cygwin ChangeLog init.cc

2006-02-07 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-02-07 09:57:43 Modified files: winsup/cygwin : ChangeLog init.cc Log message: * init.cc (respawn_wow64_process): Exit with the exit code returned by the respawned process.

src/winsup/cygwin ChangeLog dtable.cc fhandler ...

2006-02-07 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-02-07 15:49:08 Modified files: winsup/cygwin : ChangeLog dtable.cc fhandler_disk_file.cc miscfuncs.cc security.cc uinfo.cc winsup.h Log message: * dtable.cc