<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Unable to build a program.]]></title>
		<link>https://forums.approximatrix.com/viewtopic.php?id=20</link>
		<atom:link href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=20&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Unable to build a program..]]></description>
		<lastBuildDate>Sat, 28 May 2011 20:45:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Unable to build a program.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=72#p72</link>
			<description><![CDATA[<p>In case this helps, all of the following works very well for me:</p><p>I have installed Simply Fortran in:<br />C:\Program files (x86)\Fortran\Simply Fortran&nbsp; <br />(I also have other Fortran compilers in there)</p><p>My two current projects are called &#039;ioLib&#039; and &#039;InStruct&#039;<br />They are located in:<br />c:\Users\JWasilewski\Documents\Dev\Fortran\GNU\ioLIB<br />c:\Users\JWasilewski\Documents\Dev\Fortran\GNU\InStruct</p><p>To shorten the pathnamse, I use a neat Widows utility called &quot;Visual Subst&quot; (freely downloadable) to map two virtual drives as <br />&quot;F:\&quot;&nbsp; mapped to C:\Program files (x86)\Fortran\Simply Fortran<br />&quot;G:\&quot; mapped to c:\Users\JWasilewski\Documents\Dev\Fortran\GNU\</p><p>In Simply Fortran I right-clicked on &#039;Project&#039; then selected &quot;Add file(s)..&quot;, and added all my source files.</p><p>Everything works perfectly. </p><p>I hope Mr/Miss &quot;sugarbr0wn&quot; manages to get it going.<br />It is such an uncomfortable feeling writing a message to someone who won&#039;t say who he or she is.<br />--- <br />John</p>]]></description>
			<author><![CDATA[null@example.com (JohnWasilewski)]]></author>
			<pubDate>Sat, 28 May 2011 20:45:42 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=72#p72</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to build a program.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=71#p71</link>
			<description><![CDATA[<p>If you wouldn&#039;t mind, could you post the Makefile to the forum or email it to support@approximatrix.com?&nbsp; To view the Makefile, right click on the project tree and select &quot;View Makefile...&quot;</p><p>I&#039;m not exactly sure what you mean by &quot;installed the program to a directory that not was the default,&quot; but, hopefully, the issue is minor.&nbsp; Any additional details might also help.&nbsp; For example, what was the filename of the file you added to the project?&nbsp; Where did you save the project file?</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 27 May 2011 01:09:45 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=71#p71</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to build a program.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=70#p70</link>
			<description><![CDATA[<p>I downloaded the latest version (1.16), I saved the file, I added it to the project, I installed the program to a directory that not was the default, and also I checked the option: always regenerate makefile; and I have the same problem that mike. Please help me!</p>]]></description>
			<author><![CDATA[null@example.com (sugarbr0wn)]]></author>
			<pubDate>Thu, 26 May 2011 22:18:24 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=70#p70</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to build a program.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=48#p48</link>
			<description><![CDATA[<p>There are a few possibilities to correct this.&nbsp; First, did you save the file?&nbsp; If so, make sure it has been added to the project.&nbsp; It should appear in the project panel on the left side of the screen.&nbsp; To add the file in the editor, you can right-click on the editor tab at the top of the screen and select &quot;Add Current to Project,&quot; which should place the file into the project tree.&nbsp; </p><p>If your file is currently part of the project and you continue to receive this error message, open the project options dialog by selecting &quot;Project...&quot; from the Options menu.&nbsp; Make sure that &quot;Always Regenerate Makefile&quot; is checked.&nbsp; This option forces Simply Fortran to regenerate the makefile every time a build is requested.&nbsp; </p><p>One last thing to check is that the file you created has a recognized extension.&nbsp; Simply Fortran recognizes most common Fortran extensions.&nbsp; I would suggest making sure it is either &quot;file.f&quot; or &quot;file.f90.&quot;</p><p>Hopefully one of these solutions works for you.&nbsp; If you&#039;re still having trouble, please post again and we&#039;ll sort the issue out.</p><p>Jeff Armstrong<br />Approximatrix, LLC</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Wed, 23 Mar 2011 02:38:35 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=48#p48</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to build a program.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=47#p47</link>
			<description><![CDATA[<p>I installed the new version 1.13. My program was: PRINT *, &#039;Hello&#039;&nbsp; &nbsp; &nbsp; &nbsp;STOP&nbsp; &nbsp; &nbsp; END<br />When I select build, I get this message: &quot;&quot;C:\Program Files (x86)\Simply Fortran\mingw\bin\gfortran.exe&quot;&quot; -o Project.exe -static -LC:/PROGRA~2/SIMPLY~1/mingw/lib/<br />gfortran.exe: no input files; unwilling to write output files<br />Error(E42): Last command making (Project.exe) returned a bad status<br />Error(E02): Make execution terminated</p><p>I am using Windows 7 64-bit. I typed my program statements directly into the Simply Fortran editor. From the above message, it appears that gfortran.exe thinks there are no input files.</p>]]></description>
			<author><![CDATA[null@example.com (Mike in Tennessee)]]></author>
			<pubDate>Tue, 22 Mar 2011 21:00:26 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=47#p47</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unable to build a program.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=45#p45</link>
			<description><![CDATA[<p>I realize I answered this same way via email, but I&#039;ll respond here as well to assist others.</p><p>Which version of Simply Fortran are you currently working with?&nbsp; This problem was common on 64-bit Windows in earlier versions, and could be solved by installing to a directory that was not the default (for example, C:\SimplyFortran).&nbsp; I was unaware of issues with paths in the current version, 1.12.&nbsp; If you currently have an older version, your problem might be solved by downloading the latest version from <a href="http://simplyfortran.com/download/">http://simplyfortran.com/download/</a>.&nbsp; If you&#039;re currently working with this latest version, let me know, and we can try some other things.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 11 Mar 2011 01:03:12 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=45#p45</guid>
		</item>
		<item>
			<title><![CDATA[Unable to build a program.]]></title>
			<link>https://forums.approximatrix.com/viewtopic.php?pid=44#p44</link>
			<description><![CDATA[<p>When I try to build my first program, Windows 7 does not recognize the long file name generated by Simply Fortran.&nbsp; See below for the example:</p><p>&quot;C:\Program Files (x86)\Simply Fortran\mingw\bin\gfortran.exe&quot; -o Project.exe&nbsp; -static -L&quot;C:/Program Files (x86)/Simply Fortran/mingw/lib/&quot; -L&quot;C:/Program Files (x86)/Simply Fortran/mingw/lib/w32api/&quot;<br />&#039;C:\Program&#039; is not recognized as an internal or external command,<br />operable program or batch file.</p>]]></description>
			<author><![CDATA[null@example.com (lowrimore)]]></author>
			<pubDate>Thu, 10 Mar 2011 05:47:33 +0000</pubDate>
			<guid>https://forums.approximatrix.com/viewtopic.php?pid=44#p44</guid>
		</item>
	</channel>
</rss>
