touch source/ulogd-1.0/.configured
PATH="/home/slightly/freetz-trunk/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" \
make -j2 -C source/ulogd-1.0 \
CC="/home/slightly/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc" \
CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
make[1]: Entering directory `/home/slightly/freetz-trunk/source/ulogd-1.0'
/home/slightly/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o conffile/conffile.o conffile/conffile.c
make[1]: *** Keine Regel vorhanden, um das Target »libipulog/libipulog.a«,
benötigt von »ulogd«, zu erstellen. Schluss.
make[1]: *** Warte auf noch nicht beendete Prozesse...
make[2]: Entering directory `/home/slightly/freetz-trunk/source/ulogd-1.0/conffile'
make[2]: Warnung: Kein Jobserver verfügbar: -j1 wird gesetzt. »+« zur Ursprungsregel
hinzufügen.
/home/slightly/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c conffile.c -o conffile.o
conffile/conffile.c:24:22: error: conffile.h: No such file or directory
conffile/conffile.c:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
conffile/conffile.c: In function 'config_register_file':
conffile/conffile.c:121: error: 'ERROOM' undeclared (first use in this function)
conffile/conffile.c:121: error: (Each undeclared identifier is reported only once
conffile/conffile.c:121: error: for each function it appears in.)
conffile/conffile.c: At top level:
conffile/conffile.c:129: error: expected declaration specifiers or '...' before 'config_entry_t'
conffile/conffile.c: In function 'config_parse_file':
conffile/conffile.c:133: error: 'config_entry_t' undeclared (first use in this function)
conffile/conffile.c:133: error: 'ce' undeclared (first use in this function)
conffile/conffile.c:136: error: 'LINE_LEN' undeclared (first use in this function)
conffile/conffile.c:141: error: 'ERROPEN' undeclared (first use in this function)
conffile/conffile.c:164: error: 'ERRSECTION' undeclared (first use in this function)
conffile/conffile.c:186: error: 'keys' undeclared (first use in this function)
conffile/conffile.c:195: error: 'CONFIG_OPT_MULTI' undeclared (first use in this function)
conffile/conffile.c:198: error: 'config_errce' undeclared (first use in this function)
conffile/conffile.c:199: error: 'ERRMULT' undeclared (first use in this function)
conffile/conffile.c:205: error: 'CONFIG_TYPE_STRING' undeclared (first use in this function)
conffile/conffile.c:207: error: 'CONFIG_VAL_STRING_LEN' undeclared (first use in this function)
conffile/conffile.c:212: error: 'CONFIG_TYPE_INT' undeclared (first use in this function)
conffile/conffile.c:215: error: 'CONFIG_TYPE_CALLBACK' undeclared (first use in this function)
conffile/conffile.c:227: error: 'CONFIG_OPT_MANDATORY' undeclared (first use in this function)
conffile/conffile.c:231: error: 'ERRMAND' undeclared (first use in this function)
make[1]: *** [conffile/conffile.o] Fehler 1
conffile.c:24:22: error: conffile.h: No such file or directory
conffile.c:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
conffile.c: In function 'config_register_file':
conffile.c:121: error: 'ERROOM' undeclared (first use in this function)
conffile.c:121: error: (Each undeclared identifier is reported only once
conffile.c:121: error: for each function it appears in.)
conffile.c: At top level:
conffile.c:129: error: expected declaration specifiers or '...' before 'config_entry_t'
conffile.c: In function 'config_parse_file':
conffile.c:133: error: 'config_entry_t' undeclared (first use in this function)
conffile.c:133: error: 'ce' undeclared (first use in this function)
conffile.c:136: error: 'LINE_LEN' undeclared (first use in this function)
conffile.c:141: error: 'ERROPEN' undeclared (first use in this function)
conffile.c:164: error: 'ERRSECTION' undeclared (first use in this function)
conffile.c:186: error: 'keys' undeclared (first use in this function)
conffile.c:195: error: 'CONFIG_OPT_MULTI' undeclared (first use in this function)
conffile.c:198: error: 'config_errce' undeclared (first use in this function)
conffile.c:199: error: 'ERRMULT' undeclared (first use in this function)
conffile.c:205: error: 'CONFIG_TYPE_STRING' undeclared (first use in this function)
conffile.c:207: error: 'CONFIG_VAL_STRING_LEN' undeclared (first use in this function)
conffile.c:212: error: 'CONFIG_TYPE_INT' undeclared (first use in this function)
conffile.c:215: error: 'CONFIG_TYPE_CALLBACK' undeclared (first use in this function)
conffile.c:227: error: 'CONFIG_OPT_MANDATORY' undeclared (first use in this function)
conffile.c:231: error: 'ERRMAND' undeclared (first use in this function)
make[2]: *** [conffile.o] Fehler 1
make[2]: Leaving directory `/home/slightly/freetz-trunk/source/ulogd-1.0/conffile'
make[1]: *** [recurse] Fehler 1
make[1]: Leaving directory `/home/slightly/freetz-trunk/source/ulogd-1.0'
make: *** [source/ulogd-1.0/src/ulogd] Fehler 2
slightly@StinkyLinux:~/freetz-trunk$ make
WARNING: The program intltool-update was not found in path.
PATH="/home/slightly/freetz-trunk/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" \
make -j2 -C source/ulogd-1.0 \
CC="/home/slightly/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc" \
CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
make[1]: Entering directory `/home/slightly/freetz-trunk/source/ulogd-1.0'
/home/slightly/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o conffile/conffile.o conffile/conffile.c
make[1]: *** Keine Regel vorhanden, um das Target »libipulog/libipulog.a«,
benötigt von »ulogd«, zu erstellen. Schluss.
make[1]: *** Warte auf noch nicht beendete Prozesse...
make[2]: Entering directory `/home/slightly/freetz-trunk/source/ulogd-1.0/conffile'
make[2]: Warnung: Kein Jobserver verfügbar: -j1 wird gesetzt. »+« zur Ursprungsregel
hinzufügen.
/home/slightly/freetz-trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c conffile.c -o conffile.o
conffile/conffile.c:24:22: error: conffile.h: No such file or directory
conffile/conffile.c:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
conffile/conffile.c: In function 'config_register_file':
conffile/conffile.c:121: error: 'ERROOM' undeclared (first use in this function)
conffile/conffile.c:121: error: (Each undeclared identifier is reported only once
conffile/conffile.c:121: error: for each function it appears in.)
conffile/conffile.c: At top level:
conffile/conffile.c:129: error: expected declaration specifiers or '...' before 'config_entry_t'
conffile/conffile.c: In function 'config_parse_file':
conffile/conffile.c:133: error: 'config_entry_t' undeclared (first use in this function)
conffile/conffile.c:133: error: 'ce' undeclared (first use in this function)
conffile/conffile.c:136: error: 'LINE_LEN' undeclared (first use in this function)
conffile/conffile.c:141: error: 'ERROPEN' undeclared (first use in this function)
conffile/conffile.c:164: error: 'ERRSECTION' undeclared (first use in this function)
conffile/conffile.c:186: error: 'keys' undeclared (first use in this function)
conffile/conffile.c:195: error: 'CONFIG_OPT_MULTI' undeclared (first use in this function)
conffile/conffile.c:198: error: 'config_errce' undeclared (first use in this function)
conffile/conffile.c:199: error: 'ERRMULT' undeclared (first use in this function)
conffile/conffile.c:205: error: 'CONFIG_TYPE_STRING' undeclared (first use in this function)
conffile/conffile.c:207: error: 'CONFIG_VAL_STRING_LEN' undeclared (first use in this function)
conffile/conffile.c:212: error: 'CONFIG_TYPE_INT' undeclared (first use in this function)
conffile/conffile.c:215: error: 'CONFIG_TYPE_CALLBACK' undeclared (first use in this function)
conffile/conffile.c:227: error: 'CONFIG_OPT_MANDATORY' undeclared (first use in this function)
conffile/conffile.c:231: error: 'ERRMAND' undeclared (first use in this function)
make[1]: *** [conffile/conffile.o] Fehler 1
conffile.c:24:22: error: conffile.h: No such file or directory
conffile.c:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
conffile.c: In function 'config_register_file':
conffile.c:121: error: 'ERROOM' undeclared (first use in this function)
conffile.c:121: error: (Each undeclared identifier is reported only once
conffile.c:121: error: for each function it appears in.)
conffile.c: At top level:
conffile.c:129: error: expected declaration specifiers or '...' before 'config_entry_t'
conffile.c: In function 'config_parse_file':
conffile.c:133: error: 'config_entry_t' undeclared (first use in this function)
conffile.c:133: error: 'ce' undeclared (first use in this function)
conffile.c:136: error: 'LINE_LEN' undeclared (first use in this function)
conffile.c:141: error: 'ERROPEN' undeclared (first use in this function)
conffile.c:164: error: 'ERRSECTION' undeclared (first use in this function)
conffile.c:186: error: 'keys' undeclared (first use in this function)
conffile.c:195: error: 'CONFIG_OPT_MULTI' undeclared (first use in this function)
conffile.c:198: error: 'config_errce' undeclared (first use in this function)
conffile.c:199: error: 'ERRMULT' undeclared (first use in this function)
conffile.c:205: error: 'CONFIG_TYPE_STRING' undeclared (first use in this function)
conffile.c:207: error: 'CONFIG_VAL_STRING_LEN' undeclared (first use in this function)
conffile.c:212: error: 'CONFIG_TYPE_INT' undeclared (first use in this function)
conffile.c:215: error: 'CONFIG_TYPE_CALLBACK' undeclared (first use in this function)
conffile.c:227: error: 'CONFIG_OPT_MANDATORY' undeclared (first use in this function)
conffile.c:231: error: 'ERRMAND' undeclared (first use in this function)
make[2]: *** [conffile.o] Fehler 1
make[2]: Leaving directory `/home/slightly/freetz-trunk/source/ulogd-1.0/conffile'
make[1]: *** [recurse] Fehler 1
make[1]: Leaving directory `/home/slightly/freetz-trunk/source/ulogd-1.0'
make: *** [source/ulogd-1.0/src/ulogd] Fehler 2
slightly@StinkyLinux:~/freetz-trunk$