-
Notifications
You must be signed in to change notification settings - Fork 16
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
mcaCanberra, mcaAIM, and nmcDemo are built unconditionally on OS X #9
Comments
OS X builds are broken if libnet isn't installed:
|
I would suggest changing LINUX_NET_INSTALLED to LIBNET_INSTALLED or better HAVE_LIBNET, which is the syntax that many packages use. |
I will change it to HAVE_LIBNET and create a pull request. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mcaApp/CanberraSrc/Makefile allows mcaCamberra, mcaAIM, and nmcDemo to be easily omitted from the build on Linux:
But not on OS X (Darwin):
I don't know if the correct approach is to add DARWIN_NET_INSTALLED to mca's configure/CONFIG_APP or to change LINUX_NET_INSTALLED to something more general that applies to both Linux and OS X.
The text was updated successfully, but these errors were encountered: