Hi,

The attached patch should fix the issue. 

Cheers,

-- 
*Flavien BRIDAULT*
Ingénieur de Recherche

fbrida...@ircad.fr

*IRCAD France*
1, place de l'Hôpital - 67091 Strasbourg Cedex - FRANCE

http://www.ircad.fr/ <http://www.ircad.fr/>

diff -uNr a/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h b/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h
--- a/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h	2018-05-08 18:09:24.527160967 +0200
+++ b/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h	2018-05-08 18:09:15.914994383 +0200
@@ -86,6 +86,13 @@
 #  else
 #   define VCL_GCC_70
 #  endif
+# elif (__GNUC__==8)
+#  define VCL_GCC_8
+#  if (__GNUC_MINOR__ > 0 )
+#   define VCL_GCC_81
+#  else
+#   define VCL_GCC_80
+#  endif
 # else
 #  error "Dunno about this gcc"
 # endif

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to