You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Bram de Kruijff (JIRA)" <ji...@apache.org> on 2014/09/03 17:22:52 UTC

[jira] [Created] (CELIX-148) Build failure on Linux due to Bonjour discovery

Bram de Kruijff created CELIX-148:
-------------------------------------

             Summary: Build failure on Linux due to Bonjour discovery
                 Key: CELIX-148
                 URL: https://issues.apache.org/jira/browse/CELIX-148
             Project: Celix
          Issue Type: Bug
          Components: Remote Service Admin
         Environment: Celix trunk r1622252 / Ubuntu 14.04 / x86_64
            Reporter: Bram de Kruijff


Building the Remote Service Admin component on linux results in a compilation failure:

{code}
$ make
[  0%] Built target bundles
[  5%] Built target celix_utils
[ 37%] Built target celix_framework
[ 41%] Built target topology_manager
[ 47%] Built target remote_service_admin_http
[ 50%] Built target remote_service_admin_shm
[ 52%] Built target discovery_slp
[ 52%] Building C object
remote_services/discovery_bonjour/CMakeFiles/discovery_bonjour.dir/private/src/discovery.c.o
/home/bramk/Projects/Apache/code/celix-trunk/remote_services/discovery_bonjour/private/src/discovery.c:33:20:
fatal error: dns_sd.h: No such file or directory
 #include <dns_sd.h>
                    ^
compilation terminated.
make[2]: *** [remote_services/discovery_bonjour/CMakeFiles/discovery_bonjour.dir/private/src/discovery.c.o]
Error 1
make[1]: *** [remote_services/discovery_bonjour/CMakeFiles/discovery_bonjour.dir/all]
Error 2
make: *** [all] Error 2
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)