<div dir="ltr">Dear the maintainer of OpenSlide,<div><br></div><div>      When I tried to follow the first instruction "./configure" on README to build openslide, it keep showing this error message. "cannot find OpenJPEG" <br>But I pretty sure I have installed openjpeg on my linux server.<br><br>      I can compile and execute following code which I copied from <a href="http://configure.ac">configure.ac</a> well.</div><div><br></div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>#include <openjpeg-2.1/openjpeg.h></div><div><br></div><div>int main() {</div><div>        const char *ver = opj_version();</div><div>        return 0;</div><div>}</div></div><div><br></div></blockquote><br><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>use gcc test.c -lopenjp2 -o test to output executable<br></div><div><br></div></blockquote><div>I am wondering if there is version issue of openjpeg or the path of openjpeg.h may be wrong place.</div><div>Last but not least, thanks for such a great project. It really helps me a lot.</div><div><br></div><div><br></div><br></div></div>