<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — XCode tools required - what size?]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=894&amp;type=atom" />
	<updated>2023-05-04T01:38:31Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=894</id>
		<entry>
			<title type="html"><![CDATA[Re: XCode tools required - what size?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4104#p4104" />
			<content type="html"><![CDATA[<p>Well, that was interesting. I copied stats to a note file - the available space on my disk. Then I deleted XCode - it showed hundreds of files being deleted. But after all that - checking GetInfo, the available space on the HD remained the same.</p><p>Then I ran your script on the terminal app and it said the development tools were already installed - probably because of a previous Python install or some such. I am NOT a fan of hidden files and &quot;keeping things simple for the user&quot;. Too many activities going on behind the scenes. I was able to download the latest AppleSilicon SF and on the older machine, the latest INTEL version.</p><p>But I ran into trouble there just trying to open the .dmg. So ... the usual tech support mantra - I rebooted both machines and lo-n-behold things started working again. A file designated Read/Write that would let me open it (fortran tutorial .pdf) would now open, etc.</p><p>It&#039;s becoming more like witchcraft with every Apple update.&nbsp; Thankfully, Simply Fortran is pretty darn&#039;ed solid.</p>]]></content>
			<author>
				<name><![CDATA[designer]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3903</uri>
			</author>
			<updated>2023-05-04T01:38:31Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4104#p4104</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: XCode tools required - what size?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4102#p4102" />
			<content type="html"><![CDATA[<p>The vast amount of space used by Apple&#039;s development tools is unfortunate, and I&#039;m not disagreeing with you at all concerning our requiring them.&nbsp; While many of Apple&#039;s tools are &quot;open-source,&quot; they tend to be so in theory only.&nbsp; We&#039;ve tried to package a linker in the past with Simply Fortran for macOS, but it was needlessly complicated to compile.&nbsp; Furthermore, modern macOS releases don&#039;t include a linkable system library; one needs the full suite of their development tools for access to the linkable stubs for the system library.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2023-05-03T12:12:39Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4102#p4102</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: XCode tools required - what size?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4101#p4101" />
			<content type="html"><![CDATA[<p>Thank you for your prompt reply. Yes, it&#039;s the &quot;Command Line Developer Tools&quot; I was referring to.<br />I&#039;ll delete XCode, check the size of the main drive to see if I get back my 26GBs, then from the terminal command line I&#039;ll type xcode-select --install and check the drive size again.</p><p>I have homebrew installed (for envpy stuff), but the terminal world&#039;s vocabulary and commands are foreign to me. I would not run Simply Fortran from the terminal app.</p><p>If I run into trouble, I&#039;ll just reinstall Xcode. I moved from a 128GB mini to a 512GB so that&nbsp; 26GB Xcode footprint isn&#039;t that big a deal. It&#039;s just the principle of the thing.</p>]]></content>
			<author>
				<name><![CDATA[designer]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3903</uri>
			</author>
			<updated>2023-05-02T17:48:34Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4101#p4101</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: XCode tools required - what size?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4100#p4100" />
			<content type="html"><![CDATA[<p>Simply Fortran absolutely does not require XCode to work.&nbsp; It actually only requires the Command Line Developer Tools in order to access Apple&#039;s linker, the development libraries, and some source control tools.&nbsp; You shouldn&#039;t have to install XCode (I certainly don&#039;t have it installed on my modern Intel Mac or Apple Silicon Mac) to run Simply Fortran.&nbsp; You can simply enter the following command in any terminal:</p><div class="codebox"><pre><code>xcode-select --install</code></pre></div><p>One issue, however, is that Apple&#039;s utility for installing the Command Line Developer Tools is notoriously flaky, especially if you&#039;ve recently upgraded your operating system, and sometimes the simplest fix is just to install XCode.</p><p>If you install Homebrew after removing XCode, it should also trigger the Command Line Developer Tools installation, which is all Simply Fortran needs.</p><p>I assume, by &quot;path issues,&quot; you&#039;re referring to Apple&#039;s change that moves the system development libraries to a non-standard (for Unix) location.&nbsp; We attempt to account for that in our Development Terminal by setting an environment variable, <em>SDKROOT</em>, to the appropriate path.&nbsp; But if you open an arbitrary terminal and attempt to use Simply Fortran&#039;s compiler, you will have to set the path to Simply Fortran&#039;s package directory and the <em>SDKROOT</em> environment variable appropriately.&nbsp; The system library location is a decision by Apple, not us.&nbsp; </p><p>I&#039;m not sure how much space the Command Line Developer Tools and the requisite software development kits take up.&nbsp; It isn&#039;t a trivial amount of space, though.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2023-05-02T17:00:39Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4100#p4100</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[XCode tools required - what size?]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=4099#p4099" />
			<content type="html"><![CDATA[<p>It just galls me to have to install XCode at 26GB in order to have the toolset needed for Simply Fortran. SF isn&#039;t the only app that needs them. I think Python needs them installed too.</p><p>We chatted about installing the tools many posts back but I haven&#039;t found that post to review it. Maybe it was just an email.</p><p>Can I delete XCode and install the required tools with HomeBrew just the terminal app and save gigabytes of space?</p><p>My concern is all the pathname shenanigans I deal with using the terminal app. For example, I saw a YouTube that showed the command needed to install the tools via the Terminal app - I&#039;ll have to re-find it. If I install it that way, will Simply Fortran be able to find/use them as needed? No &quot;path&quot; issues?</p><p>If XCode weighs in at 26GB, how much would I save by just installing the toolset Simply Fortran (and other apps) need?</p>]]></content>
			<author>
				<name><![CDATA[designer]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3903</uri>
			</author>
			<updated>2023-05-02T16:01:29Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=4099#p4099</id>
		</entry>
</feed>
