<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>

Thank you Benjamin. I thought it was trivial. After getting the libopenjpeg Ubuntu package, I can proceed.<br><br><div><div id="ecxSkyDrivePlaceholder"></div>&gt; Date: Mon, 3 Sep 2012 13:57:03 -0400<br>&gt; From: bgilbert@cs.cmu.edu<br>&gt; To: openslide-users@lists.andrew.cmu.edu<br>&gt; Subject: Re: Building openslide on Ubuntu 12.04<br>&gt; <br>&gt; On 09/03/2012 12:56 AM, John Minnie wrote:<br>&gt; &gt; The openslide configure script thinks it cannot find the<br>&gt; &gt; OpenJPEG dependency, even though it is located in the path that I<br>&gt; &gt; specify in CFLAGS. The config.log file is attached showing the configure<br>&gt; &gt; failure. What baffles me is that the OpenJPEG library compiled without<br>&gt; &gt; trouble, but when trying to build a trivial C program that #include's<br>&gt; &gt; openjpeg.h, then it fails.<br>&gt; <br>&gt; The public headers in OpenJPEG trunk have some problems:<br>&gt; <br>&gt; 1.  They use constructs from stdio.h without #including it.  This is the <br>&gt; cause of your configure error.<br>&gt; <br>&gt; 2.  They #include OpenJPEG's autogenerated config.h.  This will cause <br>&gt; redefinition warnings (or worse) in any dependent program that has its <br>&gt; own Autoconf-generated config.h.<br>&gt; <br>&gt; I recommend sticking with a released version of OpenJPEG for now.  On <br>&gt; Ubuntu 12.04, you should just be able to install the libopenjpeg-dev <br>&gt; package.<br>&gt; <br>&gt; --Benjamin Gilbert<br>&gt; <br>&gt; _______________________________________________<br>&gt; openslide-users mailing list<br>&gt; openslide-users@lists.andrew.cmu.edu<br>&gt; https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users<br></div>                                               </div></body>
</html>