<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Approximatrix Forums — Problem with compiling]]></title>
		<link>http://forums.approximatrix.com/viewtopic.php?id=784</link>
		<atom:link href="http://forums.approximatrix.com/extern.php?action=feed&amp;tid=784&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Problem with compiling.]]></description>
		<lastBuildDate>Tue, 17 May 2022 13:09:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Problem with compiling]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3919#p3919</link>
			<description><![CDATA[<p>Hello. I am also having problems with mismatch when compiling legacy codes.&nbsp; I&#039;ve found the following&nbsp; information. Hope this could help... (I cannot post the link): &quot;Gfortran 10 added the default behavior to make type mismatches an error instead of a warning. Legacy Fortran programs too often did not explicitly specify the procedure interfaces to allow implicit polymorphism. The Fortran 2008 standard cleaned up this situation in part with type(*).<br />Workaround: Gfortran flag &quot; -fallow-argument-mismatch &quot; can be used to degrade the errors to warnings. It is however strongly recommended to fix the problem in the legacy code, if it’s part of your code ownership.&quot;</p>]]></description>
			<author><![CDATA[null@example.com (mchiapparini)]]></author>
			<pubDate>Tue, 17 May 2022 13:09:19 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3919#p3919</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with compiling]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3918#p3918</link>
			<description><![CDATA[<div class="quotebox"><cite>sarahtuvia wrote:</cite><blockquote><p>Hi<br />I installed your simple fortran and want to check it using the trial version . It does&nbsp; not work. I get the message: enter registration details which I do not have. How can I use it as a trial version ?</p></blockquote></div><p>If you&#039;ve ever tried it before, the trial would probably have expired already.&nbsp; Can you send me an email at support@approximatrix.com so that I can provide a new trial code?</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Tue, 03 May 2022 16:35:28 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3918#p3918</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with compiling]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3917#p3917</link>
			<description><![CDATA[<p>Hi<br />I installed your simple fortran and want to check it using the trial version . It does&nbsp; not work. I get the message: enter registration details which I do not have. How can I use it as a trial version ?</p>]]></description>
			<author><![CDATA[null@example.com (sarahtuvia)]]></author>
			<pubDate>Mon, 02 May 2022 19:21:51 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3917#p3917</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with compiling]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3627#p3627</link>
			<description><![CDATA[<p>Hi Jeff,</p><p>I have sent an email to the address you have given.</p><p>Thanks,<br />Ranjith</p>]]></description>
			<author><![CDATA[null@example.com (ranjith)]]></author>
			<pubDate>Fri, 16 Oct 2020 18:14:00 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3627#p3627</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with compiling]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3626#p3626</link>
			<description><![CDATA[<p>Ranjith,</p><p>I can&#039;t exactly explain the error you&#039;re seeing, but it appears you&#039;re passing a complex variable to a function/subroutine that expects a real variable.&nbsp; If it is compiling with an older version of GNU Fortran, I would be suspect of the results created by any executable.</p><p>Can you provide any further information beyond the compiler errors?&nbsp; If you don&#039;t want the public to see your code, you can email it to <a href="http://mailto:support@approximatrix.com">support@approximatrix.com</a> to try to identify the issue.</p>]]></description>
			<author><![CDATA[null@example.com (jeff)]]></author>
			<pubDate>Fri, 16 Oct 2020 17:14:51 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3626#p3626</guid>
		</item>
		<item>
			<title><![CDATA[Problem with compiling]]></title>
			<link>http://forums.approximatrix.com/viewtopic.php?pid=3625#p3625</link>
			<description><![CDATA[<p>Hi,</p><p>I am using the trial version of Simply Fortran on MacOS 10.14.6. When I compile a f90 code, I get errors like following and no executable is created:</p><p>xxxxxx<br />&nbsp; &nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br />Error: Type mismatch in argument &#039;cx&#039; at (1); passed COMPLEX(16) to REAL(8)<br />- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <br />xxxxxx<br />&nbsp; &nbsp; &nbsp; |&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1<br />Error: Type mismatch in argument &#039;cx&#039; at (1); passed COMPLEX(8) to REAL(8)<br />Error: Last command making (build/antiplanev5.o) returned a bad status<br />Error: Make execution terminated</p><p>When I compile the same code using gfortran (v8.2.0 installed earlier) in Terminal, I get warnings (not errors) similar to the ones above. However, the code compiles and I get an executable file which subsequently runs and produces the correct output. I am ok to live with the warnings and get a working code. How do I do that using Simply Fortran, which, as I said above, exits with error messages and produces no executable file.</p><p>Thanks,<br />Ranjith</p>]]></description>
			<author><![CDATA[null@example.com (ranjith)]]></author>
			<pubDate>Fri, 16 Oct 2020 15:45:08 +0000</pubDate>
			<guid>http://forums.approximatrix.com/viewtopic.php?pid=3625#p3625</guid>
		</item>
	</channel>
</rss>
