<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — Error(E32): Opening file (Makefile): No such file or directory]]></title>
	<link rel="self" href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=268&amp;type=atom" />
	<updated>2013-11-12T14:41:32Z</updated>
	<generator>PunBB</generator>
	<id>http://forums.approximatrix.com/viewtopic.php?id=268</id>
		<entry>
			<title type="html"><![CDATA[Re: Error(E32): Opening file (Makefile): No such file or directory]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1068#p1068" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-11-12T14:41:32Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1068#p1068</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error(E32): Opening file (Makefile): No such file or directory]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1066#p1066" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[muriel blanc]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3493</uri>
			</author>
			<updated>2013-11-12T13:36:36Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1066#p1066</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Error(E32): Opening file (Makefile): No such file or directory]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1065#p1065" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2013-11-12T12:26:49Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1065#p1065</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Error(E32): Opening file (Makefile): No such file or directory]]></title>
			<link rel="alternate" href="http://forums.approximatrix.com/viewtopic.php?pid=1064#p1064" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[muriel blanc]]></name>
				<uri>http://forums.approximatrix.com/profile.php?id=3493</uri>
			</author>
			<updated>2013-11-12T08:43:03Z</updated>
			<id>http://forums.approximatrix.com/viewtopic.php?pid=1064#p1064</id>
		</entry>
</feed>
