Opened 20 months ago

Closed 5 months ago

#71907 closed defect (fixed)

corkscrew: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]

Reported by: langerma (DataPoints) Owned by: Gminfly
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cooljeanius (Eric Gallager), diekhans (Mark Diekhans)
Port: corkscrew

Description (last modified by ryandesign (Ryan Carsten Schmidt))

This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

configure:556: checking for a BSD compatible install
configure:609: checking whether build environment is sane
configure:666: checking whether make sets ${MAKE}
configure:712: checking for working aclocal
configure:725: checking for working autoconf
configure:738: checking for working automake
configure:751: checking for working autoheader
configure:764: checking for working makeinfo
configure:783: checking for gcc
configure:896: checking whether the C compiler (/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64) works
configure:912: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c  1>&5
configure:909:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
  909 | main(){return(0);}
      | ^
      | int
1 error generated.
configure: failed program was:

#line 907 "configure"
#include "confdefs.h"

main(){return(0);}

Change History (6)

comment:1 Changed 20 months ago by jmroot (Joshua Root)

Owner: set to Gminfly
Status: newassigned

comment:2 Changed 20 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Summary: corkscrew fails to installcorkscrew: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]

comment:3 Changed 16 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added

comment:4 Changed 5 months ago by diekhans (Mark Diekhans)

Cc: diekhans added

comment:5 Changed 5 months ago by diekhans (Mark Diekhans)

Any chance of getting this fix soon?

comment:6 Changed 5 months ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

In 617fba5a9bc1f4cdad1853d451b6a78819e6449f/macports-ports (master):

corkscrew: fix implicit int in configure

Closes: #71907

Note: See TracTickets for help on using tickets.