Re: compiling skalibs-1.4.1

2013-10-13 Thread Jorge Almeida
On Sun, 13 Oct 2013, Laurent Bercot wrote: > > > ip46full_t, not ip46_tfull ;) Argh! Dislexy is coming! Success Thanks Jorge

Re: compiling skalibs-1.4.1

2013-10-12 Thread Laurent Bercot
exec ./compile ip46_scanlist.c ip46_scanlist.c: In function 'ip46full_scanlist': ip46_scanlist.c:14:5: error: unknown type name 'ip46_tfull' ip46full_t, not ip46_tfull ;) -- Laurent

Re: compiling skalibs-1.4.1

2013-10-12 Thread Jorge Almeida
On Sat, 12 Oct 2013, Laurent Bercot wrote: > On 12/10/2013 22:05, Jorge Almeida wrote: > Weird. > The header in musl contains this piece of code: > > and defines struct timespec iff __NEED_struct_timespec > is defined. Also, later on, under the same conditions, CLOCK_REALTIME > gets define

Re: compiling skalibs-1.4.1

2013-10-12 Thread Laurent Bercot
On 12/10/2013 22:05, Jorge Almeida wrote: I'm really confused: I have (i) a TAI-10 system clock, AND (ii) a right timezone Ah, sorry, I misunderstood. So you have the right/ zones, and I guess your TZ is configured to use them ? Then I'm not sure. Everything you dietcompile

Re: compiling skalibs-1.4.1

2013-10-12 Thread Jorge Almeida
On Sat, 12 Oct 2013, Laurent Bercot wrote: > > > Even if it compiled, I'm having doubts about using dietlibc for this. > > The problem is that dietlibc ignores right timezones, so maybe software > > that uses right timezones would be silently broken? > > I have the exact same problem with uClib

Re: compiling skalibs-1.4.1

2013-10-12 Thread Laurent Bercot
Hi Jorge, iobufferk_fill.c: In function 'iobufferk_tee': iobufferk_fill.c:14:3: warning: implicit declaration of function 'tee' [-Wimplicit-function-declaration] That one is a sloppy implementation of features_test_macros in the libc, nothing I can do about it.

Re: compiling skalibs-1.4.1

2013-10-12 Thread Jorge Almeida
On Sat, 12 Oct 2013, Laurent Bercot wrote: > Hi Jorge, > You asked the exact same thing about skalibs-1.3.0 and dietlibc Ooops... Sorry. Copied configuration from a different computer. > My answer was: > > * Ask Felix to fix his netinet/in.h : IPV6_V6ONLY is in Single Unix v4. > * In the me

Re: compiling skalibs-1.4.1

2013-10-12 Thread Laurent Bercot
Hi Jorge, You asked the exact same thing about skalibs-1.3.0 and dietlibc My answer was: * Ask Felix to fix his netinet/in.h : IPV6_V6ONLY is in Single Unix v4. * In the meantime, compile with -DIPV6_V6ONLY=26 (the value on Linux) * or touch conf-compile/flag-noipv6 if your use of skalibs al

compiling skalibs-1.4.1

2013-10-12 Thread Jorge Almeida
socket_tcp6.c: In function 'socket_tcp6_internal': socket_tcp6.c:19:38: error: 'IPV6_V6ONLY' undeclared (first use in this function) socket_tcp6.c:19:38: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [socket_tcp6.o] Error 1 make[2]: Leaving dire