[gtkada] GTKAda install problem on RH 9

Marc A. Criley mcq95 at earthlink.net
Thu Jul 17 15:17:17 CEST 2003


Yes, that's the kind of stuff that's in the header file.

Marc


> I think I also got something like that when I tried 3.15p not sure. Does
> the lines 114-126 look like this:
> 
> 
> 114 #define g_error(...)    g_log (G_LOG_DOMAIN,         \
> 115                                G_LOG_LEVEL_ERROR,    \
> 116                                __VA_ARGS__)
> 117 #define g_message(...)  g_log (G_LOG_DOMAIN,         \
> 118                                G_LOG_LEVEL_MESSAGE,  \
> 119                                __VA_ARGS__)
> 120 #define g_critical(...) g_log (G_LOG_DOMAIN,         \
> 121                                G_LOG_LEVEL_CRITICAL, \
> 122                                __VA_ARGS__)
> 123 #define g_warning(...)  g_log (G_LOG_DOMAIN,         \
> 124                                G_LOG_LEVEL_WARNING,  \
> 125                                __VA_ARGS__)
> 126 #elif defined(G_HAVE_GNUC_VARARGS)
> 
> in gmessages.h ?
> 
> I have compiled on Debian GtkAda with both Gnat 3.14p and 3.3





More information about the gtkada mailing list