diff --git a/Gui/DataExplorer.cmake b/Gui/DataExplorer.cmake
index ce3934cde333b440695553210232494673f6e1b6..be611befcd8509789deae0eb3ce02ceeb7e73fee 100644
--- a/Gui/DataExplorer.cmake
+++ b/Gui/DataExplorer.cmake
@@ -107,7 +107,7 @@ IF (Shapelib_FOUND)
 ENDIF () # Shapelib_FOUND
 
 IF (libgeotiff_FOUND)
-	TARGET_LINK_LIBRARIES( ogs-gui ${libgeotiff_LIBRARIES} )
+	TARGET_LINK_LIBRARIES( ogs-gui ${libgeotiff_LIBRARIES} ${libtiff_LIBRARIES} )
 ENDIF () # libgeotiff_FOUND
 
 ADD_DEPENDENCIES ( ogs-gui VtkVis OGSProject )
diff --git a/Gui/VtkVis/VtkVisPipelineItem.cpp b/Gui/VtkVis/VtkVisPipelineItem.cpp
index 48e3403e28d5a33dceee66806fd479e41f3e8ffd..c049c1653dd2d999041866fd95d5a744052f2816 100644
--- a/Gui/VtkVis/VtkVisPipelineItem.cpp
+++ b/Gui/VtkVis/VtkVisPipelineItem.cpp
@@ -144,7 +144,6 @@ int VtkVisPipelineItem::writeToFile(const std::string &filename) const
 		{
 			if(!dynamic_cast<vtkImageActor*>(_actor))
 			{
-				bool lResult;
 				InitializeSdkObjects(lSdkManager, lScene);
 
 				VtkFbxConverter fbxConverter(static_cast<vtkActor*>(_actor), lScene);
diff --git a/ThirdParty/VtkFbxConverter b/ThirdParty/VtkFbxConverter
index c82040ce8ece3a3ed1ec6e28fa9a298d35d53d32..9d564bd2588d98c1f8ef40198095779df1dc56a3 160000
--- a/ThirdParty/VtkFbxConverter
+++ b/ThirdParty/VtkFbxConverter
@@ -1 +1 @@
-Subproject commit c82040ce8ece3a3ed1ec6e28fa9a298d35d53d32
+Subproject commit 9d564bd2588d98c1f8ef40198095779df1dc56a3