Re: Error opening terminal: cygwin.

2008-04-04 Thread Chris Game
On Fri, 4 Apr 2008 14:33:16 +0200, Corinna Vinschen wrote: > You could copy the file from a machine which has that file, or, as > a temporary hack, try to set terminal type to "linux" or "xterm". Good luck trying to find a terminal that works with UTF-8. -- Chris Gam

Re: Compiling Cygwin on Linux

2008-04-06 Thread Chris Game
On Sat, 05 Apr 2008 00:29:06 -0700, Brian Dessent wrote: > I can assure you that many of us cross compile Cygwin on Linux > regularly... Er, why? -- Chris Game If at first you don't succeed, call it version 1.0 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

[ANNOUNCEMENT] Updated: Astyle-1.22-1

2008-04-11 Thread Chris Sutcliffe
-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: ht

SWIG is downlevel

2008-05-09 Thread Chris Rossi
problem I am seeing is SWIG < 1.3.30 does not properly declare const char* where it should, producing wrapper code that won't compile. This problem is fixed in SWIG >= 1.3.30. Thanks! Chris -- My email address is 'cr' at the above domain. -- Unsubscribe info:

Question about link.exe?

2008-05-15 Thread Chris Howell
y BIN directory of my DevStudio install. However possibily because they're the same name when I query link, or try and use it to make a dll. Bash thinks I am using link to make a symbolic link as opposed to a dll. Any suggestions or help would be appreciated. Cheers Chris Howell Software En

Question about link

2008-05-15 Thread Chris Howell
y BIN directory of my DevStudio install. However possibily because they're the same name when I query link, or try and use it to make a dll. Bash thinks I am using link to make a symbolic link as opposed to a dll. Any suggestions or help would be appreciated. Cheers Chris Howell Software En

Git Package Dependency

2008-06-25 Thread Chris Bozic
"cmd" reveals a pop-up indicating that libcurl-4 is missing.) Once I install libcurl-4 from cygwin manually, git works fine. Chris Bozic -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: ht

Re: Git Package Dependency

2008-06-25 Thread Chris Bozic
Also, I just noticed that git-gui and gitk require tcltk wich doesn't get installed by default. Chris Bozic On Wed, Jun 25, 2008 at 1:51 PM, Chris Bozic <[EMAIL PROTECTED]> wrote: > FYI, > > I just noticed that when I have a new install of cygwin and the only > package I s

Frustrations with Cygwin and Autotools

2008-07-28 Thread Chris Blanco
I cannot find where to get rid of the x option or insert CYGPATH_W into the AR_FLAGS command. I cannot seem to find good information on the web concerning this. The build script runs fine on Linux. Any help would be greatly appreciated. Chris Blanco Technical Project Manager Think-A-Move

Re: Rsync and NTFS -> FAT32 problem

2008-09-14 Thread Chris January
-relative --recursive --times --progress > Sourcefolder/ /cygdrive/u/Destinationfolder > > Using parameters like "--owner" or "-permission" didn't help. > > Does anybody know what is the problem with FAT32 (and Rsync using it) ? > Thanks. FAT32 only has 2 second file

[ANNOUNCEMENT] Updated: w32api-3.12

2008-09-15 Thread Chris Sutcliffe
at.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.co

[ANNOUNCEMENT] Updated: mingw-runtime-3.15

2008-09-15 Thread Chris Sutcliffe
-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: [EMAIL PROTECTED] If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of th

Re: FW: How to display Russian Cyrillic and Chinese in Cygwin Bash Console?

2008-09-16 Thread Chris Taylor
his way you don't have a 'phantom' cmd window hanging around.. There have been messages about doing so in the past, and a quick google should turn something up. HTH, Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.co

Cygwin 1.7 release

2008-09-25 Thread Chris Love
Hi all, The feature set for version 1.7 looks very promising in terms of the IPV6 support and the additional POSIX support. What is a realistic timeframe to anticipate an official Cygwin 1.7 release? Regards, Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: mingw-runtime-3.15: regression in getopt() optind ?

2008-10-01 Thread Chris Sutcliffe
> This new getopt() sets optind to the index of the current option instead of > the next option. Thanx for the report and the test case. I've forwarded this to the MinGW developer list and I'll follow up on it. Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org --

Re: mingw-runtime-3.15: regression in getopt() optind ?

2008-10-02 Thread Chris Sutcliffe
On Wed, Oct 1, 2008 at 5:04 PM, Christian Franke wrote: > > This new getopt() sets optind to the index of the current option instead of > the next option. Can you please open a bug report in the MinGW tracker: https://sourceforge.net/tracker/?group_id=2435&atid=102435 Thanx! Chr

[ANNOUNCEMENT] Updated: mingw-runtime-3.15.1-1

2008-10-06 Thread Chris Sutcliffe
subscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. Chris -- Chris Sutcliffe http://emergedesktop.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentati

Re: Kill cygwin process form task manager

2008-11-14 Thread Chris January
PE when the parent dies. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

[ANNOUNCEMENT] Updated: python-h5py-2.3.1-1

2014-09-02 Thread Chris LeBlanc
Version 2.3.1-1 of python-h5py has been uploaded for both x86 and x86_64. The h5py package is a Pythonic interface to the HDF5 binary data format. It lets you store huge amounts of numerical data, and easily manipulate that data from NumPy. For example, you can slice into multi-terabyte datasets s

[ANNOUNCEMENT] Updated: python3-h5py-2.3.1-1

2014-09-02 Thread Chris LeBlanc
Version 2.3.1-1 of python3-h5py has been uploaded for both x86 and x86_64. The h5py package is a Pythonic interface to the HDF5 binary data format. It lets you store huge amounts of numerical data, and easily manipulate that data from NumPy. For example, you can slice into multi-terabyte datasets

Packages up for adoption

2014-09-18 Thread Chris Sutcliffe
hexedit, libsigc2.0, libtorrent, mingw-runtime, mingw-w32api, mksh, python-gdata, rtorrent and wtf. If anyone is interested, please speak up. Thanks, Chris -- Chris Sutcliffe http://google.com/+ChrisSutcliffe -- Problem reports: http://cygwin.com/problems.html FAQ: h

Cygwin clipboard flaky on Windows 7

2014-10-17 Thread Chris Stenton
rld. Sadly I wrote over my old version which did not have this issue. Is there any fix for this? Thanks Chris -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: Cygwin clipboard flaky on Windows 7

2014-10-21 Thread Chris Stenton
On 21/10/2014 13:15, Jon TURNEY wrote: On 17/10/2014 12:28, Chris Stenton wrote: When X is first started and with one "windows notepad" open I can bi-directionally cut and paste between the MS and X windows world. However, it seems that if I have multiple MS windows open then I can&

Cygwin clipboard flaky on Windows 7

2014-10-31 Thread Chris Stenton
start working again. Thanks Chris Forwarded Message Subject:Cygwin clipboard flaky on Windows 7 Date: Fri, 17 Oct 2014 12:28:14 +0100 From: Chris Stenton To: cygwin@cygwin.com After 4 years I've just upgrade to version :- CYGWIN_NT-6.1 mars 1.7.32(0.

Latest Cygwin Mercurial verson still uses SSL3

2014-11-06 Thread Chris Lilley
longer be accessed using Cygwin. Therefore, this is a Cygwin-specific issue. Are there plans to port Mercurial 3.2 to Cygwin? [1] http://mercurial.selenic.com/wiki/UpgradeNotes -- Best regards, Chris Lilley, Technical Director, W3C Interaction Domain -- Problem reports: http

ld.exe segfault when compiling Box Backup

2014-12-24 Thread Chris Wilson
s 7 with 64-bit MinGW compilers and running into a problem where ld.exe is crashing during compilation. I narrowed down the test case to two files, and this command: Chris@win7-64bit-vm /tmp $ x86_64-w64-mingw32-g++ BackupClientInodeToIDMap.o libqdbm.a collect2: error: ld terminated with signal 1

SFTP Cipher Mismatch

2015-01-06 Thread Chris Johnston
Hello, I am attempting to set up Cygwin for Cisco’s Disaster Recovery System (9. 1.2.1-28) to run SFTP backups through. I have followed this guide that I found through online searches (https://supportforums.cisco.com/sites/default/files/legacy/0/3/2/41230-Cygwin%20Setup.pdf) and think I have

[ANNOUNCEMENT] [ANNOUNCEMENT] Updated: python-h5py-2.4.0-1

2015-03-18 Thread Chris LeBlanc
Version 2.4.0-1 of python-h5py has been uploaded for both x86 and x86_64. The h5py package is a Pythonic interface to the HDF5 binary data format. It lets you store huge amounts of numerical data, and easily manipulate that data from NumPy. For example, you can slice into multi-terabyte datasets s

[ANNOUNCEMENT] [ANNOUNCEMENT] Updated: python3-h5py-2.4.0-1

2015-03-18 Thread Chris LeBlanc
Version 2.4.0-1 of python3-h5py has been uploaded for both x86 and x86_64. The h5py package is a Pythonic interface to the HDF5 binary data format. It lets you store huge amounts of numerical data, and easily manipulate that data from NumPy. For example, you can slice into multi-terabyte datasets

way to automatically turn Exp on in setup?

2015-05-31 Thread Chris Jones
I almost always want to install the bleeding edge Cygwin programs, and I can't figure out how to make a Windows (7, currently) shortcut to do this without having to specify it every time. I've looked at setup --help and can't see a way to specify a way to turn on the "Exp" option automatically.

[ANNOUNCEMENT] Updated: python3-h5py-2.5.0-1

2015-06-09 Thread Chris LeBlanc
Version 2.5.0-1 of python3-h5py has been uploaded for both x86 and x86_64. The h5py package is a Pythonic interface to the HDF5 binary data format. It lets you store huge amounts of numerical data, and easily manipulate that data from NumPy. For example, you can slice into multi-terabyte datasets

[ANNOUNCEMENT] Updated: python-h5py-2.5.0-1

2015-06-09 Thread Chris LeBlanc
Version 2.5.0-1 of python-h5py has been uploaded for both x86 and x86_64. The h5py package is a Pythonic interface to the HDF5 binary data format. It lets you store huge amounts of numerical data, and easily manipulate that data from NumPy. For example, you can slice into multi-terabyte datasets s

Re: CRLF

2011-12-31 Thread Chris Sutcliffe
swer will be similar to other Windowisms that have come up in the past. The mksh developer's preference is that mksh behave the same irregardless of platform, as such, I don't think mksh will likely ever support scripts with CRLF endings. > Or you could use dos2unix... I thin

Fwd: CRLF

2011-12-31 Thread Chris Sutcliffe
Below please find the response from Thorsten (the mksh developer) regarding CRLF. Chris -- Forwarded message -- From: Thorsten Glaser Date: 31 December 2011 15:00 Subject: Re: CRLF To: miros-disc...@mirbsd.org Chris Sutcliffe dixit: >The mksh developer's preference is t

Re: Fwd: CRLF

2011-12-31 Thread Chris Sutcliffe
On 31 December 2011 16:55, Andrew DeFaria wrote: > If you just want a ksh Cygwin's got one. It has two: mksh and the orphaned and unmaintained pdksh, you are free to use whichever you please. > move over to bash, which is much better. Everyone is free to their own opinion. Chris

Issue with 20111222 snapshot

2012-01-05 Thread Chris Sutcliffe
I'm having an issue where I can't Ctrl+C out of a continuous tail (tail -f) if I pipe it to grep. Ctrl+C out of a non-pipe tail -f works fine, it seems to be related to the pipe. Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Probl

Re: Issue with 20111222 snapshot

2012-01-06 Thread Chris Sutcliffe
On 6 January 2012 12:17, Christopher Faylor wrote: > On Thu, Jan 05, 2012 at 09:46:01PM -0500, Chris Sutcliffe wrote: >>I'm having an issue where I can't Ctrl+C out of a continuous tail >>(tail -f) if I pipe it to grep.  Ctrl+C out of a non-pipe tail -f >>works fine

Re: Issue with 20111222 snapshot

2012-01-08 Thread Chris Sutcliffe
On 7 January 2012 16:09, Christopher Faylor wrote: > I can reproduce this using the release version of mksh.  It doesn't seem > to be related to my pipe changes but I'll try to fix it ASAP. The 20120108 snapshot fixes the issue. Thank you for the quick turn around! Cheers,

Re: YA call for snapshot testing

2012-01-19 Thread Chris Sutcliffe
, including "Hey! It's a lot faster > than 1.7.9!" as well as the usual bug reports. I've been running the 2012-01-11 snapshot since it was released with no issues. Thank you for all the hard work! Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.co

Environment Var Problems with Perl - impact on Win32::OLE‏

2012-01-24 Thread Chris Day
est). I am hoping that someone knows how to fix this or knows a workaround? Best regards, Chris. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

[ANNOUNCEMENT] Updated: python-gdata-2.0.16-1

2012-01-26 Thread Chris Sutcliffe
ng that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubs

Re: src/winsup/cygwin ChangeLog dcrt0.cc

2012-01-27 Thread Chris January
amp; strchr ((s) + 3, '\\'))) Is it safe to access 2nd, 3rd and 4th characters of the word without checking the length first? Yes, if s is a NUL-terminated string. If s[0] != '\0' (because, e.g., s[0] == '\\') then s[1] is valid; if s[1] != '\0' t

Re: Documentation on -mno-cygwin Accuracy

2012-02-07 Thread Chris Sutcliffe
; 3.dll: cannot open shared object file: No such file or directory Likely because /usr/i686-w64-mingw32/sys-root/mingw/bin is not in your $PATH. You can either compile it statically (so the shared library is not required), add the path I mentioned to your $PATH, or copy libgfortran-3.dll to the sam

[ANNOUNCEMENT] Updated: cppcheck-1.53-1

2012-02-13 Thread Chris Sutcliffe
e read*all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Issues with stdio.h

2012-02-19 Thread Chris Sutcliffe
st.execonftest.c >&5 In file included from conftest.c:10:0: /usr/include/stdio.h:34:20: fatal error: stddef.h: No such file or directory Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html

Changing User-agent string used by setup.exe

2012-02-28 Thread Chris Gebert
I need to change the User-agent string user by Cygwin setup so the requests are allowed through the proxy server. Any ideas? I saw that it accepts command-line arguments for similar parameters, but nothing for this. Any help is appreciated. Thank you. -- Problem reports: http://cygwin.

Re: [ANNOUNCEMENT] Updated: cygport-0.10.10-1

2012-04-02 Thread Chris Sutcliffe
e it, but is it not confusing to name the argument "--disable-static" in order to enable building static libraries? Cheers, Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: mksh-40f-1

2012-04-09 Thread Chris Sutcliffe
, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read*all* of the information on unsubscribing that isavailable starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.c

Re: utf-8 support with getclip?

2012-04-17 Thread Chris Sutcliffe
appreciated. Thank you, Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

[ANNOUNCEMENT] Updated: python-gdata-2.0.17-1

2012-04-24 Thread Chris Sutcliffe
afshar Bumped version string 1098 afd40075d6bd 2012-01-05 18:42 + afshar Fixed doc generation script for my environment. 1096 c6b6a36a98be 2012-01-16 22:21 +0530 shraddhag Added a sample to search users with a given pattern and and move them to an organiza

[ANNOUNCEMENT] Updated: cppcheck-1.54-1

2012-04-26 Thread Chris Sutcliffe
ad*all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: ht

1.7.14-2: bash not accepting "~" (tilde) from keyboard in Console (WIN7)

2012-05-04 Thread Chris Brouwer
not shown, but the backtick "`" is. I have tried this when calling cygwin.bat from Explorer, effectively starting cygwin from cmd.exe, and then the "~" works as expected. Does anyone else experience this ? Does anyone have a solution for this ? Thanks in advance. Chris.

OpenSSH using root for the .ssh directory?

2012-05-04 Thread Chris Sutcliffe
ut that's a security hole. Checking my system for an errant HOME value, all seems to be inline: $ echo $HOME /home/csutclif Any ideas why ssh is looking in the root directory? Thank you, Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem re

Re: OpenSSH using root for the .ssh directory?

2012-05-05 Thread Chris Sutcliffe
etc/passwd they don't seem to care. > Also I got the hint that it uses getpwuid in some situations and $HOME in > others which can be seen in the code but yet remains obscure. Agreed, it seems odd that ssh is ignoring $HOME. Thank you, Chris -- Chris Sutcliffe http://emergedeskto

Re: [ANNOUNCEMENT] Updated: nc-1.107-2

2012-05-08 Thread Chris Sutcliffe
e stackdump and your obligatory cygcheck -svr output > *as attachment*. Attached. Cheers, Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d nc.exe.stackdump Description: Binary data cygcheck.out Description: Binary data -- Problem reports:

Re: [ANNOUNCEMENT] Updated: gnupg-1.4.12-1

2012-05-16 Thread Chris Sutcliffe
On 28 February 2012 10:02, marco atzeri wrote: > New version 1.4.12-1  of > >        gnupg > > is available in the Cygwin distribution: Every command / option I try with gpg comes back with a 'Bad address' error: $ gpg --version mksh: gpg: Bad address Am I missing som

Re: [ANNOUNCEMENT] Updated: gnupg-1.4.12-1

2012-05-16 Thread Chris Sutcliffe
On 16 May 2012 15:19, Yaakov (Cygwin/X) wrote: > On 2012-05-16 14:12, Chris Sutcliffe wrote: >> Every command / option I try with gpg comes back with a 'Bad address' >> error: >> >> $ gpg --version >> mksh: gpg: Bad address >> >> Am I missi

Re: [ANNOUNCEMENT] Updated: gnupg-1.4.12-1

2012-05-16 Thread Chris Sutcliffe
On 16 May 2012 15:19, marco atzeri wrote: > On 5/16/2012 9:12 PM, Chris Sutcliffe wrote: >> Every command / option I try with gpg comes back with a 'Bad address' >> error: >> >> $ gpg --version >> mksh: gpg: Bad address >> >> Am I missing so

Re: [ANNOUNCEMENT] Updated: gnupg-1.4.12-1

2012-05-16 Thread Chris Sutcliffe
cy Agreed, after installing libreadline6 and re-executing cygcheck I see it no where in the dependency list, so I don't know why cygcheck was complaining about it, but installing it resolved the cygcheck error and I am now able to run gpg. Chris -- Chris Sutcliffe http://emergedesktop.org

[ANNOUNCEMENT] Updated: cppcheck-1.55-1

2012-07-04 Thread Chris Sutcliffe
e read*all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

[ANNOUNCEMENT] Updated: cppcheck-1.56-1

2012-09-03 Thread Chris Sutcliffe
reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read*all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.co

[ANNOUNCEMENT] New package: python-gdata-2.0.10-1

2010-06-30 Thread Chris Sutcliffe
rmation on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Probl

[ANNOUNCEMENT] New package: googlecl-0.9.7-1

2010-07-01 Thread Chris Sutcliffe
ceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: googlecl-0.9.8-1

2010-07-02 Thread Chris Sutcliffe
the format: cygwin-announce-unsubscribe-you=yourdomain@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutc

[ANNOUNCEMENT] Updated: cppcheck-1.44-1

2010-07-12 Thread Chris Sutcliffe
e read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Document

[ANNOUNCEMENT] Updated: python-gdata-2.0.11-1

2010-08-04 Thread Chris Sutcliffe
Version 2.0.11-1 of python-gdata has been uploaded. python-gdata is the Google Data Python Client Library. The Google Data Python Client Library provides a library and source code that make it easy to access data through Google Data APIs. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

[ANNOUNCEMENT] Updated: googlecl-0.9.9-1

2010-08-04 Thread Chris Sutcliffe
Version 0.9.9-1 of googlecl has been uploaded. GoogleCL brings Google services to the command line. For examples see: http://code.google.com/p/googlecl/wiki/ExampleScripts Change include: * Download and edit of new-version Google Docs * Video upload and download for Picasa * --owne

The dirent struct

2010-08-06 Thread Chris Sutcliffe
_unused1[3]; __uint32_t __d_internal1; char d_name[NAME_MAX + 1]; }; 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 what to do at this point. Thank you, Chris -- Chris Sutcliffe http://em

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 so

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(*). >&g

Re: The dirent struct

2010-08-06 Thread Chris Sutcliffe
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_reclen = entry->d_reclen; #endif I assume t

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; >>  

Re: The dirent struct

2010-08-07 Thread Chris Sutcliffe
) > the d_reclen field from the itr struct. Then, if upstream *does* use > that field in the future, you should get build errors to alert you of that. I've actually went with Corinna's proposed itr->d_reclen implementation, which I believe is the safest route for now. Chee

[ANNOUNCEMENT] New package: {libsigc2.0/libsigc2.0_0/libsigc2.0-devel/libsigc2.0-doc}-2.2.8-1

2010-08-12 Thread Chris Sutcliffe
* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://

[ANNOUNCEMENT] New package: {libtorrent/libtorrent11/libtorrent-devel}-0.12.6-1

2010-08-12 Thread Chris Sutcliffe
eware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: h

[ANNOUNCEMENT] New package: rtorrent-0.8.6-1

2010-08-12 Thread Chris Sutcliffe
ion on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports:

Re: kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-21 Thread Chris Sutcliffe
Windows 7. However, *officially*, the CreateProcessAsUserW symbol is still provided by advapi32.dll. Chris [Sutcliffe], can we please revert this change for now? It breaks building Win32 apps, if the link order prefers kernel32.a over advapi32.a. Done. In theory, shouldn't the gendef s

Re: kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-21 Thread Chris Sutcliffe
On 21/08/2010 3:35 PM, Corinna Vinschen wrote: Chris [Sutcliffe], can we please revert this change for now? It breaks building Win32 apps, if the link order prefers kernel32.a over advapi32.a. Done. Thanks. Are you sure that only CreateProcessAsUserW is affected? In a word, no. I'll

Re: kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-21 Thread Chris Sutcliffe
On 21/08/2010 3:47 PM, Chris Sutcliffe wrote: On 21/08/2010 3:35 PM, Corinna Vinschen wrote: Chris [Sutcliffe], can we please revert this change for now? It breaks building Win32 apps, if the link order prefers kernel32.a over advapi32.a. Done. Thanks. Are you sure that only

[ANNOUNCEMENT] Updated: w32api-3.15-1

2010-08-28 Thread Chris Sutcliffe
ng, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read*all* of the information on unsubscribing that is available starting at this URL. Chris -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentati

Re: can't compile setup.exe

2010-09-02 Thread Chris Sutcliffe
so get it to > build with w32api-3.14. #if (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15) should do the trick. Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] Updated: cppcheck-1.45-1

2010-10-04 Thread Chris Sutcliffe
e read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Document

[ANNOUNCEMENT] Updated: python-gdata-2.0.12-1

2010-10-04 Thread Chris Sutcliffe
rmation on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read*all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports:

[ANNOUNCEMENT] Updated: googlecl-0.9.11-1

2010-10-11 Thread Chris Sutcliffe
yourdomain@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read*all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.

[ANNOUNCEMENT] Updated: python-gdata-2.0.13-1

2010-11-22 Thread Chris Sutcliffe
rmation on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read*all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports:

[ANNOUNCEMENT] Updated: astyle-2.01-1

2010-12-02 Thread Chris Sutcliffe
.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http:/

Cygwin: GCC /usr/local/include: not a directory

2010-12-07 Thread chris henry
also reinstalled gcc to no avail. I assume this has to do with the paths in cygwin but I dont see where it is pointing to /usr/local/include at all. Anyone able to help? Thanks, Chris -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Document

Re: Cygwin: GCC /usr/local/include: not a directory

2010-12-07 Thread chris henry
Resolved, I found a file called "include" was added today to my /usr/local/ directory which was messing up GCC. Removal fixed the issue. Chris On Tue, Dec 7, 2010 at 10:25 PM, chris henry wrote: > Hello, > > I have a bit of an emergency.  After running a poorly writte

[ANNOUNCEMENT] Updated: cppcheck-1.46.1-1

2010-12-14 Thread Chris Sutcliffe
e read *all* of the information on unsubscribing that is available starting at this URL. -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Document

No manual entry for awk

2011-01-19 Thread Chris Velevitch
I've just downloaded and run setup.exe v 2.738 on Win 7 Ent. I've only installed 'base' and the 'vim' editor. 'base' includes awk, but the man entry for seems to be missing. How do I get it and who needs to know for future cygwin updates? Chris -- Chris

Re: No manual entry for awk

2011-01-19 Thread Chris Velevitch
On Thu, Jan 20, 2011 at 11:29, Reid Thompson wrote: > try > $ man gawk Interesting. awk is linked to gawk. That means there is an issue with the man pages because, from my experience, any time a command has multiple names, the man entry refers to all alternatives and you can get to the same man e

[ANNOUNCEMENT] Updated: googlecl-0.9.12-1

2011-01-22 Thread Chris Sutcliffe
be in the format: cygwin-announce-unsubscribe-you=yourdomain@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read*all* of the information on unsubscribing that is available starting at this URL.

[ANNOUNCEMENT] Updated: cppcheck-1.47-1

2011-02-09 Thread Chris Sutcliffe
e read*all* of the information on unsubscribing that is available starting at this URL. Chris -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: [ANNOUNCEMENT] Updated: cppcheck-1.47-1

2011-02-10 Thread Chris Sutcliffe
On 10 February 2011 07:51, Oleksandr Gavenko wrote: > On 09.02.2011 13:50, Chris Sutcliffe wrote: >> >> Version 1.47-1 of cppcheck has been uploaded, following the upstream >> release. >> >> For a list of changes see: >> >> http://sourceforge.net/news

Re: Please test latest developer snapshot

2011-02-24 Thread Chris Sutcliffe
issues as of yet in my day-to-day use. Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsu

[ANNOUNCEMENT] Updated: w32api-3.16-1

2011-03-06 Thread Chris Sutcliffe
I've made a new version of the w32api (3.16-1) available for download. A list of what has changed can be found here: http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog?rev=1.1074&cvsroot=src *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe fro

Re: Unset TMP/TEMP in profile? (was Re: [ANNOUNCEMENT] [1.7] Updated: cygwin-1.7.0-67)

2011-03-08 Thread Chris Sutcliffe
. based on user preference) vs. /etc/profile, since I have multiple accounts on one of my machines and with my 'work' account, if I cygstart several different native Windows apps without TEMP/TMP being set they don't play nice. I realize I could write wrapper scripts as per Angelo

[ANNOUNCEMENT] Updated: python-gdata-2.0.14-1

2011-03-10 Thread Chris Sutcliffe
Version 2.0.14-1 of python-gdata has been uploaded. python-gdata is the Google Data Python Client Library. The Google Data Python Client Library provides a library and source code that make it easy to access data through Google Data APIs. === 2.0.14 === 7 Mar 2011 - Bug Fixes: * 491. 302 re

[ANNOUNCEMENT] Updated: w32api-3.17-1

2011-03-12 Thread Chris Sutcliffe
I've made a new version of the w32api (3.17-1) available for download. A list of what has changed can be found here: http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog?rev=1.1076&cvsroot=src *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe fro

Re: Slight issue in base-files-4.0-6

2011-03-22 Thread Chris Sutcliffe
want to keep using > it, you'll need > to explicitely add support for it (as you've done already). Agreed, however, the point about properly escaping the PS1 fields still holds for mksh. I hadn't noticed because I have my own custom .mshrc that sets PS1. Cheers, Chris -

<    4   5   6   7   8   9   10   11   12   13   >