<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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); background-color: rgb(255, 255, 255);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
There are a couple of lines of code that newer compilers are</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
sensitive to in one source file of the results analysis program.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
I fixed this and attach the revised source file. Copy it into</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
the eres folder and recompile.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
Regards, Jon Hand</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
<br>
</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 <esp-r-bounces@lists.strath.ac.uk> on behalf of Clodoaldo Carvalho Filho <clodoaldo@ufc.br><br>
<b>Sent:</b> 03 November 2022 16:28<br>
<b>To:</b> esp-r@lists.strath.ac.uk <esp-r@lists.strath.ac.uk><br>
<b>Subject:</b> [esp-r] ESP-r V.13.3.15 compilation issue</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>Hi,</div>
<div><br>
</div>
<div>When compiling the recent version of ESP-r source downloaded from <<a href="https://www.esru.strath.ac.uk//downloads/downloads.htm">https://www.esru.strath.ac.uk//downloads/downloads.htm</a>>, I got the following message: </div>
<div><br>
</div>
<div> [START OF MESSAGE]</div>
<div><br>
</div>
<div>Compilation messages follow: <br>
----------------------------------------- <br>
Compilation of res on qui 03 nov 2022 13:02:10 -03<br>
Make command:<br>
-------------<br>
make MCTYPE=lin MCC=gcc MCPL=g++ MFC=gfortran DESTdir=/opt/esp-r ESPdir=/opt/esp-r WWLINK=unshared EXE= XINSTALLDIR=/usr CFLAGS=-I../include -I../shocc -I/usr/local/include -I../cetc/h3kreports -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/libxml2
-I/usr/local/include/libxml2 -I/usr/include/libxslt -I/local/include/libxslt -DLIN -DX11 -O1 -DXSL FFLAGS=-I../include -I../shocc -I/usr/local/include -I../cetc/h3kreports -DLIN -DX11 -O1 -fno-automatic -mcmodel=medium -DGCC4 LD_FLAGS=-Wl,--reduce-memory-overheads
ULIBS=-L/home/clodoaldo/Downloads/ESP-r_V13.3.15_Src/src/lib -lversion -lxesru -L/usr/lib64 -lX11 -lXft -lXML -lstdc++ -lxslt -lxml2 -lSQLite xml_status= SQLite_status= FMIarg=disableFMI -f Makefile res >>.make_msg 2>&1
<br>
<br>
Make output:<br>
------------<br>
if [ "" = "yes" ]; then \<br>
cd `pwd`/eres; make ESPBinDir= EXE= install; \<br>
else \<br>
cd `pwd`/eres; make; \<br>
fi<br>
make[1]: Entrando no diretório '/home/clodoaldo/Downloads/ESP-r_V13.3.15_Src/src/eres'<br>
gfortran -I../include -I../shocc -I/usr/local/include -I../cetc/h3kreports -DLIN -DX11 -O1 -fno-automatic -mcmodel=medium -DGCC4 -c mosensa.F<br>
mosensa.F:261:26:<br>
<br>
261 | call DATIME(J,ATIME)<br>
| 1<br>
......<br>
1557 | call DATIME(J,ATIME)<br>
| 2<br>
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/REAL(4)).<br>
make[1]: *** [Makefile:21: mosensa.o] Erro 1<br>
make[1]: Saindo do diretório '/home/clodoaldo/Downloads/ESP-r_V13.3.15_Src/src/eres'<br>
make: *** [Makefile:185: res] Erro 2<br>
----------------------------------------- <br>
<br>
Executable res could not be built!<br>
Installation aborted.<br>
</div>
<div>[ END OF MESSAGE ]</div>
<div><br>
</div>
<div>Any idea of what the problem is and how to solve it? Any help is appreciated.</div>
<br clear="all">
<div>
<div dir="ltr" class="x_gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>Best regards,</div>
<div><br>
</div>
<div>Clodoaldo.</div>
<div><b><br>
</b></div>
<div><b>Prof. Clodoaldo de O. Carvalho Filho, Dr.</b><br>
</div>
<span>Universidade Federal do Ceará</span><br>
Depto. de Engenharia Mecânica<br>
</div>
</div>
Lab. de Eficiência Energética no Conforto Ambiental - Coordenador<br>
</div>
ASHRAE Fortaleza Student Branch - Advisor<br>
</div>
<br>
<div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>