Re: [PATCH setup] Fix Chinese Help Message fall in dead loop .

2024-03-29 Thread Jon Turney via Cygwin-apps
atch! Did you actually try this? When I tested this it didn't help, as std::string::substr() returns std::string::npos (numerically, -1), not 0 when it cannot find a match. So, I applied a slightly modified version of the patch. Please try https://cygwin.com/setup/setup-2.931-1-g0ee13c.x86_64.exe

Re: When displaying Chinese help information in Cygwin setup, the program does not respond. The code enters a dead loop.

2024-03-28 Thread Brian Inglis via Cygwin
On 2024-03-28 09:26, 赵伟 via Cygwin wrote: When displaying Chinese help information, the program does not respond. The code enters a dead loop in file "libgetopt++/include/getopt++/DefaultFormatter.h", because some Chinese help information does not contain spaces. diff --git a

Re: [PATCH setup] Fix Chinese Help Message fall in dead loop .

2024-03-28 Thread Brian Inglis via Cygwin-apps
On 2024-03-28 19:40, 赵伟 via Cygwin-apps wrote: --- libgetopt++/include/getopt++/DefaultFormatter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libgetopt++/include/getopt++/DefaultFormatter.h b/libgetopt++/include/getopt++/DefaultFormatter.h index ee2397f5..43c253a5 100644 ---

[PATCH setup] Fix Chinese Help Message fall in dead loop .??resend:last email has some format error.??

2024-03-28 Thread 赵伟 via Cygwin-apps
--- libgetopt++/include/getopt++/DefaultFormatter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libgetopt++/include/getopt++/DefaultFormatter.h b/libgetopt++/include/getopt++/DefaultFormatter.h index ee2397f5..43c253a5 100644 --- a/libgetopt++/include/getopt++/DefaultFormatter.h +++

[PATCH setup] Fix Chinese Help Message fall in dead loop .

2024-03-28 Thread 赵伟 via Cygwin-apps
--- libgetopt++/include/getopt++/DefaultFormatter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libgetopt++/include/getopt++/DefaultFormatter.h b/libgetopt++/include/getopt++/DefaultFormatter.h index ee2397f5..43c253a5 100644 --- a/libgetopt++/include/getopt++/DefaultFormatter.h +++

When displaying Chinese help information, the program does not respond. The code enters a dead loop.

2024-03-28 Thread 赵伟 via Cygwin
When displaying Chinese help information, the program does not respond. The code enters a dead loop in file "libgetopt++/include/getopt++/DefaultFormatter.h"??Because some Chinese help information does not contain spaces. diff --git a/libgetopt++/include/getopt++/DefaultFormatter.h b

When displaying Chinese help information, the program does not respond. The code enters a dead loop.

2024-03-28 Thread 赵伟 via Cygwin
When displaying Chinese help information, the program does not respond. The code enters a dead loop in file "libgetopt++/include/getopt++/DefaultFormatter.h"??Because some Chinese help information does not contain spaces. diff --git a/libgetopt++/include/getopt++/DefaultFormatter.h b

Re: Help with use of pgrep or pkill commands with full name options

2024-03-23 Thread Henry S. Thompson via Cygwin
J M via Cygwin writes: > Help with use of pgrep or pkill commands with full name options. > > I trying to use pgrep or pkill utility commands to find processes but using > the full path names, by example, find /usr/bin/bash (package procps-ng): > > Then, if I use pgrep -f /u

Re: Help with use of pgrep or pkill commands with full name options

2024-03-22 Thread Eliot Moss via Cygwin
On 3/22/2024 11:56 AM, J M via Cygwin wrote: Help with use of pgrep or pkill commands with full name options. I trying to use pgrep or pkill utility commands to find processes but using the full path names, by example, find /usr/bin/bash (package procps-ng): Then, if I use pgrep -f /usr/bin

Re: Help with use of pgrep or pkill commands with full name options

2024-03-22 Thread Brian Inglis via Cygwin
On 2024-03-22 09:56, J M via Cygwin wrote: Help with use of pgrep or pkill commands with full name options. I trying to use pgrep or pkill utility commands to find processes but using the full path names, by example, find /usr/bin/bash (package procps-ng): Then, if I use pgrep -f /usr/bin/bash

Help with use of pgrep or pkill commands with full name options

2024-03-22 Thread J M via Cygwin
Help with use of pgrep or pkill commands with full name options. I trying to use pgrep or pkill utility commands to find processes but using the full path names, by example, find /usr/bin/bash (package procps-ng): Then, if I use pgrep -f /usr/bin/bash, don't find nothing. Using pkill -f /usr

problems using luarocks in cygwin, please help...

2023-12-31 Thread Usmar Padow via Cygwin
hi, I am having trouble using luarocks in cygwin, it says that LUA_LIBDIR is not found when i invoke just luarocks(after I make installed it ofcourse) I think the following terminal commands will explain better than what I can explain in words...

Re: SINGULAR Help Needed

2023-11-29 Thread Brian Inglis via Cygwin
On 2023-11-28 21:36, Marco Atzeri via Cygwin wrote: On 29.11.2023 02:53, Brian Inglis via Cygwin wrote: On 2023-11-27 10:41, Marco Atzeri via Cygwin wrote: On 03.10.2023 11:10, Rambiz Khalili via Cygwin wrote: Since the SINGULAR forum has stopped operating, I do not know how to get help

Re: SINGULAR Help Needed

2023-11-28 Thread Marco Atzeri via Cygwin
On 29.11.2023 02:53, Brian Inglis via Cygwin wrote: On 2023-11-27 10:41, Marco Atzeri via Cygwin wrote: On 03.10.2023 11:10, Rambiz Khalili via Cygwin wrote: Since the SINGULAR forum has stopped operating, I do not know how to get help with regards to my programming problems. Please let me

Re: SINGULAR Help Needed

2023-11-28 Thread Brian Inglis via Cygwin
On 2023-11-27 10:41, Marco Atzeri via Cygwin wrote: On 03.10.2023 11:10, Rambiz Khalili via Cygwin wrote: Since the SINGULAR forum has stopped operating, I do not know how to get help with regards to my programming problems. Please let me know where I could direct my questions

Re: SINGULAR Help Needed

2023-11-27 Thread Marco Atzeri via Cygwin
On 03.10.2023 11:10, Rambiz Khalili via Cygwin wrote: Dear Madam or Sir, Since the SINGULAR forum has stopped operating, I do not know how to get help with regards to my programming problems. Please let me know where I could direct my questions to. Is there a dedicated google group out

SINGULAR Help Needed

2023-10-03 Thread Rambiz Khalili via Cygwin
Dear Madam or Sir, Since the SINGULAR forum has stopped operating, I do not know how to get help with regards to my programming problems. Please let me know where I could direct my questions to. Is there a dedicated google group out there, please? Best Regards Rambiz Khalili -- Problem reports

Re: REQUESTING FOR A HELP

2023-08-10 Thread cygwinautoreply--- via Cygwin
> Couldn't compute FAST_CWD pointer https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

REQUESTING FOR A HELP

2023-08-10 Thread Mphatso Tawakali via Cygwin
Couldn't compute FAST_CWD pointer -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Previously-functional Octave software routine now mysteriously failing - Please help!

2023-07-17 Thread Brian Inglis via Cygwin
On 2023-07-17 15:43, Takashi Yano via Cygwin wrote: On Mon, 17 Jul 2023 17:27:37 -0400 Bryan VanSchouwen wrote: Hello. I just tried performing a correlation matrix calculation with Cygwin's Octave software (having successfully performed this calculation previously on other similar data sets)

Re: Previously-functional Octave software routine now mysteriously failing - Please help!

2023-07-17 Thread Takashi Yano via Cygwin
On Mon, 17 Jul 2023 17:27:37 -0400 Bryan VanSchouwen wrote: > Hello. > > I just tried performing a correlation matrix calculation with > Cygwin's Octave software (having successfully performed this calculation > previously on other similar data sets) using the following commands within > Cygwin:

Previously-functional Octave software routine now mysteriously failing - Please help!

2023-07-17 Thread Bryan VanSchouwen via Cygwin
Hello. I just tried performing a correlation matrix calculation with Cygwin's Octave software (having successfully performed this calculation previously on other similar data sets) using the following commands within Cygwin: *(start of commands)* [vansc@LAPTOP-OHN2RCVM

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread ASSI via Cygwin
gh via Cygwin writes: > Currently, cygwin is in C:\cygwin, which I have moved to > C:\cygwin-bck. I then want to install in the now almost empty > C:\cygwin, but copying there the necessary config files so that > setup-x86_64.exe knows which packages to download. Create the new target directory

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread marco atzeri via Cygwin
On Thu, Jun 15, 2023 at 2:59 PM Dan Harkless via Cygwin wrote: > > On 6/15/2023 5:47 AM, marco atzeri via Cygwin wrote: > > On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote: > > > Currently, cygwin is in C:\cygwin, which I have moved to C:\cygwin-bck. I > > > then want to install in the now

RE: help needed - transition from 32bits to 64bits

2023-06-15 Thread gh via Cygwin
: cygwin@cygwin.com Subject: Re: help needed - transition from 32bits to 64bits On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote: > > Dear all, > > Sorry if this question was already answered somewhere in the FAQ. > > > > I am running a deprecated 32bits version, and wan

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread Dan Harkless via Cygwin
On 6/15/2023 5:47 AM, marco atzeri via Cygwin wrote: On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote: > Currently, cygwin is in C:\cygwin, which I have moved to C:\cygwin-bck. I then want to install in the now almost empty C:\cygwin, No need to rename the directory as the Cygwin 64 bit

Re: help needed - transition from 32bits to 64bits

2023-06-15 Thread marco atzeri via Cygwin
On Thu, Jun 15, 2023 at 12:15 PM gh via Cygwin wrote: > > Dear all, > > Sorry if this question was already answered somewhere in the FAQ. > > > > I am running a deprecated 32bits version, and want to switch to 64bits. > Install procedure is easy, but does not cover one thing : I > would like to

help needed - transition from 32bits to 64bits

2023-06-15 Thread gh via Cygwin
Dear all, Sorry if this question was already answered somewhere in the FAQ. I am running a deprecated 32bits version, and want to switch to 64bits. Install procedure is easy, but does not cover one thing : I would like to preserve the list of packages I have installed, and minimize the

Re: command please help me

2023-03-24 Thread Mark Hansen via Cygwin
On 3/24/2023 6:23 AM, blockold wolf uchiwa via Cygwin wrote: I don't know how to crack a .rar file please help me https://lmgtfy.app/#gsc.tab=0=RAR%20file%20extractor -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation

command please help me

2023-03-24 Thread blockold wolf uchiwa via Cygwin
I don't know how to crack a .rar file please help me -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-17 Thread Takashi Yano via Cygwin
On Fri, 17 Feb 2023 12:56:06 +0800 Yeo Kai Wei wrote: > Hi All, > > Thanks for the help. > > It works now. > > So, the 2 things that were required > > 1. Adding the '/' in front of the semaphore name so that Cygwin can > recognise it > > #define Semaphore

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-16 Thread Yeo Kai Wei via Cygwin
Hi All, Thanks for the help. It works now. So, the 2 things that were required 1. Adding the '/' in front of the semaphore name so that Cygwin can recognise it #define SemaphoreName "/mysemaphore" 2. Changing the if check from if(semptr == (void*) -1) to if(semptr == (sem_t*) 0

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-16 Thread Corinna Vinschen via Cygwin
Hi Kai, Apart from what Takashi already wrote, there's another bug in this code: On Feb 16 12:04, Yeo Kai Wei via Cygwin wrote: > #define ByteSize 512 > #define BackingFile "/shMemEx" > #define AccessPerms 0644 > #define SemaphoreName "mysemaphore" What

Re: [QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-16 Thread Takashi Yano via Cygwin
On Thu, 16 Feb 2023 12:04:01 +0800 Yeo Kai Wei wrote: > Hi All, > > Could I request for some help on some code? > > I ran into an error with semaphores with some book code using Cygwin on > Windows. > > The code will throw an error with sem_post(). > > I com

[QUERY] Help With Semaphore Error on Windows : Cygwin

2023-02-15 Thread Yeo Kai Wei via Cygwin
Hi All, Could I request for some help on some code? I ran into an error with semaphores with some book code using Cygwin on Windows. The code will throw an error with sem_post(). I compiled it with gcc -o memwriter memwriter.c -lrt -lpthread $ ./memwriter Shared memory address

Re: [PATCH htdocs] Align setup help text in FAQ with setup 2.919

2022-07-07 Thread Corinna Vinschen
On Jul 7 12:50, Christian Franke wrote: > Corinna Vinschen wrote: > > On Jul 7 12:08, Christian Franke wrote: > > > Not sure whether cygwin-patches is the correct list for this patch, > > > cygwin-htdocs is not mentioned in lists.html. > > The FAQ is part of the Cygwin source, just clone the

Re: [PATCH htdocs] Align setup help text in FAQ with setup 2.919

2022-07-07 Thread Christian Franke
. Of course, sorry for the noise. New patch attached. Thanks, Christian From ce7c1a55e903086141b9d2071afb0cb39f4c5b17 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Thu, 7 Jul 2022 12:40:11 +0200 Subject: [PATCH] winsup/doc/faq-setup.xml: align help text with setup 2.919 --- winsup/doc/faq

Re: [PATCH htdocs] Align setup help text in FAQ with setup 2.919

2022-07-07 Thread Corinna Vinschen
On Jul 7 12:08, Christian Franke wrote: > Not sure whether cygwin-patches is the correct list for this patch, > cygwin-htdocs is not mentioned in lists.html. The FAQ is part of the Cygwin source, just clone the repo and create the patch against winsup/doc/faq*.xml. Thanks, Corinna

[PATCH htdocs] Align setup help text in FAQ with setup 2.919

2022-07-07 Thread Christian Franke
setup help text in FAQ with setup 2.919 --- faq/faq.html | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/faq/faq.html b/faq/faq.html index ea3d0b58..9f6bddcf 100644 --- a/faq/faq.html +++ b/faq/faq.html @@ -139,11 +139,13 @@ For other options, search

Re: setup-*.exe --help default explanation re -D/-L options [Was: [ANNOUNCEMENT] Updated: setup (2.917)]

2022-02-06 Thread Jon Turney
the current help text accurately describe non-interactive mode. There are some cases in interactive mode which are obscure (e.g. '-M' without '-D' or '-L' gets you whatever mode you used last time without showing you what it was, but I'm not sure if that needs to be here. Ah, okay. I think I hit

Re: setup-*.exe --help default explanation re -D/-L options [Was: [ANNOUNCEMENT] Updated: setup (2.917)]

2022-02-03 Thread Andrey Repin
be explicitly requested by specifying both >> --download and --local-install. > Note that I tweaked the behaviour of this a bit in [1] > [1] > https://cygwin.com/git/?p=cygwin-apps/setup.git;a=commit;h=147fc15d0222e050779b18a209991c258d85944f > I think that makes the cu

Re: setup-*.exe --help default explanation re -D/-L options [Was: [ANNOUNCEMENT] Updated: setup (2.917)]

2022-02-01 Thread Adam Dinwoodie
last-action > > > Download,Install > > > > > > last-shortcut: > > > Desktop|StartMenu|none,... > > > > This reminded me of a bug report I've been meaning to properly > > characterise and report for a while, and also pointed me at a >

Re: setup-*.exe --help default explanation re -D/-L options [Was: [ANNOUNCEMENT] Updated: setup (2.917)]

2022-02-01 Thread Jon Turney
last-shortcut: Desktop|StartMenu|none,... This reminded me of a bug report I've been meaning to properly characterise and report for a while, and also pointed me at a workaround... Currently, running `setup-*.exe --help` produces output that includes the following: -D --download

setup-*.exe --help default explanation re -D/-L options [Was: [ANNOUNCEMENT] Updated: setup (2.917)]

2022-01-31 Thread Adam Dinwoodie
> last-action > Download,Install > > last-shortcut: > Desktop|StartMenu|none,... This reminded me of a bug report I've been meaning to properly characterise and report for a while, and also pointed me at a workaround... Currently, running `setup-*.exe --help`

Re: Help needed with wxWidgets3.1 tests compilation error

2022-01-21 Thread Hamish McIntyre-Bhatty
On 20/01/2022 20:38, Brian Inglis wrote: On 2022-01-20 10:10, Hamish McIntyre-Bhatty wrote: I've been having trouble compiling the unit tests for wxWidgets3.1-3.1.5 on Cygwin. The same tests build just fine on my Linux Mint 20.3 install, however that is using GCC 9.3.0 instead of Cygwin's

Re: Help needed with wxWidgets3.1 tests compilation error

2022-01-20 Thread Brian Inglis
On 2022-01-20 10:10, Hamish McIntyre-Bhatty wrote: I've been having trouble compiling the unit tests for wxWidgets3.1-3.1.5 on Cygwin. The same tests build just fine on my Linux Mint 20.3 install, however that is using GCC 9.3.0 instead of Cygwin's 11.2.0. Attached is the full build log, but

Help needed with wxWidgets3.1 tests compilation error

2022-01-20 Thread Hamish McIntyre-Bhatty
experience can help. Also of note, is that Cygwin is several times slower at compiling pretty much everything for me. Does anyone know if this is GCC 9 vs 11 speed, or running Cygwin in Windows 11 in KVM, or something else? I am running on AMD Ryzen 3000, if that has anything to do

Re: [PATCH] Cygwin: Fix configure help for --{en, dis}able-doc option.

2022-01-18 Thread Corinna Vinschen
On Jan 18 19:57, Jon Turney wrote: > Report '--disable-doc' in 'configure --help', as enable is the default. > --- > winsup/configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Sure. Thanks, Corinna

Re: Help with standalone samba SID-uid mapping

2022-01-17 Thread Chris Roehrig
u set `group: db' in /etc/nsswitch.conf, > by any chance? That did the trick. My nsswitch.conf was the default (no lines; only comments), but everything works great now once I change it to group: files Seems odd that changing it back to 'group: files db' causes the groups to revert to the

Re: Help with standalone samba SID-uid mapping

2022-01-17 Thread Corinna Vinschen
On Jan 14 11:57, Chris Roehrig wrote: > On Fri Jan 14 2022, at 2:04 AM, Corinna Vinschen > wrote: > > These look like your standard Windows SIDs, so they are your SIDs for > > users cristina and croehrig on Windows. They should show up as such in > > ls -l output, unless the SID is actuall

Re: Help with standalone samba SID-uid mapping

2022-01-14 Thread Chris Roehrig
On Fri Jan 14 2022, at 2:04 AM, Corinna Vinschen wrote: > On Jan 13 14:39, Chris Roehrig wrote: >> I'm trying to set up samba (standalone) following these instructions: >> https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-samba >> >> but I'm having no luck getting my samba

Re: Help with standalone samba SID-uid mapping

2022-01-14 Thread Corinna Vinschen
On Jan 13 14:39, Chris Roehrig wrote: > I'm trying to set up samba (standalone) following these instructions: > https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-samba > > but I'm having no luck getting my samba user/groups to appear correctly using > the comment field as

Help with standalone samba SID-uid mapping

2022-01-13 Thread Chris Roehrig
I'm trying to set up samba (standalone) following these instructions: https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-samba but I'm having no luck getting my samba user/groups to appear correctly using the comment field as described in the document. I'm using samba 4.13.14 on

Re: Need help with Cygwin issue

2022-01-11 Thread cygwinautoreply
/. If the problem > persists, > please see https://cygwin.com/problems.html >Any help towards resolution would be much appreciated. >Thanks and Regards, >Harish Jayaram >Dell EMC | SW Engineering >Internal Use - Confidential https://cygwin.com/faq.html#

Need help with Cygwin issue

2022-01-11 Thread Jayaram, Harish
persists, please see https://cygwin.com/problems.html Any help towards resolution would be much appreciated. Thanks and Regards, Harish Jayaram Dell EMC | SW Engineering Internal Use - Confidential -- Problem reports: https://cygwin.com/problems.html FAQ: https

Re: w3m displays blank help page

2021-12-29 Thread Marco Atzeri
On 30.12.2021 02:13, Gary Johnson wrote: On 2021-12-29, Ken Brown wrote: On 12/29/2021 4:44 PM, Gary Johnson wrote: So, I have a workaround for the problem, but I'd really like a proper fix, and there may be other users with this problem. w3m currently has no maintainer. Would you like to

Re: w3m displays blank help page

2021-12-29 Thread Gary Johnson
On 2021-12-29, Ken Brown wrote: > On 12/29/2021 4:44 PM, Gary Johnson wrote: > >So, I have > >a workaround for the problem, but I'd really like a proper fix, and > >there may be other users with this problem. > > w3m currently has no maintainer. Would you like to take over? Possibly. Let me

Re: w3m displays blank help page

2021-12-29 Thread Ken Brown
On 12/29/2021 4:44 PM, Gary Johnson wrote: So, I have a workaround for the problem, but I'd really like a proper fix, and there may be other users with this problem. w3m currently has no maintainer. Would you like to take over? Ken -- Problem reports: https://cygwin.com/problems.html

w3m displays blank help page

2021-12-29 Thread Gary Johnson
I recently installed the w3m package. When I tried to display the help page by typing "H", I got only a blank page with this message in the status line: ≪ ↑ ↓ Viewing No Line I did some poking around, ran w3m with strace, and found that w3m runs the script /usr/libexec/w

Re: Help with the prunepaths option with findutils updatedb locate

2021-12-10 Thread Keith Christian
Brian, Thanks very much for the prunepaths regexes, the /proc/filesystems output, mount command, and info and man command lines, and the suggestions for better posting. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: Help with the prunepaths option with findutils updatedb locate

2021-12-09 Thread Brian Inglis
On 2021-12-09 07:16, Keith Christian wrote: I'm trying to keep the many directories with "OneDrive" in the pathname out of the locatedb file, as I don't care to see them in locate's output, nor bloat the locatedb file. I'd appreciate any insight into the prunepaths option for the test case

Help with the prunepaths option with findutils updatedb locate

2021-12-09 Thread Keith Christian
Fellow Cygwin fans, I'm trying to keep the many directories with "OneDrive" in the pathname out of the locatedb file, as I don't care to see them in locate's output, nor bloat the locatedb file. I'd appreciate any insight into the prunepaths option for the test case below, (Line 10,) and how to

Re: Error encountered in Octave software - Please help!!

2021-09-16 Thread Takashi Yano via Cygwin
On Thu, 16 Sep 2021 15:44:06 -0400 Bryan VanSchouwen wrote: > I just tried performing an analysis in the Octave software (GNU Octave, > version 5.2.0), using the attached "dm" input file, and the following > commands: > load dm > cdmt = cor(dm.') > > However, I encountered the following error

Error encountered in Octave software - Please help!!

2021-09-16 Thread Bryan VanSchouwen via Cygwin
Hello. I just tried performing an analysis in the Octave software (GNU Octave, version 5.2.0), using the attached "dm" input file, and the following commands: load dm cdmt = cor(dm.') However, I encountered the following error message: error: 'cor' undefined near line 1 column 8 What is going

Re: Previously-functional gawk script now failing to execute - PLEASE HELP!!!

2021-09-15 Thread Brian Inglis
On 2021-09-15 15:11, Bryan VanSchouwen via Cygwin wrote: I just tried executing an old, previously-functional awk script using a version of gawk that I had downloaded last year, and a command of the following format (as recommended in a previous communication with the Cygwin mailing list): gawk

Re: Previously-functional gawk script now failing to execute - PLEASE HELP!!!

2021-09-15 Thread Lee via Cygwin
On 9/15/21, Bryan VanSchouwen via Cygwin wrote: > Hello. > > I just tried executing an old, previously-functional awk script using a > version of gawk that I had downloaded last year, and a command of the > following format (as recommended in a previous communication with the > Cygwin mailing

Previously-functional gawk script now failing to execute - PLEASE HELP!!!

2021-09-15 Thread Bryan VanSchouwen via Cygwin
Hello. I just tried executing an old, previously-functional awk script using a version of gawk that I had downloaded last year, and a command of the following format (as recommended in a previous communication with the Cygwin mailing list): gawk -vRS="\r\n" -f data_collect_e_-_FF_4-state.awk but

Re: Previously-functional gawk script now failing to execute - PLEASE HELP!!!

2021-09-15 Thread Eliot Moss
On 9/15/2021 5:11 PM, Bryan VanSchouwen via Cygwin wrote: Hello. I just tried executing an old, previously-functional awk script using a version of gawk that I had downloaded last year, and a command of the following format (as recommended in a previous communication with the Cygwin mailing

Re: Previously-functional gawk script now failing to execute - PLEASE HELP!!!

2021-09-15 Thread Bill Stewart
On Wed, Sep 15, 2021 at 3:11 PM Bryan VanSchouwen wrote: WHAT THE HECK IS GOING ON WITH THIS SOFTWARE?! > I don't know what the technical problem is, but I would politely point out: 1. Typing things in all caps is considered shouting 2. Shouting at the people who might be able to help

Previously-functional gawk script now failing to execute - PLEASE HELP!!!

2021-09-15 Thread Bryan VanSchouwen via Cygwin
Hello. I just tried executing an old, previously-functional awk script using a version of gawk that I had downloaded last year, and a command of the following format (as recommended in a previous communication with the Cygwin mailing list): gawk -vRS="\r\n" -f data_collect_e_-_FF_4-state.awk but

Help using Cygwin on AppVeyor by Apache thrift, any lucky guesses?

2021-08-05 Thread Mario Emmenlauer
Dear Cygwin community, I know that my report here is not super helpful, but I'm in a slightly tight spot, and hope that someone can help me with a lucky guess?! I'd like to improve the AppVeyor CI build for the Apache thrift project for Cygwin. Apache thrift builds and tests on Cygwin

Re: help please

2021-03-07 Thread cygwinautoreply--- via Cygwin
> 1 [main] john 2960 find_fast_cwd: WARNING: Couldn't compute FAST_CWD >pointer. Please report this problem to >the public mailing list cygwin@cygwin.com >Warning: detected hash type "whirlpool", but the string is also recognized >as "whirlpool0" >Use the "--format=whirlpool0" option to force

help please

2021-03-07 Thread COOL BLACKS via Cygwin
1 [main] john 2960 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com Warning: detected hash type "whirlpool", but the string is also recognized as "whirlpool0" Use the "--format=whirlpool0" option to force loading

Re: please help - "No Solution" - solves using astrometry.net

2021-03-06 Thread cygwinautoreply--- via Cygwin
>2021-03-07 00:07:43,891 - astrotortilla.LogFrame - INFO - Log level changed >to 'Debug' >2021-03-07 00:08:10,323 - astrotortilla - INFO - Connecting to camera... >2021-03-07 00:08:10,710 - astrotortilla - INFO - Exposing: 10.00 seconds >2021-03-07 00:08:10,755 - astrotortilla - INFO -

please help - "No Solution" - solves using astrometry.net

2021-03-06 Thread Mike
2021-03-07 00:07:43,891 - astrotortilla.LogFrame - INFO - Log level changed to 'Debug' 2021-03-07 00:08:10,323 - astrotortilla - INFO - Connecting to camera... 2021-03-07 00:08:10,710 - astrotortilla - INFO - Exposing: 10.00 seconds 2021-03-07 00:08:10,755 - astrotortilla - INFO - Exposing:

Help on Unsubscribing

2021-03-05 Thread Brian Inglis
s not work, then please try sending a blank email from your subscribed address to <mailto:cygwin-requ...@cygwin.com?subject=unsubscribe> as detailed in the 4KB of headers in each email you get from cygwin@cygwin.com. If that does not work you may get help by sending a blank email from your su

Fix to help novice users verify cygwin.com downloads

2021-03-02 Thread Bob
Hey I was searching for some articles about verifying files today and I came across this page: Cygwin FAQ (http://www.cygwin.com/faq.html) on your site. I noticed you recommend very thorough verification, using hashes and sigs. But usually the data file is downloaded much more than the hash

Re: Help with setting Cygwin's Emacs W32 TRAMP to WSL 1

2020-11-28 Thread Oleksandr Gavenko via Cygwin
On 2020-11-27, Eliot Moss wrote: > On 11/26/2020 3:38 PM, Oleksandr Gavenko via Cygwin wrote: > >> I believe that X server under Windows is only to write cool blog posts, that >> we are able to run "xterm" )) > > Not sure what you mean here. I run Cygwin's X server and run xterm/bash > windows

Re: Help with setting Cygwin's Emacs W32 TRAMP to WSL 1

2020-11-27 Thread Eliot Moss
On 11/26/2020 3:38 PM, Oleksandr Gavenko via Cygwin wrote: I believe that X server under Windows is only to write cool blog posts, that we are able to run "xterm" )) Not sure what you mean here. I run Cygwin's X server and run xterm/bash windows and Emacs that way. I was just indicating

Re: Help with setting Cygwin's Emacs W32 TRAMP to WSL 1

2020-11-26 Thread Oleksandr Gavenko via Cygwin
On 2020-11-26, Eliot Moss wrote: > Lacks UI? You can run X windows applications in WSL if you have the Cygwin X > server running :-) ... > then you get the X UI. I can certainly run xterm and emacs that way. > I don't need 2 Emacs instances around. Cygwin's Emacs W32 (with native W32 GUI

Re: Help with setting Cygwin's Emacs W32 TRAMP to WSL 1

2020-11-26 Thread Oleksandr Gavenko via Cygwin
On Thu, Nov 26, 2020 at 9:22 PM Oleksandr Gavenko wrote: > So Emacs tries to make some "smart" locking on dumb FS... Need to > waste another few hours to make Emacs work. > Found the problem: Emacs fails on its "unlock-buffer" call from emacs/src/filelock.c. Feature described here:

Re: Help with setting Cygwin's Emacs W32 TRAMP to WSL 1

2020-11-26 Thread Oleksandr Gavenko via Cygwin
On Thu, Nov 26, 2020 at 8:42 PM Henry S. Thompson wrote: > > Oleksandr Gavenko via Cygwin writes: > > > ... > > WSL1 files are "hidden" for regular access. > > I probably misunderstand, but I can see my WSL/Ubuntu files via this > path from Cygwin: > >

Re: Help with setting Cygwin's Emacs W32 TRAMP to WSL 1

2020-11-26 Thread Henry S. Thompson via Cygwin
Oleksandr Gavenko via Cygwin writes: > ... > WSL1 files are "hidden" for regular access. I probably misunderstand, but I can see my WSL/Ubuntu files via this path from Cygwin: /c/Users/ht/AppData/Local/Packages/CanonicalGroupLimited.../LocalState/rootfs ht -- Henry S. Thompson, School

Re: Help with setting Cygwin's Emacs W32 TRAMP to WSL 1

2020-11-26 Thread Eliot Moss
On 11/26/2020 10:18 AM, Oleksandr Gavenko via Cygwin wrote: > Still WSL 1 lacks UI and integrates less smoothly into my workflow > to replace Cygwin's amazing Emacs W32. Lacks UI? You can run X windows applications in WSL if you have the Cygwin X server running :-) ... then you get the X UI.

Help with setting Cygwin's Emacs W32 TRAMP to WSL 1

2020-11-26 Thread Oleksandr Gavenko via Cygwin
I'm using Cygwin for two reasons: mintty + Emacs w32. Nowadays WSL 1 has become important (vendors provide ready to work .deb packages, I use: Ansible + Google Cloud SDK, if name any). Still WSL 1 lacks UI and integrates less smoothly into my workflow to replace Cygwin's amazing Emacs W32.

Re: Help with emacs and VC++

2020-09-16 Thread Takashi Yano via Cygwin
On Wed, 16 Sep 2020 17:58:13 +0200 Andrea Venturoli wrote: > On 2020-09-11 19:40, Takashi Yano wrote: > > > Could you please try the latest snapshot? > > https://cygwin.com/snapshots/ > > > > This problem should be fixed. > > Thanks. > > Looks like this is solved. > > However, I'm getting

Re: Help with emacs and VC++

2020-09-16 Thread Andrea Venturoli via Cygwin
On 2020-09-11 19:40, Takashi Yano wrote: Could you please try the latest snapshot? https://cygwin.com/snapshots/ This problem should be fixed. Thanks. Looks like this is solved. However, I'm getting several messages like: "shared_info::initialize: size of shared memory region changed from

Re: Help with emacs and VC++

2020-09-11 Thread Takashi Yano via Cygwin
On Fri, 11 Sep 2020 19:35:21 +0200 Andrea Venturoli via Cygwin wrote: > Hello. > > I've got a project where I'm using Cygwin's emacs + GNU Make + VC++. > For some reason, it seems CL.exe colorizes or decorates its output and > Emacs does not understand this, so what I get is a lot of control

Help with emacs and VC++

2020-09-11 Thread Andrea Venturoli via Cygwin
Hello. I've got a project where I'm using Cygwin's emacs + GNU Make + VC++. For some reason, it seems CL.exe colorizes or decorates its output and Emacs does not understand this, so what I get is a lot of control codes (e.g. things like "^[[?25l Creatin^[[?25h^[[?25l") which make the output

cygwin.com, how to grow your ecommerce business. Can i help

2020-09-01 Thread Clark Thompson
more sales & enough search traffic. In general terms, auditing is a systematic examination of a concept, event or a result that is done in order to make smarter decision where you stand and how to grow your business or sales. In SEO world, auditing is a technique that will help you att

Re: Need help building gnu gettext 0.19.8.1 under cygwin

2020-08-11 Thread Marco Atzeri via Cygwin
On 11.08.2020 10:13, Selim Kırpıcı via Cygwin wrote: Hello friends, I am running into some linker problems while trying to build gettext. After configuring with no arguments and running make, after quite some time, I get this error: libtool: link: g++ -shared -nostdlib

Need help building gnu gettext 0.19.8.1 under cygwin

2020-08-11 Thread Selim Kırpıcı via Cygwin
Hello friends, I am running into some linker problems while trying to build gettext. After configuring with no arguments and running make, after quite some time, I get this error: libtool: link: g++ -shared -nostdlib /usr/lib/gcc/x86_64-pc-cygwin/9.3.0/crtbeginS.o

Re: Help needed with gobject-introspection

2020-08-01 Thread Jon Turney
On 01/08/2020 19:01, Ken Brown via Cygwin-apps wrote: No one has suggested a better fix, so I think we should get your fix into the distro.  It's not urgent, because harfbuzz still supports both autotools and meson, but they're encouraging packagers to move toward meson. I think the real

Re: Help needed with gobject-introspection

2020-08-01 Thread Ken Brown via Cygwin-apps
On 6/11/2020 5:39 PM, Jon Turney wrote: On 06/06/2020 15:15, Ken Brown via Cygwin-apps wrote: I think I might have bumped into another meson/introspection/pickling bug, this time in connection with harfbuzz.  The supported build system for harfbuzz is still autotools.  But they're planning

Re: help

2020-07-21 Thread Marco Atzeri via Cygwin
On 21.07.2020 18:47, Birane Koundoul wrote: Hello I have a model with the petri net (I use cpn tools 4.0) but it sometimes shows me errors like: 1. Error! exception subscript raised when checking enabling 2. cannot bind variable ... from large color-set 3. un-bound

Re: help

2020-07-21 Thread Csaba Raduly via Cygwin
Hi Birane, On Tue, 21 Jul 2020 at 18:50, Birane Koundoul wrote: > > Hello I have a model with the petri net (I use cpn tools 4.0) but it > sometimes shows me errors like: > >1. Error! exception subscript raised when checking enabling >2. cannot bind variable ... from large color-set

help

2020-07-21 Thread Birane Koundoul
Hello I have a model with the petri net (I use cpn tools 4.0) but it sometimes shows me errors like: 1. Error! exception subscript raised when checking enabling 2. cannot bind variable ... from large color-set 3. un-bound variable in output arc and what bothers me the most

Re: Help troubleshooting X

2020-06-16 Thread Marco Atzeri via Cygwin
On 16.06.2020 21:31, Randy Dawson via Cygwin wrote: Briefly: X starts a window, (does not matter fluxbox, gnome, or whatever startup). The mouse pointer does not show up. This all worked OK with this install at one time. And yes, I have removed and reinstalled several times, seems to work

Help troubleshooting X

2020-06-16 Thread Randy Dawson via Cygwin
Briefly: X starts a window, (does not matter fluxbox, gnome, or whatever startup). The mouse pointer does not show up. This all worked OK with this install at one time. And yes, I have removed and reinstalled several times, seems to work OK after a clean reinstall, but later quits working.

Re: Help needed with gobject-introspection

2020-06-12 Thread Jon Turney
On 12/06/2020 00:23, Ken Brown via Cygwin-apps wrote: On 6/11/2020 5:39 PM, Jon Turney wrote: [...] --- shlibs.py~  2018-02-11 23:15:03.0 + +++ shlibs.py   2020-06-11 22:28:07.901294700 +0100 @@ -62,7 +62,7 @@   if platform.system() == 'Darwin':   pattern =

  1   2   3   4   5   6   7   8   9   10   >