Configure:
./configure --without-Judy
...
configure: WARNING: getopt.h: present but cannot be compiled
configure: WARNING: getopt.h: check for missing prerequisite headers?
configure: WARNING: getopt.h: see the Autoconf documentation
configure: WARNING: getopt.h: section "Present But Cannot Be Compiled"
configure: WARNING: getopt.h: proceeding with the compiler's result
configure: WARNING: ## --------------------------------------------------- ##
configure: WARNING: ## Report this to
miredo-devel_no_bulk_mail@remlab.net ##
configure: WARNING: ## --------------------------------------------------- ##
checking for getopt.h... no
checking for library containing getopt_long... none required
...
Danach mit GMake
gmake
[root@alix]: /root/miredo-1.2.3#gmake
gmake all-recursive
gmake[1]: Entering directory `/root/miredo-1.2.3'
Making all in po
gmake[2]: Entering directory `/root/miredo-1.2.3/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/root/miredo-1.2.3/po'
Making all in doc
gmake[2]: Entering directory `/root/miredo-1.2.3/doc'
SED miredo.8
SED miredo-server.8
SED miredo-checkconf.8
gmake[2]: Leaving directory `/root/miredo-1.2.3/doc'
Making all in misc
gmake[2]: Entering directory `/root/miredo-1.2.3/misc'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/root/miredo-1.2.3/misc'
Making all in compat
gmake[2]: Entering directory `/root/miredo-1.2.3/compat'
CC clock_nanosleep.lo
In file included from /usr//include/sys/time.h:39,
from clock_nanosleep.c:26:
/usr//include/sys/types.h:175: error: two or more data types in declaration specifiers
/usr//include/sys/types.h:175: warning: empty declaration
gmake[2]: *** [clock_nanosleep.lo] Error 1
gmake[2]: Leaving directory `/root/miredo-1.2.3/compat'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/root/miredo-1.2.3'
gmake: *** [all] Error 2
Oder mit Make:
[root@alix]: /root/miredo-1.2.3#make
make all-recursive
Making all in po
Making all in doc
Making all in misc
Making all in compat
CC clock_nanosleep.lo
In file included from /usr//include/sys/time.h:39,
from clock_nanosleep.c:26:
/usr//include/sys/types.h:175: error: two or more data types in declaration specifiers
/usr//include/sys/types.h:175: warning: empty declaration
*** Error code 1
Stop in /root/miredo-1.2.3/compat (line 370 of Makefile).
*** Error code 1
Stop in /root/miredo-1.2.3 (line 397 of Makefile).
*** Error code 1
Stop in /root/miredo-1.2.3 (line 302 of Makefile).
[root@alix]: /root/miredo-1.2.3#
Versucht zu beheben mit:
pkg_add autoconf-2.64
Selber Fehler...
Mail an die Adresse läuft ins Leere.