<div>
        @Thiago:<br />
        <p>
                <br />
                I set the mail format to plain text, hopefully it preserves the format I put the text in.<br />
                <br />
                Unfortunately, putting time.h at the top of the source didn't help which is rather strange since it contains the struct needed indeed. However, copying the structure declaration into the code helped -sorry for the hack:(<br />
                <br />
                Now there're quite a many other problems and I don't expect that any of you solve it just for me. I'll see how much time I have and may put some effort in it. Nevertheless, I post it if you're interested. Probably, it's better for me to wait till minix3.2.0 which is planned to support shared libraries.<br />
                <br />
                Thanks for your help anyway!<br />
                <br />
                r0ller<br />
                <br />
                dbus-sysdeps-unix.c:1: warning: -ffunction-sections not supported for this target<br />
                dbus-sysdeps-unix.c:1: warning: -fdata-sections not supported for this target<br />
                dbus-sysdeps-unix.c: In function '_dbus_connect_tcp_socket':<br />
                dbus-sysdeps-unix.c:762: error: storage size of 'hints' isn't known<br />
                dbus-sysdeps-unix.c:794: warning: implicit declaration of function 'getaddrinfo'<br />
                dbus-sysdeps-unix.c:794: warning: nested extern declaration of 'getaddrinfo'<br />
                dbus-sysdeps-unix.c:799: warning: implicit declaration of function 'gai_strerror'<br />
                dbus-sysdeps-unix.c:799: warning: nested extern declaration of 'gai_strerror'<br />
                dbus-sysdeps-unix.c:807: error: dereferencing pointer to incomplete type<br />
                dbus-sysdeps-unix.c:809: warning: implicit declaration of function 'freeaddrinfo'<br />
                dbus-sysdeps-unix.c:809: warning: nested extern declaration of 'freeaddrinfo'<br />
                dbus-sysdeps-unix.c:815: error: dereferencing pointer to incomplete type<br />
                dbus-sysdeps-unix.c:815: error: dereferencing pointer to incomplete type<br />
                dbus-sysdeps-unix.c:819: error: dereferencing pointer to incomplete type<br />
                dbus-sysdeps-unix.c: In function '_dbus_listen_tcp_socket':<br />
                dbus-sysdeps-unix.c:871: error: storage size of 'hints' isn't known<br />
                dbus-sysdeps-unix.c:895: error: 'AI_PASSIVE' undeclared (first use in this function)<br />
                dbus-sysdeps-unix.c:895: error: (Each undeclared identifier is reported only once<br />
                dbus-sysdeps-unix.c:895: error: for each function it appears in.)<br />
                dbus-sysdeps-unix.c:911: error: dereferencing pointer to incomplete type<br />
                dbus-sysdeps-unix.c:918: error: dereferencing pointer to incomplete type<br />
                dbus-sysdeps-unix.c:918: error: dereferencing pointer to incomplete type<br />
                dbus-sysdeps-unix.c:926: error: dereferencing pointer to incomplete type<br />
                dbus-sysdeps-unix.c:972: warning: implicit declaration of function 'getnameinfo'<br />
                dbus-sysdeps-unix.c:972: warning: nested extern declaration of 'getnameinfo'<br />
                dbus-sysdeps-unix.c:974: error: 'NI_NUMERICHOST' undeclared (first use in this function)<br />
                dbus-sysdeps-unix.c:1002: error: dereferencing pointer to incomplete type<br />
                dbus-sysdeps-unix.c: In function '_dbus_read_credentials_socket':<br />
                dbus-sysdeps-unix.c:1230: warning: passing argument 5 of 'getsockopt' from incompatible pointer type<br />
                /usr/pkg/gcc44/lib/gcc/i686-pc-minix/4.4.3/include-fixed/sys/socket.h:133: note: expected 'socklen_t *' but argument is of type 'int *'<br />
                dbus-sysdeps-unix.c: In function '_dbus_sleep_milliseconds':<br />
                dbus-sysdeps-unix.c:2519: error: storage size of 'req' isn't known<br />
                dbus-sysdeps-unix.c:2520: error: storage size of 'rem' isn't known<br />
                dbus-sysdeps-unix.c:2527: warning: implicit declaration of function 'nanosleep'<br />
                dbus-sysdeps-unix.c:2527: warning: nested extern declaration of 'nanosleep'<br />
                dbus-sysdeps-unix.c: In function '_dbus_printf_string_upper_bound':<br />
                dbus-sysdeps-unix.c:2839: warning: implicit declaration of function 'vsnprintf'<br />
                dbus-sysdeps-unix.c: In function '_read_subprocess_line_argv':<br />
                dbus-sysdeps-unix.c:2924: warning: implicit declaration of function 'sigemptyset'<br />
                dbus-sysdeps-unix.c:2924: warning: nested extern declaration of 'sigemptyset'<br />
                dbus-sysdeps-unix.c:2925: warning: implicit declaration of function 'sigaddset'<br />
                dbus-sysdeps-unix.c:2925: warning: nested extern declaration of 'sigaddset'<br />
                dbus-sysdeps-unix.c:2926: warning: implicit declaration of function 'sigprocmask'<br />
                dbus-sysdeps-unix.c:2926: warning: nested extern declaration of 'sigprocmask'<br />
                dbus-sysdeps-unix.c:2926: error: 'SIG_BLOCK' undeclared (first use in this function)<br />
                dbus-sysdeps-unix.c:2999: error: 'SIG_SETMASK' undeclared (first use in this function)<br />
                gmake[3]: *** [dbus-sysdeps-unix.lo] Error 1<br />
                gmake[2]: *** [all] Error 2<br />
                gmake[1]: *** [all-recursive] Error 1<br />
                gmake: *** [all] Error 2<br />
                <br />
                Thiago Macieira <thiago@kde.org> írta:<br />
                >Em Segunda-feira 27 Setembro 2010, `as 17:30:17, Lencsés Lóránt escreveu:<br />
                >> @Thiago: Thanks again! I got your point now -what you really mean by<br />
                >> &#39;broken&#39;. Minix3 does not support shared libraries currently and<br />
                >> neither does its gcc port. So I fiddled a bit with the configure script to<br />
                >> get rid of passing -fPIC to the compiler and now I get after issuing<br />
                >> gmake: ...dbus-sysdeps-pthread.c: In function<br />
                >> &#39;_dbus_pthread_condvar_wait_timeout&#39;:dbus-sysdeps-pthread.c:262:<br />
                >> error: storage size of &#39;end_time&#39; isn&#39;t knowngmake[3]: ***<br />
                >> [dbus-sysdeps-pthread.lo] Error 1... I didn&#39;t really want to dig in<br />
                >> the C code itself. Can you think of any remedy to this? Regards,r0ller<br />
                ><br />
                >Please get a decent mail program. I&#39;m not going to reply anymore to garbled <br />
                >messages like the above. I&#39;m talking about the text part of your email, <br />
                >completely ignoring the HTML part.<br />
                ><br />
                >The cleaned-up error was:<br />
                >dbus-sysdeps-pthread.c:262: error: storage size of "end_time" isn&#39;t known<br />
                ><br />
                >That&#39;s:<br />
                > struct timespec end_time;<br />
                ><br />
                >Which indicates that "timespec" was only forward-declared. It should come from <br />
                >time.h, but that file only includes sys/time.h. Can you add #include <time.h> <br />
                >to the top of the file and check if this works?<br />
                ><br />
                >-- <br />
                >Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org<br />
                > Senior Product Manager - Nokia, Qt Development Frameworks<br />
                > PGP/GPG: 0x6EF45358; fingerprint:<br />
                > E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358<br />
                ><br />
                >Qt Developer Days 2010 - Munich Oct 11-13 - San Francisco Nov 1-3<br />
                >For more information and to register: http://qt.nokia.com/qtdevdays2010<br />
                >Em Segunda-feira 27 Setembro 2010, `as 17:30:17, Lencsés Lóránt escreveu:<br />
                >> @Thiago: Thanks again! I got your point now -what you really mean by<br />
                >> &#39;broken&#39;. Minix3 does not support shared libraries currently and<br />
                >> neither does its gcc port. So I fiddled a bit with the configure script to<br />
                >> get rid of passing -fPIC to the compiler and now I get after issuing<br />
                >> gmake: ...dbus-sysdeps-pthread.c: In function<br />
                >> &#39;_dbus_pthread_condvar_wait_timeout&#39;:dbus-sysdeps-pthread.c:262:<br />
                >> error: storage size of &#39;end_time&#39; isn&#39;t knowngmake[3]: ***<br />
                >> [dbus-sysdeps-pthread.lo] Error 1... I didn&#39;t really want to dig in<br />
                >> the C code itself. Can you think of any remedy to this? Regards,r0ller<br />
                ><br />
                >Please get a decent mail program. I&#39;m not going to reply anymore to garbled <br />
                >messages like the above. I&#39;m talking about the text part of your email, <br />
                >completely ignoring the HTML part.<br />
                ><br />
                >The cleaned-up error was:<br />
                >dbus-sysdeps-pthread.c:262: error: storage size of "end_time" isn&#39;t known<br />
                ><br />
                >That&#39;s:<br />
                > struct timespec end_time;<br />
                ><br />
                >Which indicates that "timespec" was only forward-declared. It should come from <br />
                >time.h, but that file only includes sys/time.h. Can you add #include <time.h> <br />
                >to the top of the file and check if this works?<br />
                ><br />
                >-- <br />
                >Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org<br />
                > Senior Product Manager - Nokia, Qt Development Frameworks<br />
                > PGP/GPG: 0x6EF45358; fingerprint:<br />
                > E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358<br />
                ><br />
                >Qt Developer Days 2010 - Munich Oct 11-13 - San Francisco Nov 1-3<br />
                >For more information and to register: http://qt.nokia.com/qtdevdays2010<br />
                >_______________________________________________<br />
                >dbus mailing list<br />
                >dbus@lists.freedesktop.org<br />
                >http://lists.freedesktop.org/mailman/listinfo/dbus<br />
                 </p>
</div>