-
Notifications
You must be signed in to change notification settings - Fork 12
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
Library does not build on Linux #25
Comments
Hi @rodb70, yes, the Linux port of the library is not completed at this time. We will have this working in the very near future. You can keep an eye on https://jira.etcconnect.com/browse/RDMNET-20 or on the docs to indicate Linux as a supported platform; since we have a low issue count right now, I'll also go ahead and just leave this one open and close it when we have Linux support. |
No problem close as you see fit. |
As of the latest tag baseline v0.3.0.10, the library and example applications should be buildable on Linux. Tested on Ubuntu 18.04 and 20.04. |
Describe the bug
Build error when trying to build on Linux, this looks to be because of a missing header file.
RDMnet/src/rdmnet/discovery/avahi/rdmnet_disc_avahi.c:30:37: fatal error: rdmnet/discovery/common.h: No such file or directory
compilation terminated.
src/rdmnet/CMakeFiles/RDMnet.dir/build.make:322: recipe for target 'src/rdmnet/CMakeFiles/RDMnet.dir/discovery/avahi/rdmnet_disc_avahi.c.o' failed
make[2]: *** [src/rdmnet/CMakeFiles/RDMnet.dir/discovery/avahi/rdmnet_disc_avahi.c.o] Error 1
CMakeFiles/Makefile2:717: recipe for target 'src/rdmnet/CMakeFiles/RDMnet.dir/all' failed
make[1]: *** [src/rdmnet/CMakeFiles/RDMnet.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
To Reproduce
Steps to reproduce the behavior, e.g.:
Expected behavior
Sucessful compile
Additional context
Just trying to build from Linux command line.
Linux 'uname -a' output:
Linux defiant 4.15.0-72-generic #81~16.04.1-Ubuntu SMP Tue Nov 26 16:34:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: