On 2012-06-18, bofh <goodb...@gmail.com> wrote:
> Trying to compile libemu (http://libemu.carnivore.it/) on 5.1.  Make
> all breaks at:
>
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include -I ../.. -Werror -Wall -g
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2
> -Wstrict-prototypes -MT scprofiler.o -MD -MP -MF .deps/scprofiler.Tpo
> -c -o scprofiler.o scprofiler.c
> cc1: warnings being treated as errors
> In file included from scprofiler.c:50:
> /usr/include/arpa/inet.h:74: warning: 'struct in_addr' declared inside
> parameter list

missing header. it's going to need most or all of these:

sys/types.h
sys/socket.h
netinet/in.h
arpa/inet.h

Reply via email to