<div dir="ltr">Hi Benjamin, <div><br></div><div>Sorry, I guess I could have mentioned that too :)</div><div><br></div><div>I followed the instructions on the READ_ME.txt file</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">How to build?<br>=============<br>./configure<br>make<br>make install<br>(If building from the Git repository, you will first need to install<br>autoconf, automake, libtool, and pkg-config and run "autoreconf -i".)</blockquote><div><br></div><div>So after ensuring the packages are installed and after running "autoreconf -i", I run ./configure. The terminal output gives me the following error (see the config.log for more details): </div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">checking for CAIRO... yes<br>checking for LIBPNG... yes<br>checking for GDKPIXBUF... yes<br>checking for LIBXML2... no</blockquote></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><font color="#cc0000"><b>configure: error: Package requirements (libxml-2.0) were not met:</b></font></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">No package 'libxml-2.0' found <br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>installed software in a non-standard prefix.<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Alternatively, you may set the environment variables LIBXML2_CFLAGS<br>and LIBXML2_LIBS to avoid the need to call pkg-config.<br>See the pkg-config man page for more details.</blockquote><div><br></div><div>I went on to try and install the package and found that it was "libxml2" and not "libxml-2.0". After installing, the ./configure gives the same errors. I am thus unable to run make and make install. </div></div><div><br></div><div>Hope you can help me get started? Thanks for the helping so far, it is appreciated!</div><div><br></div><div>Kind regards, </div><div>Evert</div><div><br></div><div><br></div><div> </div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 18, 2016 at 5:07 AM, 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"><span class="">On Wed, Feb 17, 2016 at 11:21:05AM +0200, Evert Trollip via openslide-users wrote:<br>
> It seems that it doesn't seem to find the library file functions even<br>
> though I added the header file and linked against openslide? Any help would<br>
> be appreciated.<br>
<br>
</span>Hi Evert,<br>
<br>
You mentioned extracting the OpenSlide sources, but didn't say anything<br>
about building them.  :-)  Were you able to build and install OpenSlide?<br>
If so, you might want to check that the ${libdir} in your project is set to<br>
the directory containing the installed OpenSlide .so file.<br>
<span class="HOEnZb"><font color="#888888"><br>
--Benjamin Gilbert<br>
</font></span></blockquote></div><br></div>