Re: User information about macOS Mojave

2018-09-28 Thread Ces VLC
On Thu, Sep 27, 2018 at 12:17 PM Dominik Reichardt wrote: > > At least for command line building of things this will be a way to keep old xxode around. Well, on second thought, if you want to generate 32bit executables with the newest compilers, it should be possible to build LLVM 7.0 and use it

Re: User information about macOS Mojave

2018-09-28 Thread Thomas Bodlien
> > Well, on second thought, if you want to generate 32bit executables with the > newest compilers, it should be possible to build LLVM 7.0 and use it with > the MacOS 10.13 SDK. So, no need to be limited to older compiler versions. > And I think that's in fact what I'm going to do in Mojave. > >

Re: User information about macOS Mojave

2018-09-28 Thread Ces VLC
El El vie, 28 sept 2018 a las 18:50, Thomas Bodlien < creative-software-des...@t-online.de> escribió: > > But why? > What do you need 32-Bit Support for? I said it in a previous message: for testing purposes and code quality verification (yes, I can use a 32bit Linux VM for that, but I prefer to k

Re: User information about macOS Mojave

2018-09-28 Thread Dominik Reichardt
Am 28.09.2018 um 18:50 schrieb Thomas Bodlien : >> >> Well, on second thought, if you want to generate 32bit executables with the >> newest compilers, it should be possible to build LLVM 7.0 and use it with >> the MacOS 10.13 SDK. So, no need to be limited to older compiler versions. >> And I

Re: User information about macOS Mojave

2018-09-28 Thread Michael
On 2018-09-28, at 9:50 AM, Thomas Bodlien wrote: > But why? > What do you need 32-Bit Support for? Wine is probably the best example of a 32 bit only port right now. --- Entertaining minecraft videos http://YouTube.com/keybounce

Re: User information about macOS Mojave

2018-09-28 Thread Ryan Schmidt
On Sep 28, 2018, at 13:20, Michael wrote: > On 2018-09-28, at 9:50 AM, Thomas Bodlien wrote: > >> But why? >> What do you need 32-Bit Support for? > > Wine is probably the best example of a 32 bit only port right now. Wine isn't 32-bit only; it's universal. And with a few changes to the Port

Installation of Macports appears to be corrupted.

2018-09-28 Thread Anand Pathak Sharma
Hi everyone! I cannot figure out what and how happened to cause this issue but today, out of the perceived blue, I found that my local nginx/mysql servers installed via macports have stopped working. I have a feeling this may be related to the user/group ownership of the files in question. I

Re: Installation of Macports appears to be corrupted.

2018-09-28 Thread Ryan Schmidt
On Sep 28, 2018, at 21:10, Anand Pathak Sharma wrote: > Hi everyone! > > I cannot figure out what and how happened to cause this issue but today, out > of the perceived blue, I found that my local nginx/mysql servers installed > via macports have stopped working. I have a feeling this may be

Re: Installation of Macports appears to be corrupted.

2018-09-28 Thread Anand Sharma
Hi! Thanks for your assistance! This was indeed the problem. Walking from root onwards to: /opt/local/var/macports/sources I discovered that: /opt/local somehow over the course over the last few days had its permissions set to: rwxr-x--- Changing this to: rwxr-xr-x Fixed the problem. I ho