<?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(E32): Opening file (Makefile): No such file or directory]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=268</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=268&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Error(E32): Opening file (Makefile): No such file or directory.]]></description>
		<lastBuildDate>Tue, 12 Nov 2013 14:41:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Error(E32): Opening file (Makefile): No such file or directory]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=1068#p1068</link>
			<description><![CDATA[<p>Would you mind emailing your project file (ending in .prj) to me at <a href="mailto:jeffrey.armstrong@approximatrix.com">jeffrey.armstrong@approximatrix.com</a>?&nbsp; I&#039;d like to sort out why you&#039;re getting the error.&nbsp; I don&#039;t need any of your source files, so there is no need to include those.</p><p>Also, which version of Simply Fortran are you working with?</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 12 Nov 2013 14:41:32 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=1068#p1068</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error(E32): Opening file (Makefile): No such file or directory]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=1066#p1066</link>
			<description><![CDATA[<p>full path project directory :<br />D:\B-Logiciels\A-Developpement-TERESE\Terese 2.1.6 - F95\sources</p><p>the project, and the&nbsp; fortran &#039;s file are in this directory<br />the&nbsp; makefile is created in this directory...</p>]]></description>
			<author><![CDATA[null@example.com (muriel blanc)]]></author>
			<pubDate>Tue, 12 Nov 2013 13:36:36 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=1066#p1066</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error(E32): Opening file (Makefile): No such file or directory]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=1065#p1065</link>
			<description><![CDATA[<p>The makefile should be created in the same directory as your project.&nbsp; If you&#039;ve created a project, added your <em>../sources/example.f90</em> source file to it, and clicked &quot;Build Now!&quot; in the Build menu, a makefile should be created in that same directory as your project.&nbsp; I would suggest using Windows Explorer to navigate to that directory to see if there is anything odd about the location (I&#039;m guessing there isn&#039;t, though).</p><p>If you could tell us the full path to your project file, it would be helpful.&nbsp; There could be a path-related bug in Simply Fortran.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 12 Nov 2013 12:26:49 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=1065#p1065</guid>
		</item>
		<item>
			<title><![CDATA[Error(E32): Opening file (Makefile): No such file or directory]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=1064#p1064</link>
			<description><![CDATA[<p>Sorry for my english (i&#039;m French...)<br />My problem is :</p><p>&quot;Open Watcom Make Version 1.9 (Built on Feb&nbsp; 4 2013)<br />Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved.<br />Source code is available under the Sybase Open Watcom Public License.<br />See <a href="http://www.openwatcom.org/">http://www.openwatcom.org/</a> for details.<br />Error(E32): Opening file (Makefile): No such file or directory<br />Error(E02): Make execution terminated &quot;</p><p>and the makefile is :</p><p># Automagically generated by Approximatrix Simply Fortran<br />#<br />FC=&quot;C:\Program Files (x86)\Simply Fortran\mingw-w64\bin\gfortran.exe&quot;<br />CC=&quot;C:\Program Files (x86)\Simply Fortran\mingw-w64\bin\gcc.exe&quot;<br />AR=&quot;C:\Program Files (x86)\Simply Fortran\mingw-w64\bin\ar.exe&quot;<br />TOUCH=&quot;C:\Program Files (x86)\Simply Fortran\fwin\wtouch.exe&quot;<br />WRC=&quot;C:\PROGRA~2\SIMPLY~1\MINGW-~1\bin\windres.exe&quot;<br />RM=del</p><p>IDIR=<br /># -I error: Directory C:\Program Files (x86)\Simply Fortran\mingw-w64\include\ does not exist<br /># -I error: Directory \32\include does not exist</p><p>LDIR=-LC:/PROGRA~2/SIMPLY~1/MINGW-~1/lib/ <br /># -L error: Directory \32\lib does not exist</p><br /><p>SPECIALFLAGS=-g -m32 $(IDIR)</p><p>RCFLAGS=-O coff -F pe-i386</p><p>PRJ_FFLAGS=<br />PRJ_CFLAGS=<br />PRJ_LFLAGS=</p><p>FFLAGS=$(SPECIALFLAGS)&nbsp; $(PRJ_FFLAGS) -J&quot;D:/B-Logiciels/A-Developpement-TERESE/Terese 2.1.6 - F95/sources&quot; </p><p>CFLAGS=-g -m32&nbsp; $(IDIR) $(PRJ_CFLAGS)</p><p>&quot;..\sources\example.o&quot;: &quot;.\example.f90&quot;<br />&nbsp; &nbsp; $(FC) -c -o &quot;..\sources\example.o&quot; $(FFLAGS) &quot;.\example.f90&quot;</p><p>clean: .SYMBOLIC<br />&nbsp; &nbsp; $(RM) &quot;..\sources\example.o&quot;<br />&nbsp; &nbsp; $(RM) &quot;example.exe&quot;</p><p>&quot;example.exe&quot;:&nbsp; &quot;..\sources\example.o&quot;<br />&nbsp; &nbsp; $(FC) -o &quot;example.exe&quot; -static -m32 &quot;..\sources\example.o&quot; $(LDIR) $(PRJ_LFLAGS)</p><p>all: &quot;example.exe&quot; .SYMBOLIC</p><p>can you help me to find the good directory for the make file...</p><p>Thank you....</p>]]></description>
			<author><![CDATA[null@example.com (muriel blanc)]]></author>
			<pubDate>Tue, 12 Nov 2013 08:43:03 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=1064#p1064</guid>
		</item>
	</channel>
</rss>
