[Home]

Summary:ASTERISK-17252: Error to compile Asterisk 1.8.2
Reporter:Leonardo Cardozo Vargas (lcvleo)Labels:
Date Opened:2011-01-15 09:29:06.000-0600Date Closed:2011-06-07 14:04:59
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The follow error happens when I try to compile Asterisk 1.8.2:

  [CC] netsock.c -> netsock.o
netsock.c: In function âast_set_default_eidâ:
netsock.c:264: error: âAF_LINKâ undeclared (first use in this function)
netsock.c:264: error: (Each undeclared identifier is reported only once
netsock.c:264: error: for each function it appears in.)
netsock.c:266: error: dereferencing pointer to incomplete type
netsock.c:266: error: dereferencing pointer to incomplete type
make[1]: *** [netsock.o] Error 1
make: *** [main] Error 2
Comments:By: frank koster (notthematrix) 2011-01-16 17:18:51.000-0600

same problem here ubuntu 9.04 64bit

CC="cc" CXX="" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: Entering directory `/root/asterisk-1.8.2/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/root/asterisk-1.8.2/menuselect'
  [CC] netsock.c -> netsock.o
netsock.c: In function âast_set_default_eidâ:
netsock.c:264: error: âAF_LINKâ undeclared (first use in this function)
netsock.c:264: error: (Each undeclared identifier is reported only once
netsock.c:264: error: for each function it appears in.)
netsock.c:266: error: dereferencing pointer to incomplete type
netsock.c:266: error: dereferencing pointer to incomplete type
make[1]: *** [netsock.o] Error 1
make: *** [main] Error 2

By: Sean Bright (seanbright) 2011-01-19 17:20:07.000-0600

Can either of you post the contents of your config.log files?

By: Leif Madsen (lmadsen) 2011-04-06 21:06:30

No response from reporters.