On Tue, Jan 20, 2004 at 04:36:25PM +0100, Arkadiusz Patyk wrote: > Jakub Bogusz ([EMAIL PROTECTED]) wrote: > > On Tue, Jan 20, 2004 at 04:11:00PM +0100, Paweł Sikora wrote: > > > On Tue, 20 Jan 2004, Arkadiusz Patyk wrote: > > > > Paweł Sikora ([EMAIL PROTECTED]) wrote: > > > > > On Tue, 20 Jan 2004, Arkadiusz Patyk wrote: > > > > > > ping_common.o ping_common.c > > > > > > gcc -Os -march=i386 -mcpu=i386 -falign-loops=0 -falign-jumps=0 > > > > > > -falign-functions=0 -mno-align-double -D_GN > > > > > > U_SOURCE -DHAVE_SIN6_SCOPEID=1 -Iinclude-glibc -include > > > > > > include-glibc/glibc-bugs.h -I../include clock > > > > > > diff.c -o clockdiff > > > > > > In file included from include-glibc/netinet/in.h:7, > > > > > > from /usr/include/netdb.h:28, > > > > > > from tracepath.c:19: > > > > > > /usr/include/linux/in.h:144: error: field `gr_group' has incomplete type > > > > > > /usr/include/linux/in.h:150: error: field `gsr_group' has incomplete > > > > > > type > > > > > > /usr/include/linux/in.h:151: error: field `gsr_source' has incomplete > > > > > > type > > > > > > /usr/include/linux/in.h:157: error: field `gf_group' has incomplete type > > > > > > /usr/include/linux/in.h:160: error: field `gf_slist' has incomplete type > > > > > > make: *** [tracepath] Error 1 > > > > > > make: *** Waiting for unfinished jobs.... > > > > > > In file included from include-glibc/netinet/in.h:7, > > > > > > from /usr/include/netdb.h:28, > > > > > > from ping_common.h:18, > > > > > > from ping.c:61: > > > > > > /usr/include/linux/in.h:144: error: field `gr_group' has incomplete type > > > > > > /usr/include/linux/in.h:150: error: field `gsr_group' has incomplete > > > > > > type > > > > > > /usr/include/linux/in.h:151: error: field `gsr_source' has incomplete > > > > > > type > > > > > > /usr/include/linux/in.h:157: error: field `gf_group' has incomplete type > > > > > > /usr/include/linux/in.h:160: error: field `gf_slist' has incomplete type > > > > > > make: *** [ping.o] Error 1 > > > > To na jakimś uClibcu? > > userlandowe <linux/in.h> bierze struct sockaddr_storage z <sys/socket.h>... > > (unikając konfiktów deklaracji między <linux/socket.h> a <sys/socket.h>) > > miałem zainstalwane: > uClibc-devel-0.9.21-3 > uClibc-0.9.21-3 > uClibc-static-0.9.21-3 > > wyrzucenie tego jednak nie pomaga ;(
rm -f include-glibc/bits/socket.h (w katalogu iputils - próbuje być mądrzejsze od glibca) prawie pomaga - zostaje jeszcze próba użycia jakiejś wewnętrznej definicji. -- Jakub Bogusz http://cyber.cs.net.pl/~qboosh/ __________________________________________________________ nie pytaj co inni zrobili dla pld, pomysl ile sam zrobiles
