Ticket #9235 (closed defect: fixed)
packit don't compile on intel 10.4
| Reported by: | dev.mem@… | Owned by: | toby@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.2 |
| Keywords: | Cc: | markd@… | |
| Port: |
Description
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../includes -I/opt/local/include -I/opt/local/include -g -O2 -Wall -c test -f 'init.c' || echo './'init.c In file included from globals.h:34,
from init.h:26, from init.c:23:
/usr/include/net/bpf.h:93: error: redefinition of 'struct bpf_program' /usr/include/net/bpf.h:118: error: redefinition of 'struct bpf_version' /usr/include/net/bpf.h:321: error: redefinition of 'struct bpf_insn' init.c: In function 'injection_struct_init': init.c:34: warning: pointer targets in assignment differ in signedness init.c:35: warning: pointer targets in assignment differ in signedness init.c:36: warning: pointer targets in assignment differ in signedness init.c:37: warning: pointer targets in assignment differ in signedness make[2]: * [init.o] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
the same error as: http://bugzilla.opendarwin.org/show_bug.cgi?id=6556

