Re: Issues in utmp/utmpx headers

2015-12-27 Thread David Lee
Hi, The issue isn't missing, not-installed packages. The issues are (1) some function declaration seem wrong; and (2) a constant is missing. Thanks. David Lee On 28 December 2015 at 03:02, Brian Inglis wrote: > David Lee gmail.com> writes: >> While trying to port bsdgames to Cygwin I spotted

cygwin.dll: bug with select on Windows console

2015-12-27 Thread john hood
Hi all, I'm one of the Mosh maintainers. Recently a user reported a problem where Mosh exits suddenly soon after startup while he is typing at it, see . The problem turns out to be that occasionally, select() times out, returns 0 as it should, but

Re: Functional Cygwin GTK with native win32 backend

2015-12-27 Thread Michael Enright
On Sun, Dec 27, 2015 at 11:11 AM, David Xu wrote: > Hi! > > I compiled GTK with the native win32 backend, and it is functional. > Brief demo: http://i.imgur.com/PAWyLdW.gif Many programs that originally target Linux have been made available to Windows users by means of packaging them with GTK et

Functional Cygwin GTK with native win32 backend

2015-12-27 Thread David Xu
Hi! I compiled GTK with the native win32 backend, and it is functional. Brief demo: http://i.imgur.com/PAWyLdW.gif I would like to bring up discussion about the possibility of including a native windows build of GTK in the Cygwin package list as well, since it turns out that the steps that I took

Re: Issues in utmp/utmpx headers

2015-12-27 Thread Brian Inglis
David Lee gmail.com> writes: > While trying to port bsdgames to Cygwin I spotted the following issues: > (1) In /usr/include/utmpx.h, utmpxname() is declared a void function. > Should it return int? > (2) In /usr/include/sys/utmp.h, utmpname() is declared a void > function. Should it return int? >

Re: Package containing libxml.dll

2015-12-27 Thread Yaakov Selkowitz
On Sat, 2015-12-26 at 13:27 -0500, Larry Hall (Cygwin) wrote: > On 12/26/2015 10:35 AM, ravi r wrote: > > I want to install the library file /usr/lib/libxml.dll.a in cygwin. > > Installed package > > libxml2-devel and that did not install this file. In setup program, > > I cannot > > find a package

Re: bug with python3 (3.4.3) and array

2015-12-27 Thread Yaakov Selkowitz
On Sun, 2015-12-27 at 09:53 -0800, jeff wrote: > So II went into the cygwin install cache, and I deleted all python3 > files and directories. > I uninstalled python3. > I reinstalled python3. > > Same issue. > Same incomplete result from cygcheck. > This is from ftp mirror cs vt edu > > So I am g

Re: bug with python3 (3.4.3) and array

2015-12-27 Thread jeff
> Actually, it does not answer my question. > I did a reinstall twice, and I got the same result. > Perhaps the package has an issue? So II went into the cygwin install cache, and I deleted all python3 files and directories. I uninstalled python3. I reinstalled python3. Same issue. Same incomplet

Re: bug with python3 (3.4.3) and array

2015-12-27 Thread jeff
n Sun, 2015-12-27 at 07:43 -0800, jeff wrote: > python3 doesn't seem to have the module array, which is part of > python3 > standard library > It used to work fine with previous versions of cygwin. [snip] > Included is cygcheck.out Which answers your question: > Missing file: /usr/lib/python3.4/l

Re: cmp (or echo) bug?

2015-12-27 Thread Helmut Karlowski
--- > Hi, > > David Balažic gmail.com> writes: > > > In Cygwin terminal (bash) I typed: > > > > cmp <(echo echo1) <(echo echo2) > > I suspect its a bash bug since it works fine with zsh (tested 64bit only). zsh uses temp-files for process-subs

Re: bug with python3 (3.4.3) and array

2015-12-27 Thread Yaakov Selkowitz
On Sun, 2015-12-27 at 07:43 -0800, jeff wrote: > python3 doesn't seem to have the module array, which is part of > python3 > standard library > It used to work fine with previous versions of cygwin. [snip] > Included is cygcheck.out Which answers your question: > Missing file: /usr/lib/python3.4/

bug with python3 (3.4.3) and array

2015-12-27 Thread jeff
python3 doesn't seem to have the module array, which is part of python3 standard library It used to work fine with previous versions of cygwin. Example program: #!/usr/bin/env python3 from array import array Here is what happens when it is executed: Traceback (most recent call last): File "./br