On Wed, Sep 3, 2014 at 4:18 PM, Bram de Kruijff <[email protected]> wrote: > Hi guys, > > building the RSA fails for me. I am on Ubuntu x64. Am I missing a > library or can I disable the module so I can tryout the RSA calculator > demo? > > bramk@dabbert:~/Projects/Apache/code/celix-trunk/build$ 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 >
Alexander confirmed it is a Linux related bug and provided me with a way to disable the Bonjour modules. I have created an issue [0] and attached the workaround. Regards, Bram [0] https://issues.apache.org/jira/browse/CELIX-148 > Thanks! > > Regards, > Bram
