[Gmsh] Gmsh : patch pour gcc-43
Thierry Thomas
thierry at FreeBSD.org
Tue Feb 10 15:50:03 CET 2009
Bonjour,
Le port de Gmsh pour FreeBSD est désormais compilé avec gcc-43, et j'ai
dû appliquer le patch suivant pour que la compilation passe :
--- utils/misc/mshsort.cpp.orig 2008-12-29 10:43:51.000000000 +0100
+++ utils/misc/mshsort.cpp 2009-02-04 10:41:41.000000000 +0100
@@ -6,8 +6,9 @@
// A small utility that reads a Gmsh mesh file and makes the numbering
// dense (without gaps in the node/element number sequences)
+#include <stdlib.h>
#include <stdio.h>
-#include <strings.h>
+#include <string.h>
#include <vector>
#include <map>
Cordialement,
--
Th. Thomas.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://www.geuz.org/pipermail/gmsh/attachments/20090210/2fce03a1/attachment.sig>