View Issue Details

IDProjectCategoryView StatusLast Update
0001675GNUnetotherpublic2011-04-27 16:18
Reporterixmatus Assigned ToBart Polot  
PrioritynormalSeverityblockReproducibilityhave not tried
Status closedResolutionfixed 
Summary0001675: Make errors during compilation of gnunet-service-mesh
DescriptionMaking all in mesh
  CC gnunet-service-mesh.o
gnunet-service-mesh.c: In function
Additional InformationThis fix worked for me:

Index: gnunet-service-mesh.c
===================================================================
--- gnunet-service-mesh.c (revision 14976)
+++ gnunet-service-mesh.c (working copy)
@@ -671,7 +671,7 @@
         }
     }
     /* FIXME: calloc? is NULL != 0 on any platform? */
- t = GNUNET_malloc(sizeof(MESH_tunnel));
+ t = GNUNET_malloc(sizeof(struct MESH_tunnel));
     t->tid = ntohl(tunnel_msg->tunnel_id);
     /* FIXME: t->oid = selfid;*/
     t->peers_ready = 0;
TagsNo tags attached.

Activities

ixmatus

2011-04-14 07:09

reporter   ~0004307

Sorry, this is on Mac OS X 10.6.2

Issue History

Date Modified Username Field Change
2011-04-14 07:07 ixmatus New Issue
2011-04-14 07:09 ixmatus Note Added: 0004307
2011-04-16 21:24 Christian Grothoff Status new => resolved
2011-04-16 21:24 Christian Grothoff Resolution open => fixed
2011-04-16 21:24 Christian Grothoff Assigned To => Christian Grothoff
2011-04-16 21:24 Christian Grothoff Assigned To Christian Grothoff => Bart Polot
2011-04-27 16:18 Christian Grothoff Status resolved => closed