Re: iInstall denemo failed due to failure to configure qt5-qtbase
However, qt5-base still fails to install, even after installing 4.1 XCode and 4.1 CL.. On Tue, Nov 1, 2022 at 4:10 PM Kenneth Wolcott wrote: > > Thank you! > > "port diagnose" no longer complains! > > On Tue, Nov 1, 2022 at 3:48 PM Ryan Schmidt wrote: > > > > On Nov 1, 2022, at 17:46, Kenneth Wolcott wrote: > > > > > Very weird :-( > > > > > > xcode-select -p > > > /Library/Developer/CommandLineTools > > > > > > I can't find an Xocde.app on my machine *anywhere* :-( > > > > > > Guess I'll install yet again (SIGH*) > > > > > > Doesn't Xcode.app automatically get installed in the correct place? > > > How can I "nudge it" to install correctly? > > > > If you install it from the Mac App Store, it goes in /Applications. If you > > download it from the Apple Developer web site, then you have to put it > > where you want it after you decompress it. > > > >
Re: iInstall denemo failed due to failure to configure qt5-qtbase
Thank you! "port diagnose" no longer complains! On Tue, Nov 1, 2022 at 3:48 PM Ryan Schmidt wrote: > > On Nov 1, 2022, at 17:46, Kenneth Wolcott wrote: > > > Very weird :-( > > > > xcode-select -p > > /Library/Developer/CommandLineTools > > > > I can't find an Xocde.app on my machine *anywhere* :-( > > > > Guess I'll install yet again (SIGH*) > > > > Doesn't Xcode.app automatically get installed in the correct place? > > How can I "nudge it" to install correctly? > > If you install it from the Mac App Store, it goes in /Applications. If you > download it from the Apple Developer web site, then you have to put it where > you want it after you decompress it. > >
Re: iInstall denemo failed due to failure to configure qt5-qtbase
On Nov 1, 2022, at 17:46, Kenneth Wolcott wrote: > Very weird :-( > > xcode-select -p > /Library/Developer/CommandLineTools > > I can't find an Xocde.app on my machine *anywhere* :-( > > Guess I'll install yet again (SIGH*) > > Doesn't Xcode.app automatically get installed in the correct place? > How can I "nudge it" to install correctly? If you install it from the Mac App Store, it goes in /Applications. If you download it from the Apple Developer web site, then you have to put it where you want it after you decompress it.
Re: iInstall denemo failed due to failure to configure qt5-qtbase
Very weird :-( xcode-select -p /Library/Developer/CommandLineTools I can't find an Xocde.app on my machine *anywhere* :-( Guess I'll install yet again (SIGH*) Doesn't Xcode.app automatically get installed in the correct place? How can I "nudge it" to install correctly? Thanks, Ken Wolcott On Tue, Nov 1, 2022 at 3:17 PM Ryan Schmidt wrote: > > On Oct 29, 2022, at 18:56, Kenneth Wolcott wrote: > > > > So I downloaded and installed the XCode RC 2 and CL Tools R2.. > > > > Then > > > > port diagnose > > Error: The installed version of Xcode, none, is not supported by > > MacPorts. For your currently installed system, the following versions > > of Xcode are supported: 14.1 > > LaTeX: xcode-select --install > > xcode-select: error: command line tools are already installed, use > > "Software Update" in System Settings to install updates > > > > What does this mean? > > It means MacPorts cannot find your Xcode.app. > > Where is it? Is it at /Applications/Xcode.app? > > What does "xcode-select -p" print? Is it > "/Applications/Xcode.app/Contents/Developer"? If not, run "sudo xcode-select > -s /Applications/Xcode.app/Contents/Developer" to set it properly. (Replace > "/Applications/Xcode.app" with the actual path to your Xcode.app if it's > somewhere else.) >
Re: iInstall denemo failed due to failure to configure qt5-qtbase
On Oct 29, 2022, at 18:56, Kenneth Wolcott wrote: > > So I downloaded and installed the XCode RC 2 and CL Tools R2.. > > Then > > port diagnose > Error: The installed version of Xcode, none, is not supported by > MacPorts. For your currently installed system, the following versions > of Xcode are supported: 14.1 > LaTeX: xcode-select --install > xcode-select: error: command line tools are already installed, use > "Software Update" in System Settings to install updates > > What does this mean? It means MacPorts cannot find your Xcode.app. Where is it? Is it at /Applications/Xcode.app? What does "xcode-select -p" print? Is it "/Applications/Xcode.app/Contents/Developer"? If not, run "sudo xcode-select -s /Applications/Xcode.app/Contents/Developer" to set it properly. (Replace "/Applications/Xcode.app" with the actual path to your Xcode.app if it's somewhere else.)