FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › compile error –enable howl
- This topic has 3 replies, 2 voices, and was last updated 18 years, 3 months ago by rpedde.
-
AuthorPosts
-
09/08/2006 at 10:34 PM #496GeraldParticipant
to the community,
can anybody tell me why I am getting the error during compile time if I enable howl support ?
I will add some lines before I am getting the error below.
Howl is installed and the configure scripts is running with the corresponding options
--enable-howl
--with-howl-includes=/usr/include/howl
--with-howl-libs=/usr/lib
rpm -ql howl-devel gives the installes package files
-bash-3.00$ rpm -ql howl-devel
/usr/include/howl/corby
/usr/include/howl/corby/buffer.h
/usr/include/howl/corby/channel.h
/usr/include/howl/corby/corby.h
/usr/include/howl/corby/message.h
/usr/include/howl/corby/object.h
/usr/include/howl/corby/orb.h
/usr/include/howl/discovery
/usr/include/howl/discovery/discovery.h
/usr/include/howl/discovery/text_record.h
/usr/include/howl/howl.h
/usr/include/howl/howl_config.h
/usr/include/howl/rendezvous
/usr/include/howl/rendezvous/rendezvous.h
/usr/include/howl/rendezvous/text_record.h
/usr/in .. ..
.. ..
.. ..
best regards and thanks in advance
Gerald
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:40: error: syntax error before "rend_handle"
rend-howl.c:40: warning: type defaults to `int' in declaration of `rend_handle'
rend-howl.c:40: warning: data definition has no type or storage class
rend-howl.c:51: error: syntax error before "rend_howl_reply"
rend-howl.c:51: error: syntax error before "discovery"
rend-howl.c:54: warning: return type defaults to `int'
rend-howl.c: In function `rend_howl_reply':
rend-howl.c:55: error: syntax error before "status_text"
rend-howl.c: At top level:
rend-howl.c:62: error: syntax error before numeric constant
rend-howl.c:62: warning: type defaults to `int' in declaration of `err_log'
rend-howl.c:62: error: conflicting types for 'err_log'
err.h:68: error: previous declaration of 'err_log' was here
rend-howl.c:62: error: conflicting types for 'err_log'
err.h:68: error: previous declaration of 'err_log' was here
rend-howl.c:62: warning: data definition has no type or storage class
rend-howl.c: In function `rend_private_init':
rend-howl.c:76: warning: implicit declaration of function `sw_discovery_init'
rend-howl.c:76: error: `SW_OKAY' undeclared (first use in this function)
rend-howl.c:76: error: (Each undeclared identifier is reported only once
rend-howl.c:76: error: for each function it appears in.)
rend-howl.c:95: warning: implicit declaration of function `sw_discovery_run'
rend-howl.c: In function `rend_callback':
rend-howl.c:137: error: `sw_discovery_oid' undeclared (first use in this function)
rend-howl.c:137: error: syntax error before "rend_oid"
rend-howl.c:138: error: `sw_result' undeclared (first use in this function)
rend-howl.c:150: error: `result' undeclared (first use in this function)
rend-howl.c:150: warning: implicit declaration of function `sw_discovery_publish'
rend-howl.c:157: error: `sw_octets' undeclared (first use in this function)
rend-howl.c:157: error: syntax error before "msg"
rend-howl.c:161: error: `rend_oid' undeclared (first use in this function)
rend-howl.c:161: warning: left-hand operand of comma expression has no effect
rend-howl.c:161: warning: left-hand operand of comma expression has no effect
rend-howl.c:161: warning: left-hand operand of comma expression has no effect
rend-howl.c:161: error: syntax error before ')' token
rend-howl.c:164: error: syntax error before "else"
rend-howl.c: At top level:
rend-howl.c:170: error: syntax error before '-' token
rend-howl.c:170: warning: type defaults to `int' in declaration of `rend_send_response'
rend-howl.c:170: warning: data definition has no type or storage class
rend-howl.c:174: error: syntax error before numeric constant
rend-howl.c:174: warning: type defaults to `int' in declaration of `rend_send_response'
rend-howl.c:174: warning: data definition has no type or storage class
rend-howl.c:176: warning: type defaults to `int' in declaration of `sw_discovery_fina'
rend-howl.c:176: warning: parameter names (without types) in function declaration
rend-howl.c:176: warning: data definition has no type or storage class
rend-howl.c:177: error: syntax error before "break"
rend-howl.c:180: error: syntax error before numeric constant
rend-howl.c:180: warning: type defaults to `int' in declaration of `rend_send_response'
rend-howl.c:180: warning: data definition has no type or storage class
make[3]: *** [rend-howl.o] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/mt-daapd-svn.1333/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/mt-daapd-svn.1333/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/mt-daapd-svn.1333'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.79424 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.79424 (%build)
09/08/2006 at 11:17 PM #5861rpeddeParticipant@Gerald wrote:
to the community,
can anybody tell me why I am getting the error during compile time if I enable howl support ?That all looks fine. Can you build the rpm with debug options to show the command lines? I’m curious to see what the actual command line passed was.
10/08/2006 at 9:34 PM #5862GeraldParticipant@rpedde wrote:
@Gerald wrote:
to the community,
can anybody tell me why I am getting the error during compile time if I enable howl support ?That all looks fine. Can you build the rpm with debug options to show the command lines? I’m curious to see what the actual command line passed was.
Sorry I bothered,
it was late I suppose and did a typo in specifying the directory howl-includes--with-howl-inlcudes=/usr/linclude/howl
and wrote a “s” which was defintely too much !
–with-howl-inlcudes=/usr/lincludes/howl
Sorry.
As a goodie vou may look at the compilation at
http://schwarzecker.homelinux.net/swf/mt-daapd-debug.html
thanks a lot anyway
Gerald11/08/2006 at 1:14 AM #5863rpeddeParticipant@Gerald wrote:
it was late I suppose and did a typo in specifying the directory howl-includes
That would do it. Glad to hear you got it working.
As a goodie vou may look at the compilation at
http://schwarzecker.homelinux.net/swf/mt-daapd-debug.html*That’s* pretty darn cool. I’ll be using that in the future. 🙂
Thanks.
— Ron
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.