<div dir="ltr"><div>Hi Mr. Gilbert,<br><br>I am sorry I didn't do this today, I have been running around like crazy. I will get back to you on Monday.<br><br></div><div>My version of Matlab is 2012b<br></div><div><br>
</div><div>Thank you<br></div><div><br></div>Jocelyn<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 26, 2014 at 5:43 PM, Benjamin Gilbert <span dir="ltr"><<a href="mailto:bgilbert@cs.cmu.edu" target="_blank">bgilbert@cs.cmu.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 06/26/2014 01:34 PM, Jocelyn Barker wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Failed to parse type '( deprecated (" Use " " openslide_get_level_count<br>
" " instead "))) int32_t openslide_get_layer_count ( openslide_t * osr'<br>
original input '( deprecated (" Use " " openslide_get_level_count " "<br>
instead "))) int32_t openslide_get_layer_count ( openslide_t * osr '<br>
Found on line 162 of input from line 422 of file<br>
/usr/include/openslide/<u></u>openslide.h<br>
Error parsing argument for function __attribute__ function may be invalid.<br>
</blockquote>
<br></div>
Okay, MATLAB seems to be choking on the __attribute__ declarations. In openslide-features.h, there are two blocks talking about OPENSLIDE_DEPRECATED and OPENSLIDE_DEPRECATED_FOR. Replace those with:<br>
<br>
#define OPENSLIDE_DEPRECATED()<br>
#define OPENSLIDE_DEPRECATED_FOR(f) OPENSLIDE_DEPRECATED()<br>
<br>
and try again. Please try with and without the "libopenslide.so.0" change in openslide_load_library.m. I'm trying to narrow down which things need to be fixed.<br>
<br>
Also, what version of MATLAB are you using?<span class="HOEnZb"><font color="#888888"><br>
<br>
--Benjamin Gilbert<br>
<br>
</font></span></blockquote></div><br></div>