<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Arial">Hi all:<br>
      <br>
      I'm trying to compile the latest subsurface master on my system
      (Debian/Sid) and I'm getting the following error.<br>
      I've just recently installed my OS on this PC and I'm not sure if
      I'm missing any package:<br>
      <br>
      <br>
      compiling qt-ui/completionmodels.cpp<br>
      In file included from /usr/include/libxml2/libxml/parser.h:810:0,<br>
                       from /usr/include/libxml2/libxml/globals.h:18,<br>
                       from /usr/include/libxml2/libxml/threads.h:35,<br>
                       from /usr/include/libxml2/libxml/xmlmemory.h:218,<br>
                       from /usr/include/libxml2/libxml/tree.h:1306,<br>
                       from dive.h:37,<br>
                       from qt-gui.cpp:12:<br>
      /usr/include/libxml2/libxml/encoding.h:31:26: fatal error:
      unicode/ucnv.h: No such file or directory<br>
       #include <unicode/ucnv.h><br>
                                ^<br>
      compilation terminated.<br>
      In file included from /usr/include/libxml2/libxml/parser.h:810:0,<br>
                       from /usr/include/libxml2/libxml/globals.h:18,<br>
                       from /usr/include/libxml2/libxml/threads.h:35,<br>
                       from /usr/include/libxml2/libxml/xmlmemory.h:218,<br>
                       from /usr/include/libxml2/libxml/tree.h:1306,<br>
                       from dive.h:37,<br>
                       from divecomputer.cpp:2:<br>
      /usr/include/libxml2/libxml/encoding.h:31:26: fatal error:
      unicode/ucnv.h: No such file or directory<br>
       #include <unicode/ucnv.h><br>
                                ^<br>
      compilation terminated.<br>
      In file included from /usr/include/libxml2/libxml/parser.h:810:0,<br>
                       from /usr/include/libxml2/libxml/globals.h:18,<br>
                       from /usr/include/libxml2/libxml/threads.h:35,<br>
                       from /usr/include/libxml2/libxml/xmlmemory.h:218,<br>
                       from /usr/include/libxml2/libxml/tree.h:1306,<br>
                       from ./dive.h:37<br>
                       from qt-ui/completionmodels.cpp:2:<br>
      /usr/include/libxml2/libxml/encoding.h:31:26: fatal error:
      unicode/ucnv.h: No such file or directory<br>
       #include <unicode/ucnv.h><br>
                                ^<br>
      compilation terminated.<br>
      Makefile:1803: recipe for target '.obj/qt-gui.o' failed<br>
      make: *** [.obj/qt-gui.o] Error 1<br>
      make: *** Waiting for unfinished jobs....<br>
      Makefile:1726: recipe for target '.obj/divecomputer.o' failed<br>
      make: *** [.obj/divecomputer.o] Error 1<br>
      Makefile:1863: recipe for target '.obj/completionmodels.o' failed<br>
      make: *** [.obj/completionmodels.o] Error 1<br>
      <br>
      Thanks in advance:<br>
      <br>
      Pedro Neves<br>
      <br>
      <br>
      <br>
    </font>
  </body>
</html>