<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<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">
Hello dear flash-users community,</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">
It is the first time I'm posting so I'm not sure about how to do it, I've read that I have to email this address so here we go.</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'm just starting in FLASH so maybe my error is completely stupid, so sorry in advance for my lack of knowledge about FLASH. The problem is as follows:</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">
When following the user's guide instructions for running the Sedov case, I'm always getting the same error when I do 'make' within the 'object' folder:</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">
<p class="p1" style="margin:0px;font:13px Menlo;color:rgb(255, 255, 255);background-color:rgb(34, 79, 188)">
<span class="s1 ContentPasted0" style="font-variant-ligatures:no-common-ligatures">/usr/local/Cellar/mpich/4.0.3/bin/mpicc -I /usr/local/Cellar/hdf5/1.12.2_2/include -DH5_USE_16_API -O2<span class="Apple-converted-space ContentPasted0">
</span>-c -DMAXBLOCKS=1000 -DNXB=8 -DNYB=8 -DNZB=1 -DN_DIM=2 -DDarwin io_attribute.c</span></p>
<p class="p1" style="margin:0px;font:13px Menlo;color:rgb(255, 255, 255);background-color:rgb(34, 79, 188)">
<span class="s1 ContentPasted0" style="font-variant-ligatures:no-common-ligatures">io_attribute.c:66:5: error: implicit declaration of function 'Driver_abortFlashC' is invalid in C99 [-Werror,-Wimplicit-function-declaration]</span></p>
<p class="p1" style="margin:0px;font:13px Menlo;color:rgb(255, 255, 255);background-color:rgb(34, 79, 188)">
<span class="s1 ContentPasted0" style="font-variant-ligatures:no-common-ligatures"><span class="Apple-converted-space ContentPasted0">
</span>Driver_abortFlashC("[io_attribute_create]: Unknown I/O");</span></p>
<p class="p1" style="margin:0px;font:13px Menlo;color:rgb(255, 255, 255);background-color:rgb(34, 79, 188)">
<span class="s1 ContentPasted0" style="font-variant-ligatures:no-common-ligatures"><span class="Apple-converted-space ContentPasted0">
</span>^</span></p>
<p class="p1" style="margin:0px;font:13px Menlo;color:rgb(255, 255, 255);background-color:rgb(34, 79, 188)">
<span class="s1 ContentPasted0" style="font-variant-ligatures:no-common-ligatures">io_attribute.c:113:5: error: implicit declaration of function 'Driver_abortFlashC' is invalid in C99 [-Werror,-Wimplicit-function-declaration]</span></p>
<p class="p1" style="margin:0px;font:13px Menlo;color:rgb(255, 255, 255);background-color:rgb(34, 79, 188)">
<span class="s1 ContentPasted0" style="font-variant-ligatures:no-common-ligatures"><span class="Apple-converted-space ContentPasted0">
</span>Driver_abortFlashC("[io_attribute_write]: Unknown I/O");</span></p>
<p class="p1" style="margin:0px;font:13px Menlo;color:rgb(255, 255, 255);background-color:rgb(34, 79, 188)">
<span class="s1 ContentPasted0" style="font-variant-ligatures:no-common-ligatures"><span class="Apple-converted-space ContentPasted0">
</span>^</span></p>
<p class="p1" style="margin:0px;font:13px Menlo;color:rgb(255, 255, 255);background-color:rgb(34, 79, 188)">
<span class="s1 ContentPasted0" style="font-variant-ligatures:no-common-ligatures">2 errors generated.</span></p>
<p class="p1" style="margin:0px;font:13px Menlo;color:rgb(255, 255, 255);background-color:rgb(34, 79, 188)">
<span class="s1 ContentPasted0" style="font-variant-ligatures:no-common-ligatures">make: *** [io_attribute.o] Error 1</span></p>
I'm using a Mac with gfortran, so I tried the Prototype Darwin Makefile.h.gfortran, I also modified it, and even tried to create my own Makefile, but I receive always the same error. I also tried to change setup.py for the setup.py that comes within the Darwin
folder but it is written in Python2, should I rewrite it for Py3?</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">
Another important aspect could be that I installed all dependencies using Homebrew, is that relevant?</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">
Could you please help me with this? I'm completely lost, thank you very very much in advance. I would be eternally graceful for any help.</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">
<span id="🙂">🙂</span></div>
</body>
</html>