<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — error when building, Temp directory]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=123&amp;type=atom" />
	<updated>2012-10-25T00:52:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=123</id>
		<entry>
			<title type="html"><![CDATA[Re: error when building, Temp directory]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=402#p402" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2012-10-25T00:52:58Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=402#p402</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: error when building, Temp directory]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=401#p401" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZeroMemory]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=773</uri>
			</author>
			<updated>2012-10-24T14:31:59Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=401#p401</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: error when building, Temp directory]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=400#p400" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[JohnWasilewski]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=102</uri>
			</author>
			<updated>2012-10-23T22:11:12Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=400#p400</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: error when building, Temp directory]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=399#p399" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZeroMemory]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=773</uri>
			</author>
			<updated>2012-10-23T19:57:47Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=399#p399</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[error when building, Temp directory]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=398#p398" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZeroMemory]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=773</uri>
			</author>
			<updated>2012-10-23T18:39:53Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=398#p398</id>
		</entry>
</feed>
