Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Problem while building Default #8

Closed
abhisheksafui opened this issue Sep 21, 2017 · 5 comments
Closed

Build Problem while building Default #8

abhisheksafui opened this issue Sep 21, 2017 · 5 comments

Comments

@abhisheksafui
Copy link

I am getting following error while doing
make -s -j8 Default:

make -s -j8 -C Default
** Creating dependency info for src/AvahiBrowserImpl.cpp
** Creating dependency info for src/AvahiResponderImpl.cpp
In file included from include/Poco/DNSSD/Avahi/AvahiResponderImpl.h:23:0,
from src/AvahiResponderImpl.cpp:17:
include/Poco/DNSSD/Avahi/Avahi.h:25:30: fatal error: Poco/DNSSD/DNSSD.h: No such file or directory
In file included from include/Poco/DNSSD/Avahi/AvahiBrowserImpl.h:23:0,
from src/AvahiBrowserImpl.cpp:17:
include/Poco/DNSSD/Avahi/Avahi.h:25:30: fatal error: Poco/DNSSD/DNSSD.h: No such file or directory
compilation terminated.
compilation terminated.
** Compiling src/AvahiBrowserImpl.cpp (debug, shared)
** Compiling src/AvahiResponderImpl.cpp (debug, shared)
** Compiling src/AvahiBrowserImpl.cpp (release, shared)
** Compiling src/AvahiResponderImpl.cpp (release, shared)
In file included from include/Poco/DNSSD/Avahi/AvahiBrowserImpl.h:23:0,
from src/AvahiBrowserImpl.cpp:17:
include/Poco/DNSSD/Avahi/Avahi.h:25:30: fatal error: Poco/DNSSD/DNSSD.h: No such file or directory
compilation terminated.
In file included from include/Poco/DNSSD/Avahi/AvahiResponderImpl.h:23:0,
from src/AvahiResponderImpl.cpp:17:
include/Poco/DNSSD/Avahi/Avahi.h:25:30: fatal error: Poco/DNSSD/DNSSD.h: No such file or directory
In file included from include/Poco/DNSSD/Avahi/AvahiResponderImpl.h:23:0,
from src/AvahiResponderImpl.cpp:17:
include/Poco/DNSSD/Avahi/Avahi.h:25:30: fatal error: Poco/DNSSD/DNSSD.h: No such file or directory
compilation terminated.
compilation terminated.
/home/abhi/Downloads/poco/build/rules/compile:51: recipe for target '/home/abhi/Downloads/poco/DNSSD/Avahi/obj/Linux/x86_64/debug_shared/AvahiBrowserImpl.o' failed
make[1]: *** [/home/abhi/Downloads/poco/DNSSD/Avahi/obj/Linux/x86_64/debug_shared/AvahiBrowserImpl.o] Error 1
make[1]: *** Waiting for unfinished jobs....
/home/abhi/Downloads/poco/build/rules/compile:55: recipe for target '/home/abhi/Downloads/poco/DNSSD/Avahi/obj/Linux/x86_64/release_shared/AvahiResponderImpl.o' failed
make[1]: *** [/home/abhi/Downloads/poco/DNSSD/Avahi/obj/Linux/x86_64/release_shared/AvahiResponderImpl.o] Error 1
/home/abhi/Downloads/poco/build/rules/compile:51: recipe for target '/home/abhi/Downloads/poco/DNSSD/Avahi/obj/Linux/x86_64/debug_shared/AvahiResponderImpl.o' failed
make[1]: *** [/home/abhi/Downloads/poco/DNSSD/Avahi/obj/Linux/x86_64/debug_shared/AvahiResponderImpl.o] Error 1
In file included from include/Poco/DNSSD/Avahi/AvahiBrowserImpl.h:23:0,
from src/AvahiBrowserImpl.cpp:17:
include/Poco/DNSSD/Avahi/Avahi.h:25:30: fatal error: Poco/DNSSD/DNSSD.h: No such file or directory
compilation terminated.
/home/abhi/Downloads/poco/build/rules/compile:55: recipe for target '/home/abhi/Downloads/poco/DNSSD/Avahi/obj/Linux/x86_64/release_shared/AvahiBrowserImpl.o' failed
make[1]: *** [/home/abhi/Downloads/poco/DNSSD/Avahi/obj/Linux/x86_64/release_shared/AvahiBrowserImpl.o] Error 1
Makefile:21: recipe for target 'projects' failed
make: *** [projects] Error 2

@soroshsabz
Copy link

ITNOA

Hi,

Did you test https://github.com/soroshsabz/poco-dnssd?

@abhisheksafui
Copy link
Author

yes same issue.
First I cloned into poco.
Then cloned DNSSD inside poco.
Then followed linux build instructions.
make -s -j8 completed.
but Default causing problems.

@obiltschnig
Copy link
Member

edit the components file and add:

DNSSD
DNSSD/Bonjour
DNSSD/Avahi

@soroshsabz
Copy link

soroshsabz commented Sep 21, 2017 via email

@abhisheksafui
Copy link
Author

Adding to components solved the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants