Hi
>
> Don't use Microsoft Word to write C source files? The real question is,
> how
:) No, not using Word !!
> did the file get to be that way in the first place? Do you have an
> unusual
> keyboard layout/mapping?
I have a Sun Keyboard.
And I did not do any keyboard mapping.
So
Hi
>
> Don't use Microsoft Word to write C source files? The real question is,
> how
:) No, not using Word !!
> did the file get to be that way in the first place? Do you have an
> unusual
> keyboard layout/mapping?
I have a Sun Keyboard.
And I did not do any keyboard mapping.
Some l
What does this mean?
$ win_shutdown
WARNING!!! System is going down NOW
shutdown: Couldn't shutdown: Error 53 The network path was not found.
where win_shutdown just contains:
shutdown -s now
Frédéric Bron
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
On Feb 22 22:44, Dave Korn wrote:
> Fergus wrote:
> > Corinna,
> > Hasn't reached kernel.org yet, or cygwin.elite-systems.org, or
> > sourceware.mirrors.tds.net, or ..., after 48+ hours.
> > Latest timestamp 1235330442 : current version of cygwin still shown as
> > 1.7.0-40 ... hope I'm not misunde
On Mon, 23 Feb 2009 09:39:48 +0100
Frédéric Bron wrote:
> What does this mean?
>
> $ win_shutdown
> WARNING!!! System is going down NOW
> shutdown: Couldn't shutdown: Error 53 The network path was not found.
>
> where win_shutdown just contains:
> shutdown -s now
Are you calling a cygwin suppl
On Feb 23 09:39, Fr?d?ric Bron wrote:
> What does this mean?
>
> $ win_shutdown
> WARNING!!! System is going down NOW
> shutdown: Couldn't shutdown: Error 53 The network path was not found.
>
> where win_shutdown just contains:
> shutdown -s now
Error 53 is returned by the InitiateSystemShutdown
>> Direccion.sin_addr.s_addr=inet_addr("224.0.22.1");//("138.4.32.34");
>Binding to a multicast address doesn't work on windows. You must bind to
INADDR_ANY.
Exactly, my problem is already solved, thanks.
Victor
--
View this message in context:
http://www.nabble.com/Problem-Adding-Membe
Hi,
I am using a Multicast socket to receive UDP datagrams on Cygwin. I thought
the sockets in Cygwin were blocking by defect (that is, the program waits at
recvfrom() until it read something on the socket). However, my program does
not wait, it keeps running. I didn't use fcntl or any other inst
grip wrote:
> Hi
>
>> Don't use Microsoft Word to write C source files? The real question is,
>> how
>
> :) No, not using Word !!
:) I didn't think it was very likely really!
>> did the file get to be that way in the first place? Do you have an
>> unusual keyboard layout/mapping?
>
>
Introduction
The first public release of bash-4.0 is now available with the URLs
ftp://ftp.cwru.edu/pub/bash/bash-4.0.tar.gz
ftp://ftp.gnu.org/pub/gnu/bash/bash-4.0.tar.gz
and from the usual GNU mirror sites.
Unlike previous bash distributions, this tar file includes the formatted
The first public release of the GNU Readline library, version 6.0,
is now available for FTP with the URLs
ftp://ftp.cwru.edu/pub/bash/readline-6.0.tar.gz
ftp://ftp.gnu.org/pub/gnu/readline/readline-6.0.tar.gz
and from the usual GNU mirror sites.
This distribution is essentially a standalone vers
Hi Corinna, Dave and Christopher...
First thanks all for your replies
cygwin-ow...@cygwin.com wrote on 20.02.2009 19:05:15:
> On Feb 20 12:45, Christopher Faylor wrote:
> > On Fri, Feb 20, 2009 at 06:26:17PM +0100, Corinna Vinschen wrote:
> > >On Feb 20 12:13, Christopher Faylor wrote:
> > >
I have seen the options that allow to expedite the update process with a
command line, and the GUI is still displayed. I don't think this works
if you're trying to use these options from a SSH remote access, i.e.
you'd still need access to Windows to run the setup so the GUI can be
displayed
Roland Schwingel wrote:
> While this is a solution for this little test app it is not a solution
> for me in real life. I can't turn my native apps
> into cygwin apps.
No, true. The solution in real life is that if you want to debug non-Cygwin
win32 apps, you just *have* to run GDB in a DOS-st
On Mon, 23 Feb 2009, victhor_1983 wrote:
> I am using a Multicast socket to receive UDP datagrams on Cygwin. I thought
> the sockets in Cygwin were blocking by defect (that is, the program waits at
> recvfrom() until it read something on the socket). However, my program does
> not wait, it keeps r
On Mon, 23 Feb 2009, Dave Korn wrote:
Nor do I, but let's see what's in that file: can you show us the
output you get from running "od -tx1 test.c" on your testcase
please, and tell us exactly what editor you used.
I personally prefer "od -tx1 -a test.c": it should add ASCII versions
of each
Hello,
>
> Please try the latest 1.7.0 incarnation:
>
> http://cygwin.com/ml/cygwin-announce/2009-02/msg00018.html
>
> This hopefully fixes the above problem.
>
Yes, it works!!!
We need only 1 sec to login via SSH with an Active Directory user.
And it seems, that you have changed also the
On Mon, Feb 23, 2009 at 08:16:34AM -0500, Chet Ramey wrote:
>The first public release of the GNU Readline library, version 6.0,
>is now available for FTP with the URLs
*** cgf wonders why this merited email to the cygwin mailing list...
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-
On Feb 23 16:59, carsten.porz...@spb.de wrote:
> Hello,
> >
> > Please try the latest 1.7.0 incarnation:
> >
> > http://cygwin.com/ml/cygwin-announce/2009-02/msg00018.html
> >
> > This hopefully fixes the above problem.
> >
>
> Yes, it works!!!
>
> We need only 1 sec to login via SSH with a
Ok, I take it back. "setup.exe -q" will work on an SSH remote
connection. It remains to be seen if it actually updates packages, but
a GUI setup display did not appear on the the local Windows display with
a remotely invoked "setup.exe -q". Thus, I question if "setup.exe -q"
on a remote SSH
Hello,
I noticed winsup does not respect $(DESTDIR) in its installation
process. The applied patch modifies the Makefile.in files, to have them
use $(DESTDIR) in all install lines. This includes:
* install(1) (also MKDIRP)
* the mkinstalldirs / $(mkinstalldirs) commands
* a ln -sf l
Kevin and Nancy wrote on Monday, February 23, 2009 11:13 AM:
> Ok, I take it back. "setup.exe -q" will work on an SSH remote
> connection. It remains to be seen if it actually updates packages,
but
> a GUI setup display did not appear on the the local Windows display
with
> a remotely invoked "s
Kevin and Nancy wrote:
Ok, I take it back. "setup.exe -q" will work on an SSH remote
connection. It remains to be seen if it actually updates packages, but
a GUI setup display did not appear on the the local Windows display with
a remotely invoked "setup.exe -q". Thus, I question if "setup.e
On 02/23/2009, Kevin and Nancy wrote:
Ok, I take it back. "setup.exe -q" will work on an SSH remote connection.
This should work fine on any Windows version that allows a service to
interact with the Windows desktop. As I recall, that's XP or W2K (or
perhaps NT4 if that even really works).
-
On Mon, 23 Feb 2009 11:25:18 -0500
Christopher Faylor wrote:
> On Mon, Feb 23, 2009 at 08:16:34AM -0500, Chet Ramey wrote:
> >The first public release of the GNU Readline library, version 6.0,
> >is now available for FTP with the URLs
>
> *** cgf wonders why this merited email to the cygwin mail
On Mon, Feb 23, 2009 at 06:17:22PM +0100, Sjors Gielen wrote:
> Hello,
>
> I noticed winsup does not respect $(DESTDIR) in its installation process.
> The applied patch modifies the Makefile.in files, to have them use
> $(DESTDIR) in all install lines. This includes:
>* install(1) (also MKD
ncurses is a package that provides character and terminal handling
libraries, including 'gui-like' panels and menus. It is often used
instead of termcap.
This will most likely be the final ncurses update for the cygwin-1.5
distribution; future development will continue with ncurses-5.7-10
for cyg
The terminfo package has been updated to version 5.7_20090221-1. It
contains the terminfo database that enables proper operation of
ncurses-based applications.
This will most likely be the final terminfo update for the cygwin-1.5
distribution; future development will continue with
terminfo-5.7_20
ncurses is a package that provides character and terminal handling
libraries, including 'gui-like' panels and menus. It is often used
instead of termcap.
This is the first release specific for cygwin-1.7; the only differences
between this package and the simultaneously-released ncurses-5.7-1
for
The terminfo package has been updated to version 5.7_20090221-1. It
contains the terminfo database that enables proper operation of
ncurses-based applications.
This is the first release specific for cygwin-1.7; the only differences
between this package and the simultaneously-released
terminfo-5.7
Christopher Faylor schreef:
On Mon, Feb 23, 2009 at 06:17:22PM +0100, Sjors Gielen wrote:
[snip]
Thanks for the patch. I've had something half-finished sitting in my sandbox
for a while now but since you beat me to it, I'll install your version.
Thanks. I noticed I didn't change the ChangeL
>> I'm not going to change the mingw/w32api stuff though. That belongs to
>> another project. You might want to visit http://mingw.org/ and find a
>> forum which is appropriate to ask them if your changes are ok.
>
> I submitted the two patches to the Mingw team. (This patch does contain the
> ad
Sjors Gielen schreef:
Christopher Faylor schreef:
On Mon, Feb 23, 2009 at 06:17:22PM +0100, Sjors Gielen wrote:
[snip]
Thanks for the patch. I've had something half-finished sitting in my
sandbox
for a while now but since you beat me to it, I'll install your version.
Thanks. I noticed I
GNU libtool is a generic library support script. Libtool hides the
complexity of using shared libraries behind a consistent, portable
interface.
This is a bugfix and feature enhancement update.
Unless there are serious issues with this package, it is likely to be
the last version of libtool relea
GNU libtool is a generic library support script. Libtool hides the
complexity of using shared libraries behind a consistent, portable
interface.
This is a bugfix and feature enhancement update.
This is the first release specific for cygwin-1.7; the major differences
between this package and the s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to rhubbell on 2/23/2009 4:24 PM:
> On Mon, 23 Feb 2009 11:25:18 -0500
> Christopher Faylor wrote:
>
>> On Mon, Feb 23, 2009 at 08:16:34AM -0500, Chet Ramey wrote:
>>> The first public release of the GNU Readline library, version 6.0,
>>> i
On Mon, Feb 23, 2009 at 08:59:02PM -0700, Eric Blake wrote:
>I don't know why Chet thought he had to cc the cygwin list about the
>vanilla upstream release, but I've asked him to reduce the size of his
>cc list for future announcements.
Thanks. I think sending general announcements here would be
/cygwin-1.7/bin/cygpath.exe
You also have to be running linux -- not any other unix -- with the
binfmt kernel extension turned on. It usually is, so you probably don't
need to worry about that one. (I don't THINK other unices support
anything like binfmt...)
Then, you can try to autor
Just curious since I'm new here. Why do announcements go to this list?
Isn't there an announcement list?
Yes, I can filter these to trash easily enough.
On Mon, 23 Feb 2009 20:21:46 -0500
Charles Wilson wrote:
> ncurses is a package that provides character and terminal handling
> libraries, inc
rhubbell wrote:
> Just curious since I'm new here. Why do announcements go to this list?
Because all messages sent to the announcements list are reflected to
this one. That's the way it's set up, because most subscribers prefer
it that way.
> Isn't there an announcement list?
Yes. In fact:
http
On Mon, Feb 23, 2009 at 09:10:57PM -0800, rhubbell wrote:
>Just curious since I'm new here. Why do announcements go to this list?
>Isn't there an announcement list?
Just to piss you off. No other reason.
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
On Tue, 24 Feb 2009 00:17:58 -0500
Charles Wilson wrote:
> rhubbell wrote:
> > Just curious since I'm new here. Why do announcements go to this list?
>
> Because all messages sent to the announcements list are reflected to
> this one. That's the way it's set up, because most subscribers prefer
>
42 matches
Mail list logo