Hello,<div><br></div><div>i removed the instance of &quot;uses include header util_Table.h&quot; (had this in the interface.ccl of one of my thorns..)</div><div><br></div><div>however, the problem still persists:</div><div>
<br></div><div>upon compiling, i get the following errors:</div><div><br></div><div>/Users/vass/programs/ET_2012_05/Cactus/arrangements/CactusBase/Boundary/src/Boundary.c:226:44: error: ‘UTIL_TABLE_FLAGS_CASE_INSENSITIVE’ undeclared (first use in this function)</div>
<div><br></div><div>and the compilation creates a file util_table.h in the bindings/include folder of the config i am creating...</div><div><br></div><div>this util_table.h file just contains the following line:</div><div>
<br></div><div>/* Include header file util_Table.h */</div><div><br></div><div>i remember i had to the include the file manually every time i was recompiling, and this still seems to be the case...</div><div><br></div><div>
best wishes,</div><div><br></div><div>Vassili<br><br><div class="gmail_quote">On Fri, Sep 28, 2012 at 6:22 PM, Erik Schnetter <span dir="ltr">&lt;<a href="mailto:schnetter@cct.lsu.edu" target="_blank">schnetter@cct.lsu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Vassili<br>
<br>
There should be no file util_Table.h in /configs/config_name/bindings/include.<br>
<br>
Do you maybe have a line &quot;uses include header util_Table.h&quot; in your<br>
interface.ccl? If so, you need to remove this line (and maybe<br>
explicitly delete the file util_Table.h in<br>
/configs/config_name/bindings/include. This include file is provided<br>
by the flesh, not by a thorn, and does not need to be explicitly<br>
declared.<br>
<br>
-erik<br>
<div><div class="h5"><br>
On Fri, Sep 28, 2012 at 11:56 AM, Vassilios Mewes &lt;<a href="mailto:vassilios.mewes@uv.es">vassilios.mewes@uv.es</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; i have a problem building the Einstein toolkit (release 2012_05, but the<br>
&gt; same happened in the 2011_10 version as well)..<br>
&gt;<br>
&gt; when i include my own thorns in the .th file to build a configuration, and<br>
&gt; change the schedule files of the thorns, the file util_Table.h in<br>
&gt;<br>
&gt; /configs/config_name/bindings/include is overwritten and being blank, thus<br>
&gt; leading to compile errors of the type:<br>
&gt;<br>
&gt; build/Boundary/Boundary.c(226): error: identifier<br>
&gt; &quot;UTIL_TABLE_FLAGS_CASE_INSENSITIVE&quot; is undefined<br>
&gt;       physbc_table_handle =<br>
&gt; Util_TableCreate(UTIL_TABLE_FLAGS_CASE_INSENSITIVE)<br>
&gt;<br>
&gt; now, this is annoying, but on my iMac i can then at least use the GUI of the<br>
&gt; finder to manually copy the file from Cactus/src/include and the compilation<br>
&gt; proceeds normally..when i however use the command line to copy the file, the<br>
&gt; compilation starts all over again and recompiles all files...<br>
&gt;<br>
&gt; so on the local cluster i am installing the toolkit on, i have to recompile<br>
&gt; the entire toolkit everytime i change my thorns, which a huge pain..<br>
&gt;<br>
&gt; i am using the <a href="http://einsteintoolkit.th" target="_blank">einsteintoolkit.th</a> thornlist that came with the source code<br>
&gt; and just added the lines with my thorns in the end, is that the correct way<br>
&gt; to do it?<br>
&gt;<br>
&gt; this has been bugging my for quite a while now, but as the copying via<br>
&gt; finder semi-solved the problem, i haven&#39;t issued a ticket so far..but on the<br>
&gt; cluster this is not doable..<br>
&gt;<br>
&gt; best wishes,<br>
&gt;<br>
&gt; Vassili<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
&gt; <a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
&gt;<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Erik Schnetter &lt;<a href="mailto:schnetter@cct.lsu.edu">schnetter@cct.lsu.edu</a>&gt;<br>
<a href="http://www.perimeterinstitute.ca/personal/eschnetter/" target="_blank">http://www.perimeterinstitute.ca/personal/eschnetter/</a><br>
<br>
</font></span></blockquote></div><br></div>