Re: [Jgeneral] requiring regex on Mac M1 produces a security error

2022-08-30 Thread chris burke
OK, I will make that change. On Tue, Aug 30, 2022 at 1:38 PM Norman Drinkwater wrote: > > Ah, didn't realize that. We should replace the contents of > macos-fix.command with > xattr -rc * > > That should fix the problem. > > On Tue, Aug 30, 2022 at 3:21 PM chris burke wrote: > > > I am a little

Re: [Jgeneral] requiring regex on Mac M1 produces a security error

2022-08-30 Thread Norman Drinkwater
Ah, didn't realize that. We should replace the contents of macos-fix.command with xattr -rc * That should fix the problem. On Tue, Aug 30, 2022 at 3:21 PM chris burke wrote: > I am a little puzzled by this. Regex is part of the base installation, > not an addon. Jd has its own copy of regex

Re: [Jgeneral] requiring regex on Mac M1 produces a security error

2022-08-30 Thread chris burke
I am a little puzzled by this. Regex is part of the base installation, not an addon. Jd has its own copy of regex for historical reasons, but this should not be needed by tgsjo. Is it that the macos-fix.command should also call xattr on tools/regex/libjpcre2.dylib? On Tue, Aug 30, 2022 at 1:04

Re: [Jgeneral] requiring regex on Mac M1 produces a security error

2022-08-30 Thread Norman Drinkwater
Downloads that use curl to retrieve the file (like package manager) shouldn’t have this issue. If you download a file with a web browser, you’ll need to run xattr from a terminal to clear the extended attribute for the file. See here:

[Jgeneral] requiring regex on Mac M1 produces a security error

2022-08-30 Thread Brian Schott
I just received a notice from a person wishing to load '/Users/xxx/j/j903/addons/zerowords/tgsjo' that the regex addon and is not working (see the quoted excerpt below of the person's message). I can confirm the error message and am able to overcome the problem by employing System