<div dir="ltr"><div>Sorry for the late response but I decided to try again to </div><div>compile the Subsurface project with Qt 5.5.0.</div><div><br></div><div>After I read carefully the log messages I find out what caused the problem. </div><div>Apparently the headers from two libraries were missing </div><div>(mesa-libGL-devel and  libdrm-devel).</div><div><br></div><div>Now I receive an undefined reference to my "dc_serial_qt_open" method:</div><div><br></div><div><div>libsubsurface_corelib.a(libdivecomputer.c.o): In function `do_libdivecomputer_import':</div><div>/home/claudiu/gsoc/subsurface/libdivecomputer.c:930: undefined reference to `dc_serial_qt_open'</div></div><div><br></div><div>The method is declared as external "C" and is implemented in </div><div>qtserialbluetooth.cpp source. I don't know what changed from Qt 5.4.1 </div><div>version to Qt 5.5.0 because it worked before the Qt update.</div><div><br></div><div>Claudiu</div><div><br></div><div><br></div></div>