Re: Please Upload: astyle-1.20-1

2007-01-20 Thread Corinna Vinschen
On Jan 19 14:52, Chris Sutcliffe wrote:
 Please upload:
 
 http://emergedesktop.org/cygwin/astyle-1.20-1.tar.bz2
 http://emergedesktop.org/cygwin/astyle-1.20-1-src.tar.bz2

Done.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Invitation: www.journal-ranking.com

2007-01-20 Thread alim
Dear Colleagues,

Invitation to Participate in our NEW Journal Ranking Website

I would like to begin by introducing myself. My name is Andrew Lim and I
am from Hong Kong University of Science and Technology, Department of
Industrial Engineering and Logistics Management.

I have recently launched a web service for journal ranking at
www.journal-ranking.com and would appreciate your participation. The
service provides a brand new paradigm to ranking more than 7,000
journals from all disciplines and introduces two new indicators relevant
to journal quality by considering both the journal influence index and
the paper influence index.

Most importantly, there exists no such model that will fit all needs, so
this web service is an attempt to facilitate universal access and broad
based consultation with all academicians. The service is established to
allow all users to validate various scenarios and parameters to rank
journals. We have created a forum for feedback from the audience and we
are in the process of designing a set of web surveys. The intent of this
service is to garner valuable insight from your participation to
continually refine the journal ranking model.

Journal ranking is critically important to research and to the academia,
hence doing it right is worthwhile. This web service is a passionate
commitment to this endeavor.

We look forward to your support and participation.



Yours truly,

-- 
Andrew Lim
Associate Professor Dept of Industrial Engineering  Logistics Mgmt
Hong Kong University of Science and Technology (HKUST)
Director, HKUST Logistics and Supply Chain Forum
Director, HKUST LSCM Institute (Nansha)
Email :[EMAIL PROTECTED]
Tel   :(852) 23587116
Mobile:(852) 62900069
Fax   :(852) 23580062

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: When ssh'd in, cannot run MS compiler /Zi debug option

2007-01-20 Thread Corinna Vinschen
On Jan 19 18:13, Mike Yoder wrote:
 I see that using password authentication does make the problem go away
 for accounts local to the machine.  But if I ssh into this machine
 using a domain account and use password authentication, whoami still
 tells me that I'm the sshd_server.  (I built /etc/passwd using
 'mkpasswd -c -l -d'; when on the console whoami says 'DOMAIN\username'
 as expected)  Any ideas why this is?

Maybe you're not using the latest Cygwin version.  There were some issues
with previous releases which you can find in the ML archives.  Another
chance is that you changed /etc/group so that Cygwin thinks it has to
add groups to your user token after password authentication took place.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

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



Re: How to resolve hiccups by patch program?

2007-01-20 Thread Markus Elfring



Yes; if patch can't find anything that corresponds to the unaltered lines at
the start and end of the hunk, it doesn't know where to put it; if the lines
that it finds there don't match what the patch says the old versions look
like, it also doesn't work.
  


How do you think about my results from 2007-01-10 22:45?
There were enough context informations available from the used unified 
diff format.


Regards,
Markus

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



cygexec strangeness

2007-01-20 Thread Christopher Layne
Kind of strange.
Am I missing something on how cygexec is supposed to be used?

$ cat o.c
#include stdio.h
#include sys/stat.h
#include fcntl.h

int main(int argc, char **argv)
{
int r;

if ((r = open(argv[1], O_RDONLY))  0)
perror(open);

return 0;
}

$ gcc -g3 -ansi -pedantic -o o o.c
$ ./o o.c
$ mount -f -b -s -X 'c:\cygwin' /
$ ./o o.c
$ strace ./o o.c
strace: error creating process o, (error 2)
strace: error creating process o, (error 2)
strace: error creating process o, (error 2)
strace: error creating process o, (error 2)
strace: error creating process o, (error 2)
strace: error creating process o, (error 2)

I don't get that, but I'll presume it's intertwined with what
I'm asking about.

$ PATH=/var/tmp:$PATH strace o o.c
[...]

   56   54874 [main] o 19080 open: open (o.c, 0x0)
   35   54909 [main] o 19080 normalize_posix_path: src o.c
   23   54932 [main] o 19080 cwdstuff::get: posix /c/WINDOWS/system32
   22   54954 [main] o 19080 cwdstuff::get: (/c/WINDOWS/system32) = 
cwdstuff::get (0x22C8A0, 260, 1, 0), errno 0
   21   54975 [main] o 19080 normalize_posix_path: /c/WINDOWS/system32/o.c = 
normalize_posix_path (o.c)
   23   54998 [main] o 19080 mount_info::conv_to_win32_path: conv_to_win32_path 
(/c/WINDOWS/system32/o.c)
   23   55021 [main] o 19080 mount_info::cygdrive_win32_path: src 
'/c/WINDOWS/system32/o.c', dst 'c:\WINDOWS\system32\o.c'
   21   55042 [main] o 19080 set_flags: flags: binary (0x2)
   83   55125 [main] o 19080 mount_info::conv_to_win32_path: src_path 
/c/WINDOWS/system32/o.c, dst c:\WINDOWS\system32\o.c, flags 0x2A, rc 0
  137   55262 [main] o 19080 symlink_info::check: GetFileAttributes 
(c:\WINDOWS\system32\o.c) failed
   25   55287 [main] o 19080 geterrno_from_win_error: windows error 2 == errno 2
   51   55338 [main] o 19080 symlink_info::check: GetFileAttributes 
(c:\WINDOWS\system32\o.c.lnk) failed
   24   55362 [main] o 19080 geterrno_from_win_error: windows error 2 == errno 2
   22   55384 [main] o 19080 symlink_info::check: 0 = symlink.check 
(c:\WINDOWS\system32\o.c, 0x22C560) (0x2A)
   21   55405 [main] o 19080 mount_info::conv_to_win32_path: conv_to_win32_path 
(/c/WINDOWS/system32)
   20   55425 [main] o 19080 mount_info::cygdrive_win32_path: src 
'/c/WINDOWS/system32', dst 'c:\WINDOWS\system32'
   20   55445 [main] o 19080 set_flags: flags: binary (0x2)
   20   55465 [main] o 19080 mount_info::conv_to_win32_path: src_path 
/c/WINDOWS/system32, dst c:\WINDOWS\system32, flags 0x2A, rc 0
   39   55504 [main] o 19080 symlink_info::check: not a symlink
   22   55526 [main] o 19080 symlink_info::check: 0 = symlink.check 
(c:\WINDOWS\system32, 0x22C560) (0x2A)
   72   55598 [main] o 19080 path_conv::check: 
this-path(c:\WINDOWS\system32\o.c), has_acls(1)
   31   55629 [main] o 19080 build_fh_pc: fh 0x611B2E08
   58   55687 [main] o 19080 fhandler_base::open: (c:\WINDOWS\system32\o.c, 
0x10)
   62   55749 [main] o 19080 seterrno_from_win_error: 
/netrel/src/cygwin-snapshot-20070110-1/winsup/cygwin/fhandler.cc:710 windows 
error 2
   24   55773 [main] o 19080 geterrno_from_win_error: windows error 2 == errno 2
   20   55793 [main] o 19080 __set_errno: void seterrno_from_win_error(const 
char*, int, DWORD):310 val 2
   19   55812 [main] o 19080 fhandler_base::open: C034 = NtCreateFile (0x0, 
8010, c:\WINDOWS\system32\o.c, io, NULL, 0, 7, 1, 4020, NULL, 0)
   20   55832 [main] o 19080 fhandler_base::open: 0 = fhandler_base::open 
(c:\WINDOWS\system32\o.c, 0x10)
   17   55849 [main] o 19080 fhandler_base::open_fs: 0 = 
fhandler_disk_file::open (c:\WINDOWS\system32\o.c, 0x0)
   18   55867 [main] o 19080 open: -1 = open (o.c, 0x0)

[...]

What's the obsession with c/w/system32 ?

$ PATH=/var/tmp:$PATH strace o /var/tmp/o.c
   43   34889 [main] o 52328 fhandler_base::open: (c:\cygwin\var\tmp\o.c, 
0x10)
   38   34927 [main] o 52328 fhandler_base::set_flags: flags 0x10, 
supplied_bin 0x1
   19   34946 [main] o 52328 fhandler_base::set_flags: filemode set to binary
   16   34962 [main] o 52328 fhandler_base::open: 0 = NtCreateFile (0x6F0, 
8010, c:\cygwin\var\tmp\o.c, io, NULL, 0, 7, 1, 4020, NULL, 0)
   18   34980 [main] o 52328 fhandler_base::open: 1 = fhandler_base::open 
(c:\cygwin\var\tmp\o.c, 0x10)
   17   34997 [main] o 52328 fhandler_base::open_fs: 1 = 
fhandler_disk_file::open (c:\cygwin\var\tmp\o.c, 0x0)
   16   35013 [main] o 52328 open: 3 = open (/var/tmp/o.c, 0x0)

Hmmm...

$ mount -f -b -s 'c:\cygwin' /
$ strace ./o o.c
   36   41956 [main] o 37300 fhandler_base::open: (c:\cygwin\var\tmp\o.c, 
0x10)
   36   41992 [main] o 37300 fhandler_base::set_flags: flags 0x10, 
supplied_bin 0x1
   18   42010 [main] o 37300 fhandler_base::set_flags: filemode set to binary
   16   42026 [main] o 37300 fhandler_base::open: 0 = NtCreateFile (0x6F0, 
8010, c:\cygwin\var\tmp\o.c, io, NULL, 0, 7, 1, 4020, NULL, 0)
   17   42043 [main] o 37300 fhandler_base::open: 1 = fhandler_base::open 

ch module wozu?

2007-01-20 Thread Pierre Bernhardt
Hallo,

hat schon mal jemand das ch Module für irgendetwas benötigt?
Es ist ein Modul für Media Changer, also z.B. Tape Libs und
CD-Rom Jukeboxen gedacht.

Zum wechseln verwende ich immer mtx. Das funktioniert aber
scheinbar direkt das scsi Modul.

MfG...
Pierre Bernhardt


--
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: astyle-1.20-1

2007-01-20 Thread Chris Sutcliffe

I've uploaded a new version astyle, 1.20-1, which is an upstream release.

For a list of changes check out
http://astyle.sourceforge.net/astyle_release_notes.html.

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have questions or comments, please send them to the Cygwin
mailing list at: cygwin@cygwin.com .

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-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 the information on unsubscribing that is
available starting at this URL.

--
Chris Sutcliffe
http://ir0nh34d.googlepages.com
http://ir0nh34d.blogspot.com
http://emergedesktop.org

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



Re: cygexec strangeness

2007-01-20 Thread Corinna Vinschen
On Jan 20 03:27, Christopher Layne wrote:
 Kind of strange.
 Am I missing something on how cygexec is supposed to be used?

That's with a snapshot?  If so, try the latest one.  WJFFM.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

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



Re: cygexec strangeness

2007-01-20 Thread Christopher Layne

$ mount -f -b -s -X 'c:\cygwin' /
$ strace ./o o.c

   55   57473 [main] o 2656 fhandler_base::open: (c:\cygwin\var\tmp\o.c, 
0x10)
   87   57560 [main] o 2656 fhandler_base::set_flags: flags 0x10, 
supplied_bin 0x1
   45   57605 [main] o 2656 fhandler_base::set_flags: filemode set to binary
   38   57643 [main] o 2656 fhandler_base::open: 0 = NtCreateFile (0x6F4, 
8010, c:\cygwin\var\tmp\o.c, io, NULL, 0, 7, 1, 4020, NULL, 0)
   43   57686 [main] o 2656 fhandler_base::open: 1 = fhandler_base::open 
(c:\cygwin\var\tmp\o.c, 0x10)
   40   57726 [main] o 2656 fhandler_base::open_fs: 1 = 
fhandler_disk_file::open (c:\cygwin\var\tmp\o.c, 0x0)
   39   57765 [main] o 2656 open: 3 = open (o.c, 0x0)

On Sat, Jan 20, 2007 at 01:44:53PM +0100, Corinna Vinschen wrote:
 On Jan 20 03:27, Christopher Layne wrote:
  Kind of strange.
  Am I missing something on how cygexec is supposed to be used?
 
 That's with a snapshot?  If so, try the latest one.  WJFFM.

This works now. Strange. Was running 20070110. Just went to 20070118.

-cl

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



Re: cygexec strangeness

2007-01-20 Thread Corinna Vinschen
On Jan 20 05:21, Christopher Layne wrote:
 $ mount -f -b -s -X 'c:\cygwin' /
 $ strace ./o o.c
 
55   57473 [main] o 2656 fhandler_base::open: (c:\cygwin\var\tmp\o.c, 
 0x10)
87   57560 [main] o 2656 fhandler_base::set_flags: flags 0x10, 
 supplied_bin 0x1
45   57605 [main] o 2656 fhandler_base::set_flags: filemode set to binary
38   57643 [main] o 2656 fhandler_base::open: 0 = NtCreateFile (0x6F4, 
 8010, c:\cygwin\var\tmp\o.c, io, NULL, 0, 7, 1, 4020, NULL, 0)
43   57686 [main] o 2656 fhandler_base::open: 1 = fhandler_base::open 
 (c:\cygwin\var\tmp\o.c, 0x10)
40   57726 [main] o 2656 fhandler_base::open_fs: 1 = 
 fhandler_disk_file::open (c:\cygwin\var\tmp\o.c, 0x0)
39   57765 [main] o 2656 open: 3 = open (o.c, 0x0)
 
 On Sat, Jan 20, 2007 at 01:44:53PM +0100, Corinna Vinschen wrote:
  On Jan 20 03:27, Christopher Layne wrote:
   Kind of strange.
   Am I missing something on how cygexec is supposed to be used?
  
  That's with a snapshot?  If so, try the latest one.  WJFFM.
 
 This works now. Strange. Was running 20070110. Just went to 20070118.

No, not strange, rather expected ;)  The important change is from
2007-01-16.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

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



Re: www.iozone.org; binary cygwin1.dll w/o source

2007-01-20 Thread Larry Hall (Cygwin)

Brian Ford wrote:

On Fri, 19 Jan 2007, Brian Ford wrote:


Yup, thanks.  Iozone put one in C:\WINDOWS\system32.  Sorry.


I really hate to bring this up, but unless I missed something,
www.iozone.org is distributing a binary Cygwin DLL (1.5.17) without a GPL
compliant source offer via:

http://www.iozone.org/src/current/IozoneSetup.zip

installed by their own installer into the directory above :-(.



FWIW, I tried to send a message to the email address listed at the site
mentioning the licensing problem but it bounced several times because the
site's spam filters set an extremely high (and cryptic) standard.  So I
guess I've worn out my welcome at the IOzone site. ;-)

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

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



bash:csh:Command not found

2007-01-20 Thread ram001

Hi guys

I am new to cygwin. when I am working on cygwin. I created a directory name
Scripts byusing mkdir Scripts in Cygwin. After that I created a csh file
inside the Scripts directory by using cat  Creator.csh. In this file i got
my C shell script. When I am trying to execute the script by using the csh
Creator.csh.It is throwing me an error like 
bash:csh:command not found. I hope my shell is set default to Bash . how to
run my csh script. Can any one help me out. Thanks 

Ram 
-- 
View this message in context: 
http://www.nabble.com/bash%3Acsh%3ACommand-not-found-tf3047402.html#a8470937
Sent from the Cygwin Users mailing list archive at Nabble.com.


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



devenv.com has errors only when running through cygwin sshd, not sure why

2007-01-20 Thread John Owens
Greetings, sticky problem here. I am running compile jobs remotely on
a server running cygwin sshd. 

Versions:
  Cygwin dll: 1.5.18
  sshd: OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005. 
  Windows: Windows XP Professional Ver 5.1 Build 2600 Service Pack 2
  Visual Studio: Microsoft (R) Development Environment  Version 7.10.3077.

I'm compiling jobs remotely through ssh and running them as well. The
jobs I'm running are going through beta graphics drivers and
occasionally hang the machine. 

The problem is that now, on two different machines, I have hung the
machine and after that point I can no longer call the Visual Studio
command line compiler devenv.com. It pops up an error message on the
console and will not compile. 

- Reboots do not solve the problem.
- Reinstalling the compiler does not solve the problem.
- It works fine when running from a cygwin shell on the console.

Only remote compiles are affected. Here's the error:

  Runtime error
  This application has requested the runtime to terminate it in an unusual way
  Please contact the application's support team for more information.

  Ms Visual Studio .Net 2003 has encountered a problem and needs to
  close. We are sorry for the inconvenience (etc.)

In the event viewer I see:

  Faulting application devenv.exe, version 7.10.3077.9
  faulting module mscoree.dll 2.0.50727.42
  fault address 0x00030152
  Category (100)
  Event ID: 1000

I've now done this on two machines. I'm out of machines to run on, and
I can't make this problem go away on either of them, so I'm really
stuck. Any thoughts?

JDO


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



Re: bash:csh:Command not found

2007-01-20 Thread Larry Hall (Cygwin)

ram001 wrote:

Hi guys

I am new to cygwin. when I am working on cygwin. I created a directory name
Scripts byusing mkdir Scripts in Cygwin. After that I created a csh file
inside the Scripts directory by using cat  Creator.csh. In this file i got
my C shell script. When I am trying to execute the script by using the csh
Creator.csh.It is throwing me an error like 
bash:csh:command not found. I hope my shell is set default to Bash . how to
run my csh script. Can any one help me out. Thanks 



When sending a problem report, please read and follow the problem reporting
guidelines found here:

http://cygwin.com/problems.html

This keeps people on this list from having to make too many guesses about
what you've done and what your system configuration is.

Absent that, my WAG is that you have CRNL as line-endings in your script,
probably as a result of using an editor that insists on or wasn't
configured to not use them.  See the Editors category in 'setup.exe'
for some editors you can install and that will not force you to CRNLs.

You will also find reading the bash release announcement illuminating:

http://cygwin.com/ml/cygwin-announce/2006-12/msg00026.html



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

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



Re: devenv.com has errors only when running through cygwin sshd, not sure why

2007-01-20 Thread Larry Hall (Cygwin)

John Owens wrote:

Greetings, sticky problem here. I am running compile jobs remotely on
a server running cygwin sshd. 


Versions:
  Cygwin dll: 1.5.18
  sshd: OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005. 
  Windows: Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

  Visual Studio: Microsoft (R) Development Environment  Version 7.10.3077.

I'm compiling jobs remotely through ssh and running them as well. The
jobs I'm running are going through beta graphics drivers and
occasionally hang the machine. 


The problem is that now, on two different machines, I have hung the
machine and after that point I can no longer call the Visual Studio
command line compiler devenv.com. It pops up an error message on the
console and will not compile. 


- Reboots do not solve the problem.
- Reinstalling the compiler does not solve the problem.
- It works fine when running from a cygwin shell on the console.

Only remote compiles are affected. Here's the error:

  Runtime error
  This application has requested the runtime to terminate it in an unusual way
  Please contact the application's support team for more information.

  Ms Visual Studio .Net 2003 has encountered a problem and needs to
  close. We are sorry for the inconvenience (etc.)

In the event viewer I see:

  Faulting application devenv.exe, version 7.10.3077.9
  faulting module mscoree.dll 2.0.50727.42
  fault address 0x00030152
  Category (100)
  Event ID: 1000

I've now done this on two machines. I'm out of machines to run on, and
I can't make this problem go away on either of them, so I'm really
stuck. Any thoughts?


How about this:

http://cygwin.com/ml/cygwin/2007-01/msg00651.html

The thread was just resurrected yesterday.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
216 Dalton Rd.  (508) 893-9889 - FAX
Holliston, MA 01746

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

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



Re: devenv.com has errors only when running through cygwin sshd, not sure why

2007-01-20 Thread John Owens
Larry Hall (Cygwin reply-to-list-only-lh at cygwin.com writes:
 
 John Owens wrote:
  Greetings, sticky problem here. I am running compile jobs remotely on
  a server running cygwin sshd. 
 
 http://cygwin.com/ml/cygwin/2007-01/msg00651.html

In fact this does solve the problem. Boy, it'd be nice to know why this
occurs. 'whoami', whether I log in with password or public key, says
my login, so it's not exactly the same symptom as above. We will try
an upgrade of cygwin and see if that allows me to use public key again.

That was an incredibly quick and accurate response. 4 minutes since my post!
Wow. Larry, you're the bomb.

JDO


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



I would like a post deleted

2007-01-20 Thread Jean Laborde
I have this post that I would like to be deleted, as
it shows up in Google searches, and I would like to
not have it do so.  Thanks.

*

MODERATOR, PLEASE REMOVE ME FROM LIST
From: Jean Laborde swampwiz at yahoo dot com 
To: cygwin at cygwin dot com 
Date: Thu, 18 Jul 2002 08:05:27 -0700 (PDT) 
Subject: MODERATOR, PLEASE REMOVE ME FROM LIST 



I HAVE REPEATEDLY TRIED TO UNSUBSCRIBE PER THE
DIRECTIONS, BUT TO NO AVAIL.  PLEASE REMOVE ME FROM
THIS LIST.

THANK YOU!




 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

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



Re: I would like a post deleted

2007-01-20 Thread Bobby Mcnulty

Jean Laborde wrote:

I have this post that I would like to be deleted, as
it shows up in Google searches, and I would like to
not have it do so.  Thanks.

*

MODERATOR, PLEASE REMOVE ME FROM LIST
From: Jean Laborde swampwiz at yahoo dot com 
To: cygwin at cygwin dot com 
Date: Thu, 18 Jul 2002 08:05:27 -0700 (PDT) 
Subject: MODERATOR, PLEASE REMOVE ME FROM LIST 




I HAVE REPEATEDLY TRIED TO UNSUBSCRIBE PER THE
DIRECTIONS, BUT TO NO AVAIL.  PLEASE REMOVE ME FROM
THIS LIST.

THANK YOU!




 


Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

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


  
You should be getting several confirm unsubscribes now from Cygwin 
mailing lists.

Just press reply to them. You'll find out which ones you were subscribed to.
I've unsubscribed you from all of them.
Bobby

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



Re: devenv.com has errors only when running through cygwin sshd, not sure why

2007-01-20 Thread John Owens
John Owens john_owens at yahoo.com writes:
 my login, so it's not exactly the same symptom as above. We will try
 an upgrade of cygwin and see if that allows me to use public key again.

Upgrade of cygwin didn't help, alas, so I'll just use password for
the time being.

JDO


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



RE: bash:csh:Command not found

2007-01-20 Thread Dave Korn
On 21 January 2007 01:19, Igor Peshansky wrote:

 On Sat, 20 Jan 2007, ram001 wrote:
 
 I am new to cygwin. when I am working on cygwin. I created a directory
 name Scripts byusing mkdir Scripts in Cygwin. After that I created a csh
 file inside the Scripts directory by using cat  Creator.csh. In this
 file i got my C shell script. When I am trying to execute the script by
 using the csh Creator.csh.It is throwing me an error like
 bash:csh:command not found. I hope my shell is set default to Bash . how
 to run my csh script. Can any one help me out. Thanks
 
 Please read what Larry said about problem reports.  However, at a guess,
 http://cygwin.com/faq/faq.setup.html#faq.setup.what-packages would also
 be helpful in your case.


  Also, the C shell is called 'tcsh.exe', not 'csh.exe'.

~ $ csh
bash: csh: command not found
~ $ tcsh
[EMAIL PROTECTED] ~]$



cheers,
  DaveK
-- 
Can't think of a witty .sigline today


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



Re: I would like a post deleted

2007-01-20 Thread Christopher Faylor
On Sat, Jan 20, 2007 at 06:04:55PM -0800, Jean Laborde wrote:
I have this post that I would like to be deleted, as
it shows up in Google searches, and I would like to
not have it do so.  Thanks.

*

MODERATOR, PLEASE REMOVE ME FROM LIST
From: Jean Laborde swampwiz at yahoo dot com 
To: cygwin at cygwin dot com 
Date: Thu, 18 Jul 2002 08:05:27 -0700 (PDT) 
Subject: MODERATOR, PLEASE REMOVE ME FROM LIST 



I HAVE REPEATEDLY TRIED TO UNSUBSCRIBE PER THE
DIRECTIONS, BUT TO NO AVAIL.  PLEASE REMOVE ME FROM
THIS LIST.

THANK YOU!

Are you really asking to have a message removed by quoting the text of
the entire message and sending it to a mailing list where it will be
archived again?

Have you read the site policy on this?  Read http://cygwin.com/lists.html
and http://sourceware.org/lists.html .

cgf

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



RE: I would like a post deleted

2007-01-20 Thread Dave Korn
On 21 January 2007 02:05, Jean Laborde wrote:

 I have this post that I would like to be deleted, as
 it shows up in Google searches, and I would like to
 not have it do so.  Thanks.
 
 *
 
 MODERATOR, PLEASE REMOVE ME FROM LIST
 From: Jean Laborde swampwiz at yahoo dot com
 To: cygwin at cygwin dot com
 Date: Thu, 18 Jul 2002 08:05:27 -0700 (PDT)
 Subject: MODERATOR, PLEASE REMOVE ME FROM LIST
 

--
--
 
 I HAVE REPEATEDLY TRIED TO UNSUBSCRIBE PER THE
 DIRECTIONS, BUT TO NO AVAIL.  PLEASE REMOVE ME FROM
 THIS LIST.
 
 THANK YOU!
 


  Ironically enough, by reposting the message, there are now two copies of it
in the archives.

  I think Bobby may have inadvertently quoted it as well.

  Oops.

  I see it's available on nabble and gmane as well.  And mail-archive.org, and
MARC.  Amd who knows how many other list archives...
 

cheers,
  DaveK
-- 
Can't think of a witty .sigline today


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



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/ieeefp.h


/artimi/software/firmware $ grep -i endian /usr/include/ieeefp.h
#ifdef __IEEE_BIG_ENDIAN
#ifdef __IEEE_LITTLE_ENDIAN
#ifdef __IEEE_BIG_ENDIAN
#ifdef __IEEE_LITTLE_ENDIAN
/artimi/software/firmware $ grep -i error /usr/include/ieeefp.h
/artimi/software/firmware $ grep -i warning /usr/include/ieeefp.h
/artimi/software/firmware $


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.


--
Best Regards
Kovarththanan Rajaratnam


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



RE: Endianess not declared

2007-01-20 Thread Dave Korn
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 -n /usr/include/machine/ieeefp.h  | grep -A3 i386
   120  #ifdef __i386__
   121  #define __IEEE_LITTLE_ENDIAN
   122  #endif
   123

because of this built-in define from the compiler:

/tmp $ gcc -x c -E -dM -  /dev/null | grep 386
#define __i386 1
#define i386 1
#define __i386__ 1

so giving sparse those extra list of defines should do the job, no?

cheers,
  DaveK
-- 
Can't think of a witty .sigline today


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



Updated: astyle-1.20-1

2007-01-20 Thread Chris Sutcliffe

I've uploaded a new version astyle, 1.20-1, which is an upstream release.

For a list of changes check out
http://astyle.sourceforge.net/astyle_release_notes.html.

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

If you have questions or comments, please send them to the Cygwin
mailing list at: cygwin@cygwin.com .

   *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-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 the information on unsubscribing that is
available starting at this URL.

--
Chris Sutcliffe
http://ir0nh34d.googlepages.com
http://ir0nh34d.blogspot.com
http://emergedesktop.org