Re: downgrading make version

2006-09-16 Thread Kovarththanan Rajaratnam
cted. Am I mistaken or is this no longer a possibility? Looking through some of the mirrors [1], I can't seem to find the old version (3.80) of make. Any suggestions? [1] ftp://ftp.gwdg.de/pub/cygwin/release/make -- Best Regards Kovarththanan Rajaratnam -- Unsubscribe info: http:

Re: downgrading make version

2006-09-17 Thread Kovarththanan Rajaratnam
Hello Christopher Christopher Faylor wrote: On Sat, Sep 16, 2006 at 05:13:08PM +0200, Kovarththanan Rajaratnam wrote: I've deleted the old version of make since this behavior will be the default if I make a new release and we really need to test the patched version. See: http://cygwin.c

Endianess not declared

2007-01-14 Thread Kovarththanan Rajaratnam
on of GCC I got the defines from is v3.4.4. Thanks. [1] http://www.codemonkey.org.uk/projects/git-snapshots/sparse/ -- Best Regards Kovarththanan Rajaratnam -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Endianess not declared

2007-01-15 Thread Kovarththanan Rajaratnam
list of built-in definitions, which vary slightly between C and C++, use: gcc -x c -E -dM - < /dev/null g++ -x c++ -E -dM - < /dev/null Thanks. That revealed many #define's that I wasn't aware of. I will try and apply them and see how far that gets me. -- Best Regards Kovarththanan

Re: Endianess not declared

2007-01-16 Thread Kovarththanan Rajaratnam
Hello Dave, Dave Korn wrote: The headers are part of the base cygwin package; do you have the same version as me? /win/t $ cygcheck -f /usr/include/ieeefp.h cygwin-1.5.23-2 It seems so: $ cygcheck -f /usr/include/ieeefp.h cygwin-1.5.23-2 -- Best Regards Kovarththanan Rajaratnam

Re: Endianess not declared

2007-01-17 Thread Kovarththanan Rajaratnam
Hello Dave Korn wrote: On 16 January 2007 17:01, Kovarththanan Rajaratnam wrote: ~ $ md5sum /usr/include/ieeefp.h 21e83ac9763e6898351107c2f840be91 */usr/include/ieeefp.h Ditto: $ md5sum /usr/include/ieeefp.h 21e83ac9763e6898351107c2f840be91 */usr/include/ieeefp.h -- Best Regards

Re: Endianess not declared

2007-01-20 Thread Kovarththanan Rajaratnam
Hello Dave, Sorry for the last response. Dave Korn wrote: On 17 January 2007 16:54, Kovarththanan Rajaratnam wrote: ~ $ md5sum /usr/include/ieeefp.h 21e83ac9763e6898351107c2f840be91 */usr/include/ieeefp.h Ditto: $ md5sum /usr/include/ieeefp.h 21e83ac9763e6898351107c2f840be91 */usr/include

Re: Endianess not declared

2007-01-26 Thread Kovarththanan Rajaratnam
Hi, Dave Korn wrote: On 21 January 2007 06:54, Kovarththanan Rajaratnam wrote: It seems I got things mixed up. The ieeefp.h that was apparently included is located in /usr/include/machine/ieeefp.h and not usr/include/ieeefp.h. Got it, I see now. Well, this clause should fire: /tmp $ cat

Git corrupts repository

2008-11-22 Thread Kovarththanan Rajaratnam
atus error: bad index file sha1 signature fatal: index file corrupt Any ideas? Output of cygcheck attached. [1] http://www.cygwin.com/ml/cygwin/2007-09/msg00584.html -- Best Regards Kovarththanan Rajaratnam Cygwin Package Information Package Version Status _update-info-d

Re: Git corrupts repository

2008-11-29 Thread Kovarththanan Rajaratnam
Hello, Spiro Trikaliotis wrote: Hello, * On Sat, Nov 22, 2008 at 01:17:07PM +0100 Kovarththanan Rajaratnam wrote: I've run into a similar issue as described in [1]. No matter which repository I try to clone, I end up with a corrupt repository. According to [1] it should be sufficie