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

FreeBSD support #17

Open
sparvu opened this issue Nov 4, 2019 · 1 comment
Open

FreeBSD support #17

sparvu opened this issue Nov 4, 2019 · 1 comment

Comments

@sparvu
Copy link

sparvu commented Nov 4, 2019

Is the BACnet stack designed for Linux only systems ? I tried to compile the project on FreeBSD 10 amd64 without success:

krmx@fbsd1064:~/bacnet-stack % gmake
gmake -s -C lib all
In file included from ../src/tsm.c:45:
In file included from ../include/datalink.h:61:
In file included from ../include/bip.h:32:
../ports/linux/net.h:85:10: fatal error: 'features.h' file not found
#include <features.h>   /* for the glibc version number */
         ^
1 error generated.
Makefile:219: recipe for target '../src/tsm.o' failed
gmake[1]: *** [../src/tsm.o] Error 1
Makefile:68: recipe for target 'library' failed
gmake: *** [library] Error 2

Is there any hope to see this portable across different UNIX systems or the stack will stay only for Linux based systems ?

Thanks

@gocarlos
Copy link

gocarlos commented Jan 11, 2020

upstream bacnet stack is now on github; https://github.com/bacnet-stack/bacnet-stack

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

2 participants