tags 777880 + patch
thanks

Here's a fix for the GCC 5 build issue.  I fixed a syntax error
in the libgnac-debug.h header file that was causing an
undefined reference to a non-existent function.

--
Greg Pearson
Linux for HP Helion
--- a/libgnac/libgnac-debug.h	2015-07-07 16:52:48.337744119 +0000
+++ b/libgnac/libgnac-debug.h	2015-07-07 16:55:00.145748723 +0000
@@ -52,7 +52,7 @@
 
 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
 #define libgnac_critical(...) \
-        libgnac_critial_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
+        libgnac_critical_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
 #elif defined(__GNUC__) && __GNUC__ >= 3
 #define libgnac_critical(...) \
         libgnac_critical_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)

Reply via email to