<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — error when building, Temp directory]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=123</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=123&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in error when building, Temp directory.]]></description>
		<lastBuildDate>Thu, 25 Oct 2012 00:52:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: error when building, Temp directory]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=402#p402</link>
			<description><![CDATA[<p>The GNU Fortran compiler does seem to have serious issues with parentheses being present in paths.&nbsp; I had not heard about this issue before.&nbsp; I&#039;ll look into a more general solution, but John&#039;s fix does seem to work wonderfully.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Thu, 25 Oct 2012 00:52:58 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=402#p402</guid>
		</item>
		<item>
			<title><![CDATA[Re: error when building, Temp directory]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=401#p401</link>
			<description><![CDATA[<p>thanks John, didn&#039;t know this tool, I&#039;ll use it if any other trouble comes out!</p><p>given some try, at last, I can say that the problem was not caused by the whitespace character, but from the bracket: &#039;(&#039;</p><p>the solution is to have paths not containing such characters</p>]]></description>
			<author><![CDATA[null@example.com (ZeroMemory)]]></author>
			<pubDate>Wed, 24 Oct 2012 14:31:59 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=401#p401</guid>
		</item>
		<item>
			<title><![CDATA[Re: error when building, Temp directory]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=400#p400</link>
			<description><![CDATA[<p>Strong recommendation:</p><p>1.&nbsp; Download a copy of &#039;Visual Subst&#039; from <a href="http://www.netwind.com">www.netwind.com</a><br />2.&nbsp; Run it.&nbsp; Create virtual drives called (say) G:\ and F:\ where<br />&nbsp; &nbsp; &nbsp;G:\ represents the&nbsp; full pathname to Simply Fortran<br />&nbsp; &nbsp; &nbsp;(mine is in C:\Program Files (x86)\FORTRAN\SF\)<br />&nbsp; &nbsp; &nbsp;F:\ represents the&nbsp; full pathname to your SF projects<br />&nbsp; &nbsp; &nbsp;(mine is D:\JWasilewski\DEV\Fortran\)<br />&nbsp; &nbsp; &nbsp;Create any other virtual drives you need (eg to temp)<br />3.&nbsp; Tell SF the new much shorter pathnames to SF and<br />&nbsp; &nbsp; &nbsp;to your Fortran projects.<br />4.&nbsp; Use the SF -&gt; Toolbox menu and configure a VSubst tool<br />&nbsp; &nbsp; &nbsp;to switch on the above after any reboot.<br />---- <br />John</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Tue, 23 Oct 2012 22:11:12 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=400#p400</guid>
		</item>
		<item>
			<title><![CDATA[Re: error when building, Temp directory]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=399#p399</link>
			<description><![CDATA[<p>ok, I&#039;ve created two directories:</p><p>D:\aaa<br />D:\bbb</p><p>and I&#039;ve set them as the temporary directories for Windows, now everything goes fine! It seems like the problems are caused by the whitespace characters in the path of the temporary directory, or actually in its name. Dunno, anyway it&#039;s not a big deal, it&#039;s just a matter of renaming</p><p>&quot;D:\Temp (Win)&quot; to &quot;D:\Temp(Win)&quot;<br />and<br />&quot;D:\Temp (User)&quot; to &quot;D:\Temp(User)&quot;</p><p>and setting them as the temp directories in the OS environment variables...</p><p>hope this helps!</p>]]></description>
			<author><![CDATA[null@example.com (ZeroMemory)]]></author>
			<pubDate>Tue, 23 Oct 2012 19:57:47 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=399#p399</guid>
		</item>
		<item>
			<title><![CDATA[error when building, Temp directory]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=398#p398</link>
			<description><![CDATA[<p>Hello,</p><p>I&#039;ve just installed SimplyFortran for the first time, version 1.33, Windows XP. The installation goes fine, and SF startups without any problem. So I&#039;ve chosen to create the &quot;hello world&quot; example, but when I invoke the compilation from Buld-&gt;Build Now! I get the following error in the &quot;build status&quot; panel:</p><p>==============================================================================<br />&quot;D:\TEMP&quot; non  riconosciuto come comando interno o esterno,<br /> un programma eseguibile o un file batch.</p><p>* Complete *</p><p>wich is the typical error returned by cmd.exe when you enter an unknown command.<br />(translated it is: &quot;&quot;D:\TEMP&quot; is not recognized as an internal or external command, an executable program or a batch file&quot;)</p><p>Now, in my system I have two partitions:</p><p>C: (WinXP and programs)<br />D: (Data)</p><p>After installing WinXP I did set the OS environment variables for the user TEMP directory from &quot;C:\Documents and settings\...\Temp&quot; to &quot;D:\Temp (User)&quot;, and the system TEMP directory from &quot;C:\Windows\Temp&quot; to &quot;D:\Temp (Win)&quot;.<br />SimplyFortran is installed in the standard &quot;C:\program files\Simply Fortran&quot; path, as I haven&#039;t changed any option during the installation, everything was left to the default.<br />So the TEMP directory resides on a different partition than where Win and SimplyFortran are installed, and its name contains a whitspace character. What&#039;s strange in there is that the error returned names &quot;D:\TEMP&quot;, but it should have been &quot;D:\Temp (User)&quot;...and D:\TEMP doesn&#039;t even exist!</p><p>I&#039;ve explored both the IDE options and the project options looking for the directories, but every one is &quot;C:\program files\Simply Fortran\ecc.&quot;, and none of them lists anything like &quot;D:\*&quot;.</p><p>Surely it&#039;s something simple I am missing, thank you in advance!</p>]]></description>
			<author><![CDATA[null@example.com (ZeroMemory)]]></author>
			<pubDate>Tue, 23 Oct 2012 18:39:53 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=398#p398</guid>
		</item>
	</channel>
</rss>
