Opened 18 months ago
Closed 18 months ago
#67511 closed defect (fixed)
gmsh @4.11.1: error: call to undeclared library function
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: | gmsh |
Description
/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_science_gmsh/gmsh/work/gmsh-4.11.1-source/contrib/blossom/concorde97/EDGEGEN/edgegen.c:1680:18: error: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] p += strlen (area); ^ /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_science_gmsh/gmsh/work/gmsh-4.11.1-source/contrib/blossom/concorde97/EDGEGEN/edgegen.c:1680:18: note: include the header <string.h> or explicitly provide a declaration for 'strlen' /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_science_gmsh/gmsh/work/gmsh-4.11.1-source/contrib/blossom/concorde97/EDGEGEN/edgegen.c:1683:18: error: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (!strcmp (area, "EDGEGEN")) { ^ /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_science_gmsh/gmsh/work/gmsh-4.11.1-source/contrib/blossom/concorde97/EDGEGEN/edgegen.c:1683:18: note: include the header <string.h> or explicitly provide a declaration for 'strcmp' 2 errors generated.
Change History (1)
comment:1 Changed 18 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In d4df1216ea1ba759370849eaecfe4d78e24dfeff/macports-ports (master):