<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Compilers and ESP-r - although the new OS is allowing gcc10 I have found</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
that ESP-r is rather more stable with gcc8. &nbsp;If you are using homebrew</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
on OSX you can install older versions of the compilers in addition to the</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
default gcc10. &nbsp;Gcc10 does not like some of the older code constructs</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
in res where it tries to draw a 3D surface plot.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
To get better debug information always include --debug &nbsp;or --extra-debug</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
in the Install command line.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
An 'end of record' error is a trying to stuff excess characters into a string.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
So your path or file name might be overly long.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have not yet encountered an issue with a zone that starts with an elevation above</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
zero so that is a puzzle. As a work-around for the non-zero elevation you could start the zone at</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
zero and then do a transform of the zone to move it into place.&nbsp;</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Regards, Jon Hand</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> esp-r-bounces@lists.strath.ac.uk &lt;esp-r-bounces@lists.strath.ac.uk&gt; on behalf of Lars O. Grobe &lt;grobe@gmx.net&gt;<br>
<b>Sent:</b> 03 December 2020 09:50<br>
<b>To:</b> ESP-r List &lt;esp-r@lists.strath.ac.uk&gt;<br>
<b>Subject:</b> [esp-r] Recent ESP-r experience on MacOS</font>
<div>&nbsp;</div>
</div>
<div>
<p>Dear all,</p>
<p>I have just attempted an update to release 13.3.11 on my Macs with a rather mixed first experience:</p>
<p>- On my MacOS 10.15.7 (&quot;Catalina&quot;) machine, I have been able to compile with macport's gcc5, but not gcc10. Yet, starting prj gives me a segfault (invalid memory reference). On MacOS 10.13.6 (&quot;High Sierra&quot;) prj starts fine.<br>
</p>
<p>- prj new model creation: When I want to associate images, prj crashes (right after I press &quot;y&quot;):<br>
</p>
<blockquote>
<p><font face="monospace">At line 808 of file folders.F<br>
Fortran runtime error: End of record<br>
</font><font face="monospace"><br>
Error termination. Backtrace:<br>
#0&nbsp; 0x1448a02ef<br>
#1&nbsp; 0x1448a0baf<br>
#2&nbsp; 0x1448a1212<br>
#3&nbsp; 0x14495ce7d<br>
#4&nbsp; 0x144964fe8<br>
#5&nbsp; 0x14495f108<br>
#6&nbsp; 0x14495f459<br>
#7&nbsp; 0x10ece185a<br>
#8&nbsp; 0x10e877d73<br>
#9&nbsp; 0x10efbb9a6</font></p>
</blockquote>
<p>- When adding a zone based on rectangular plan, setting a non-zero elevation produces warped surfaces (the vertices are not extruded vertically).<br>
</p>
<p>I did not do much with the new installation so far, but wanted to share these observations without delay.</p>
<p>Best, Lars.<br>
</p>
</div>
</body>
</html>