Re: compiling ArcticFox on 10.11 - atomic not found, cxx11

2023-04-15 Thread Ken Cunningham
$ cat atomic.cxx #include int main(void) { return (0); } $ clang++-mp-9.0 -stdlib=libstdc++ atomic.cxx atomic.cxx:1:10: fatal error: 'atomic' file not found #include ^~~~ 1 error generated. $ clang++-mp-9.0 -stdlib=macports-libstdc++ atomic.cxx h$ clang++-mp-9.0 -stdlib=libc++ atomi

Re: off-topic question: Apple open command and/or apps in /Applications are half-broken now

2023-04-15 Thread Kenneth Wolcott
Hi Richard; Thank you so much for your very helpful assistance. Between what your wrote and the article you referred me to, I did the following command, which seemed to work for Preview and Reader apps, but not Highlight (another pdf app), I'm not sure why. I will continue to experiment and ap

Re: off-topic question: Apple open command and/or apps in /Applications are half-broken now

2023-04-15 Thread Richard L. Hamilton
> On Apr 15, 2023, at 15:57, Kenneth Wolcott wrote: > > Hi; > > off-topic question: Apple open command and/or apps in /Applications > are half-broken now > > I'm asking the question here because I think that there are lots of > people who might know either the answer to my question and/or can

Re: off-topic question: Apple open command and/or apps in /Applications are half-broken now

2023-04-15 Thread Kenneth Wolcott
Hi; I tried open with a specific pdf file, without -F and without -a, and it eventually opened Preview with an error message that didn't make sense to me (insufficient permissions for reading for a file which I had specified a couple of hours previously, it was 644), but when I clicked ok to pro

Re: off-topic question: Apple open command and/or apps in /Applications are half-broken now

2023-04-15 Thread chilli.names...@gmail.com
What happens with /usr/bin/open some_file.pdf ? > On Apr 15, 2023, at 15:57, Kenneth Wolcott wrote: > > Hi; > > off-topic question: Apple open command and/or apps in /Applications > are half-broken now > > I'm asking the question here because I think that there are lots of > people who mig

off-topic question: Apple open command and/or apps in /Applications are half-broken now

2023-04-15 Thread Kenneth Wolcott
Hi; off-topic question: Apple open command and/or apps in /Applications are half-broken now I'm asking the question here because I think that there are lots of people who might know either the answer to my question and/or can help me find the answer by describing my problem more accurately/precis

compiling ArcticFox on 10.11 - atomic not found, cxx11

2023-04-15 Thread Riccardo Mottola via macports-users
Hi, I have issues compiling ArcticFox on 10.11. I think I have some issues with compilers and C++ versions. I got a used macbook since the other one with 10.13 has a fried GPU ans inconvenient to use. On 10.7, where I regularly build, I can use MacPorts clang 6 without any issues or addition