mt-daapd make - Klappt nicht

H

Henri.Maddox

Mitglied
Liebes Forum,

ich habe ein "kleines" Problem und weis nicht, wie ich dies lösen soll:

ich möchte für osol1108 den firefly media server installieren
configure lief wunderbar, aber make bricht mit
"Fatal error: Command failed for target 'all-recursive'" so wie 'all'
ab.

Leider ist das Firefly-Forum down so das ich meine Hilfe nun hier suche.

Viele Grüße
Henri
 
Poste bitte die wirklich relevanten Fehlermeldungen. Nur die letzte Zeile reicht nicht. Also bitte die letzten 10-20 Zeilen des make-Outputs.
 
Hi,

hier der komplette Log:

Code:
Henri@fileserver:~/Desktop/mt-daapd-svn-1586$ make
make* all-recursive
Making all in src
Making all in plugins
if gcc -DHAVE_CONFIG_H -I. -I. -I..*** -g -Wall -DWITHOUT_MDNS -DWITH_HOWL -DHAVE_SQL -DHOST='"i386-pc-solaris2.11"' -DNOT_HAVE_DAEMON -DNOT_HAVE_SA_LEN* -DNOT_HAVE_SOCKLEN_T -DNOT_HAVE_IF_NAMETOINDEX* -DLOG_PERROR=0 -D_XPG4_2 -D__EXTENSIONS__* -DHAVE_BROKEN_RECVIF_NAME* -D_POSIX_PTHREAD_SEMANTICS -I/opt/local/include/howl -I/usr/local//include* -g -O2 -MT rend-howl.o -MD -MP -MF ".deps/rend-howl.Tpo" -c -o rend-howl.o rend-howl.c; \
then mv -f ".deps/rend-howl.Tpo" ".deps/rend-howl.Po"; else rm -f ".deps/rend-howl.Tpo"; exit 1; fi
rend-howl.c:32:18: howl.h: No such file or directory
rend-howl.c:41: error: syntax error before "rend_handle"
rend-howl.c:41: warning: type defaults to `int' in declaration of `rend_handle'
rend-howl.c:41: warning: data definition has no type or storage class
rend-howl.c:52: error: syntax error before "rend_howl_reply"
rend-howl.c:52: error: syntax error before "discovery"
rend-howl.c:55: warning: return type defaults to `int'
rend-howl.c: In function `rend_howl_reply':
rend-howl.c:56: error: syntax error before "status_text"
rend-howl.c: At top level:
rend-howl.c:63: error: syntax error before numeric constant
rend-howl.c:63: warning: type defaults to `int' in declaration of `err_log'
rend-howl.c:63: error: conflicting types for 'err_log'
err.h:68: error: previous declaration of 'err_log' was here
rend-howl.c:63: error: conflicting types for 'err_log'
err.h:68: error: previous declaration of 'err_log' was here
rend-howl.c:63: warning: data definition has no type or storage class
rend-howl.c: In function `rend_private_init':
rend-howl.c:77: warning: implicit declaration of function `sw_discovery_init'
rend-howl.c:77: error: `SW_OKAY' undeclared (first use in this function)
rend-howl.c:77: error: (Each undeclared identifier is reported only once
rend-howl.c:77: error: for each function it appears in.)
rend-howl.c:96: warning: implicit declaration of function `sw_discovery_run'
rend-howl.c: In function `rend_pipe_monitor':
rend-howl.c:112: warning: implicit declaration of function `memset'
rend-howl.c: In function `rend_callback':
rend-howl.c:138: error: `sw_discovery_oid' undeclared (first use in this function)
rend-howl.c:138: error: syntax error before "rend_oid"
rend-howl.c:139: error: `sw_result' undeclared (first use in this function)
rend-howl.c:151: error: `result' undeclared (first use in this function)
rend-howl.c:151: warning: implicit declaration of function `sw_discovery_publish'
rend-howl.c:158: error: `sw_octets' undeclared (first use in this function)
rend-howl.c:158: error: syntax error before "msg"
rend-howl.c:162: error: `rend_oid' undeclared (first use in this function)
rend-howl.c:162: warning: left-hand operand of comma expression has no effect
rend-howl.c:162: warning: left-hand operand of comma expression has no effect
rend-howl.c:162: warning: left-hand operand of comma expression has no effect
rend-howl.c:162: error: syntax error before ')' token
rend-howl.c:165: error: syntax error before "else"
rend-howl.c: At top level:
rend-howl.c:171: error: syntax error before '-' token
rend-howl.c:171: warning: type defaults to `int' in declaration of `rend_send_response'
rend-howl.c:171: warning: data definition has no type or storage class
rend-howl.c:175: error: syntax error before numeric constant
rend-howl.c:175: warning: type defaults to `int' in declaration of `rend_send_response'
rend-howl.c:175: warning: data definition has no type or storage class
rend-howl.c:177: warning: type defaults to `int' in declaration of `sw_discovery_fina'
rend-howl.c:177: warning: parameter names (without types) in function declaration
rend-howl.c:177: warning: data definition has no type or storage class
rend-howl.c:178: error: syntax error before "break"
rend-howl.c:181: error: syntax error before numeric constant
rend-howl.c:181: warning: type defaults to `int' in declaration of `rend_send_response'
rend-howl.c:181: warning: data definition has no type or storage class
*** Error code 1
make: Fatal error: Command failed for target `rend-howl.o'
Current working directory /export/home/Henri/Desktop/mt-daapd-svn-1586/src
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
* case $f in \
*** *=* | --[!k]*);; \
*** *k*) failcom='fail=yes';; \
* esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='plugins '; for subdir in $list; do \
* echo "Making $target in $subdir"; \
* if test "$subdir" = "."; then \
*** dot_seen=yes; \
*** local_target="$target-am"; \
* else \
*** local_target="$target"; \
* fi; \
* (cd $subdir && make* $local_target) \
* || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
* make* "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/Henri/Desktop/mt-daapd-svn-1586/src
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
* case $f in \
*** *=* | --[!k]*);; \
*** *k*) failcom='fail=yes';; \
* esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='src admin-root contrib'; for subdir in $list; do \
* echo "Making $target in $subdir"; \
* if test "$subdir" = "."; then \
*** dot_seen=yes; \
*** local_target="$target-am"; \
* else \
*** local_target="$target"; \
* fi; \
* (cd $subdir && make* $local_target) \
* || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
* make* "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/Henri/Desktop/mt-daapd-svn-1586
*** Error code 1
make: Fatal error: Command failed for target `all'

Hoffe es sind jetzt nicht zu viele Informationen :-)
 
Code:
rend-howl.c:32:18: howl.h: No such file or directory
Da liegt dein wirkliches Problem, fehlende Header Dateien.

(Nein, ich weiß nicht in welchem Paket die drin sind, einfach mal suchen)

Ein Blick in die mitgelieferte Dokumentation (README/INSTALL-Datei o.ä. falls vorhanden) kann auch nicht schaden, da steht meist drin, was zum Bau benötigt wird.
 
Zuletzt bearbeitet von einem Moderator:

Ähnliche Themen

xrandr: cant open display

Installation von monitord unter Debian wheezy

string.split() splittet zu einzelnen Buchstaben anstatt zu Wörtern

Samba Update von 3.2.5 auf 3.5.6 - Probleme beim Server Browsen

tilp lässt sich nicht installieren

Zurück
Oben