Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.1

2016-07-26 Thread Corinna Vinschen
On Jul 25 15:05, Jim Reisert AD1C wrote: > On Mon, Jul 25, 2016 at 1:49 PM, Ken Brown wrote: > > > I'm also unable to start xterm from the xwin-xdg-menu (under System Tools). > > Nothing happens when I click on XTerm, and I see the following error > > message: > > > > $ cat .xsession-errors > > ex

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread Csaba Raduly
On Tue, Jul 26, 2016 at 8:16 AM, Marco Atzeri wrote: > > On 26/07/2016 02:45, LMH wrote: >> >> Hello, >> >> I am trying to compute the convex hull of a high dimensional space (46D >> x 2000 rows). The qhull app available in cygwin/math is based on >> relatively old code and runs out of memory. >>

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread Csaba Raduly
On Tue, Jul 26, 2016 at 2:45 AM, LMH wrote: > Hello, > > I am trying to compute the convex hull of a high dimensional space (46D x > 2000 rows). The qhull app available in cygwin/math is based on relatively > old code and runs out of memory. > > I found another version the is supposed to be able t

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread Marco Atzeri
On 26/07/2016 09:47, Csaba Raduly wrote: On Tue, Jul 26, 2016 at 8:16 AM, Marco Atzeri wrote: CMake Error at CMakeLists.txt:22 (message): Compiler does not support C++1z standard if you look on CMakeLists.txt you will find is expecting a flag as "-std=gnu++1z" that looks a bit strange f

Re: Midnight Commander is very slow when starting and changing directories

2016-07-26 Thread Krzysztof Bociurko
Tried to list all drive letters (with help of http://serverfault.com/questions/62578/how-to-get-a-list-of-drive-letters-on-a-system-through-a-windows-shell-bat-cmd) and: PS C:\Users\chanibal> wmic logicaldisk get caption,providername,drivetype,volumename Caption DriveType ProviderName V

Re: Midnight Commander is very slow when starting and changing directories

2016-07-26 Thread Marco Atzeri
On 26/07/2016 11:39, Krzysztof Bociurko wrote: Tried to list all drive letters (with help of http://serverfault.com/questions/62578/how-to-get-a-list-of-drive-letters-on-a-system-through-a-windows-shell-bat-cmd) and: PS C:\Users\chanibal> wmic logicaldisk get caption,providername,drivetype,v

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.2

2016-07-26 Thread Corinna Vinschen
Hi Cygwin developers and maintainers, Hi everyone else, I uploaded a new Cygwin test release 2.6.0-0.2. Supposed to fix the problems reported in https://cygwin.com/ml/cygwin/2016-07/msg00274.html and followups. === For those b

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.1

2016-07-26 Thread Corinna Vinschen
On Jul 26 09:13, Corinna Vinschen wrote: > On Jul 25 15:05, Jim Reisert AD1C wrote: > > On Mon, Jul 25, 2016 at 1:49 PM, Ken Brown wrote: > > > > > I'm also unable to start xterm from the xwin-xdg-menu (under System > > > Tools). > > > Nothing happens when I click on XTerm, and I see the followin

Re: System tray menu tuning & Xwin0.log in mintty console with startx

2016-07-26 Thread Marco Atzeri
On 25/07/2016 22:14, pigreco erre wrote: Hello Marco, Excuse me but I don't specify before that I try to use Cygwin-Portable version that I find on the web. This explain why the menu was talking german http://www.cybesystems.com/index.php?option=com_jdownloads&view=download&id=6:cygwinportable

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread LMH
Csaba Raduly wrote: On Tue, Jul 26, 2016 at 2:45 AM, LMH wrote: Hello, I am trying to compute the convex hull of a high dimensional space (46D x 2000 rows). The qhull app available in cygwin/math is based on relatively old code and runs out of memory. I found another version the is supposed t

RE: Older versions of Cygwin setup.exe

2016-07-26 Thread Secure Hell
Hi Peter, I would take any and all past versions of the setup.exe, setup-x86.exe and setup-x86_64.exe binary that you have regardless of version. Ideally, I wish there was a history log somewhere which included the file hash (e.g. MD5, SHA1) of the installer and the version/platform but I will acc

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread LMH
Tony Kelman wrote: LMH molconn.com> writes: It looks like I need to point CMAKE_CXX_COMPILER_ID to clang, but I am not sure how to do that. I don't know if the problem is with the CMakeLists.txt file, the way I am calling cmake, or with my local cygwin configuration. Are you setting -DC

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.2

2016-07-26 Thread Ken Brown
On 7/26/2016 10:00 AM, Corinna Vinschen wrote: Hi Cygwin developers and maintainers, Hi everyone else, I uploaded a new Cygwin test release 2.6.0-0.2. Supposed to fix the problems reported in https://cygwin.com/ml/cygwin/2016-07/msg00274.html and followups. Confirmed. Thanks. Ken -- Prob

Re: httpd-2.4.23 notice "No slotmem from mod_heartmonitor"

2016-07-26 Thread Achim Gratz
faa.gov> writes: > Activating mod_slotmem_shm (as a shared module) resolved this issue and allowed httpd to start. However, > httpd now produces the following notice on (successful) startup: > > [Mon Jul 25 09:27:40.718810 2016] [lbmethod_heartbeat:notice] [pid 2345] AH02282: No slotmem fro

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread Marco Atzeri
On 26/07/2016 17:10, LMH wrote: Csaba Raduly wrote: Steps for building in a separate build directory: mkdir _build cd_build cmake .. Csaba I looked for the syntax for this when I first started. I assumed the the author put the CMakeLists.txt file in the right place. I almost never ha

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread LMH
Marco Atzeri wrote: On 26/07/2016 17:10, LMH wrote: Csaba Raduly wrote: Steps for building in a separate build directory: mkdir _build cd_build cmake .. Csaba I looked for the syntax for this when I first started. I assumed the the author put the CMakeLists.txt file in the right pla

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.2

2016-07-26 Thread Jim Reisert AD1C
I can also confirm the xdg menu problems are fixed. Thanks! -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.c

Re: problem building with cmake under cygwin (need clang)

2016-07-26 Thread Marco Atzeri
On 26/07/2016 18:52, LMH wrote: Marco Atzeri wrote: On 26/07/2016 17:10, LMH wrote: -- The C compiler identification is GNU 4.9.3 the current C Gnu compiler is 5.4.0 so you have not the latest setup -- Check for working CXX compiler: /usr/bin/clang -- broken CMake Error at /usr/share/cma

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.2

2016-07-26 Thread Corinna Vinschen
On Jul 26 11:09, Jim Reisert AD1C wrote: > I can also confirm the xdg menu problems are fixed. Thanks! Good news from both of you. Now for some testing of the new API...? :) Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer

Re: httpd-2.4.23 notice "No slotmem from mod_heartmonitor"

2016-07-26 Thread Dominic.R.Jones
>> Activating mod_slotmem_shm (as a shared module) resolved this issue and >> allowed httpd to start. However, httpd now produces the following notice >> on (successful) startup: >> >> [Mon Jul 25 09:27:40.718810 2016] [lbmethod_heartbeat:notice] [pid 2345] AH02282: No slotmem from mod_heartm

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.2

2016-07-26 Thread Ken Brown
On 7/26/2016 1:37 PM, Corinna Vinschen wrote: Now for some testing of the new API...? :) There seems to be a collation bug. Here's a test case, extracted from the emacs test suite: $ cat collation_test.c #include #include #include #include #include int main (void) { locale_t loc = n

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.1

2016-07-26 Thread Jim Reisert AD1C
On Tue, Jul 26, 2016 at 8:04 AM, Corinna Vinschen wrote: > Hopefully fixed in 2.6.0-0.2 which I just uploaded and announced. Yes, fixed, thanks. There are no dumb bugs, only the ones you don't find. -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.2

2016-07-26 Thread Denis Excoffier
> On 2016-07-26 16:00, Corinna Vinschen wrote: > > Hi Cygwin developers and maintainers, > Hi everyone else, > > > I uploaded a new Cygwin test release 2.6.0-0.2. > > Supposed to fix the problems reported in > https://cygwin.com/ml/cygwin/2016-07/msg00274.html and followups. > Hello, Is this

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.2

2016-07-26 Thread Corinna Vinschen
On Jul 26 15:30, Ken Brown wrote: > On 7/26/2016 1:37 PM, Corinna Vinschen wrote: > > Now for some testing of the new API...? :) > > There seems to be a collation bug. Here's a test case, extracted from the > emacs test suite: > > $ cat collation_test.c > #include > #include > #include > #inc

Strange behavior of cmd.exe when hammered with clear screen operations from Cygwin program.

2016-07-26 Thread Kaz Kylheku
The test program featured below works fine under the Cygwin console window. If executed from a cmd.exe console, strange things happen with the cmd.exe window. Suddenly, the window spontaneously resizes so that is taller than the desktop. A horizontal scrollbar may appear in it also, as well as an