simgrid / simgrid

MIRROR of the SimGrid framework, for the simulation of distributed applications (Clouds, HPC, Grids, IoT and others). Most of the dev occurs on FramaGit.
https://framagit.org/simgrid/simgrid
Other
165 stars 91 forks source link

Build fails with graphviz-7.1.0 #385

Closed yurivict closed 1 year ago

yurivict commented 1 year ago
/usr/ports/science/simgrid/work/simgrid-fcfdefe62e01e5353377ebe3573782ba4d368eeb/src/dag/loaders.cpp:188:43: error: unexpected type name 'Agdisc_t': expected expression
  Agraph_t* dag_dot = agread(in_file, NIL(Agdisc_t*));
                                          ^
/usr/ports/science/simgrid/work/simgrid-fcfdefe62e01e5353377ebe3573782ba4d368eeb/src/dag/loaders.cpp:188:52: error: expected expression
  Agraph_t* dag_dot = agread(in_file, NIL(Agdisc_t*));
                                                   ^
2 errors generated.

Version: 3.32 clang-14 FreeBSD 13.1

yurivict commented 1 year ago

The latest master doesn't fail.