<div dir="ltr">This should be fixed in <a href="https://github.com/PDAL/PDAL/commit/57be828">https://github.com/PDAL/PDAL/commit/57be828</a>, so please re-pull and try again.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 14, 2016 at 7:51 AM, Jo Walsh <span dir="ltr"><<a href="mailto:metazool@fastmail.net" target="_blank">metazool@fastmail.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">dear PDAL hackers,<br>
<br>
Thanks for your work. I'm very new to PDAL and not a C++ hacker, so I'm<br>
a bit stumped by the following error when I try to build PDAL on debian<br>
wheezy. Please excuse me if it turns out to be a basic configuration<br>
thing :/<br>
<br>
  [  4%] Building CXX object<br>
  io/ilvis2/CMakeFiles/reader_ilvis2.dir/Ilvis2MetadataReader.cpp.o<br>
  /home/jo/PDAL/io/ilvis2/Ilvis2MetadataReader.cpp: In member function<br>
  ‘bool pdal::Ilvis2MetadataReader::nodeElementIs(xmlNodePtr,<br>
  std::string)’:<br>
  /home/jo/PDAL/io/ilvis2/Ilvis2MetadataReader.cpp:629:60: error: cast<br>
  from type ‘const char*’ to type ‘xmlChar* {aka unsigned char*}’ casts<br>
  away qualifiers [-Werror=cast-qual]<br>
     return (xmlStrcmp(node->name, (xmlChar*)expected.c_str()) == 0);<br>
                                                            ^<br>
cc1plus: all warnings being treated as errors<br>
io/ilvis2/CMakeFiles/reader_ilvis2.dir/build.make:77: recipe for target<br>
'io/ilvis2/CMakeFiles/reader_ilvis2.dir/Ilvis2MetadataReader.cpp.o'<br>
failed<br>
<br>
I have LIBXML2. I can't see what's going wrong from this but I notice<br>
that it's relatively new work:<br>
<a href="https://github.com/PDAL/PDAL/blob/master/io/ilvis2/Ilvis2MetadataReader.cpp#L629" rel="noreferrer" target="_blank">https://github.com/PDAL/PDAL/blob/master/io/ilvis2/Ilvis2MetadataReader.cpp#L629</a><br>
<br>
Any advice would be appreciated, I really want to play with PDAL!<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
  Jo Walsh<br>
  <a href="mailto:metazool@fastmail.net">metazool@fastmail.net</a><br>
_______________________________________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org">pdal@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/pdal</a></font></span></blockquote></div><br></div>