<div dir="ltr">Adding the #ifdef test removes the error with INT but I don't follow if you are suggesting something else for the #ifdef test?  I sadly continue to see the same "length" errors once I fix the INT error in the BigMatrix.h file.<div><br></div><div>Current headers:<br><div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">#ifdef REFBLAS</div><div style="font-size:12.8000001907349px">#include "refblas64longlong.h"</div><div style="font-size:12.8000001907349px">#define INT long long</div><div style="font-size:12.8000001907349px">#else</div><div style="font-size:12.8000001907349px">#include <R_ext/BLAS.h></div><div style="font-size:12.8000001907349px">#include <R_ext/Lapack.h></div><div style="font-size:12.8000001907349px">#define INT int</div><div style="font-size:12.8000001907349px">#endif</div></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px"><div style="font-size:12.8000001907349px">#include "bigmemory/BigMatrix.h"</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">#include <RcppArmadillo.h></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 24, 2015 at 3:29 PM, Dirk Eddelbuettel <span dir="ltr"><<a href="mailto:edd@debian.org" target="_blank">edd@debian.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
On 24 February 2015 at 15:06, Charles Determan Jr wrote:<br>
| Unfortunately I get the same errors with #include <RcppArmadillo.h> last as<br>
| well as #include "bigmemory/BigMatrix.h" next to last.  The latter results in<br>
| additional errors in BigMatrix.h with the expansion of INT.  Both scenarios<br>
| still have "length passed 4 arguments" errors.<br>
<br>
</span>Someone defines.  Add an #ifdef test followed by an #undef.<br>
<div class="HOEnZb"><div class="h5"><br>
Dirk<br>
<br>
--<br>
<a href="http://dirk.eddelbuettel.com" target="_blank">http://dirk.eddelbuettel.com</a> | @eddelbuettel | <a href="mailto:edd@debian.org">edd@debian.org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Dr. Charles Determan, PhD<br>Integrated Biosciences<br></div></div>
</div>