[Vortex] [ANN] Vortex Library 0.9.0 is ready!

Milton YATES milton.yates at loule.info
Sat Jul 8 00:22:12 CEST 2006


Le vendredi 07 juillet 2006 à 23:53 +0200, Milton YATES a écrit :
> Le vendredi 07 juillet 2006 à 22:15 +0200, Francis Brosnan Blazquez a
> écrit :
> >        ###########################################
> >        ##  Vortex Library 0.9.0 Stable Release  ##
> >        ###########################################
> > 

while testing the new libaxl 0.2.4, I get these errors while compiling
my program:

Dans le fichier inclus à partir de /usr/include/axl/axl.h:41,
          à partir de /usr/include/vortex/vortex.h:53,
          à partir de netuser.hpp:16,
          à partir de netuser.cpp:7:
/usr/include/axl/axl_decl.h:44:1: attention : "_GNU_SOURCE" redefined
<ligne de commande>:1:1: attention : this is the location of the
previous definition

AFAICT, _GNU_SOURCE is redefined many times on multiple inclusions. The
following patch solves the problem.


8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 
--- axl_decl.h.old  2006-07-07 23:23:14.000000000 +0200
+++ axl_decl.h      2006-07-08 00:13:01.072546500 +0200
@@ -41,7 +41,9 @@

 /* include this at this place to load GNU extensions */
 #ifdef __GNUC__
-#define _GNU_SOURCE
+ #ifndef _GNU_SOURCE
+  #define _GNU_SOURCE
+ #endif
 #endif
 #include <stdio.h>

8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 8< 


Cheers!

Milton.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 200 bytes
Desc: Ceci est une partie de message
	=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : http://lists.aspl.es/pipermail/vortex/attachments/20060708/4b91acfb/attachment.pgp


More information about the Vortex mailing list