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

Building: problems on Ubuntu 15.04 #90

Open
YPares opened this issue Sep 30, 2015 · 1 comment
Open

Building: problems on Ubuntu 15.04 #90

YPares opened this issue Sep 30, 2015 · 1 comment

Comments

@YPares
Copy link

YPares commented Sep 30, 2015

Hi, I have some issues when building ide-backend-server-0.10.0 due to C headers not found:

<bsd/libutil.h>
<sys/_types.h>

The first one is in the libutil-freebsd-dev package, but after installing it you have to create a simlink because libutil.h is directly in /usr/include, not in a /usr/include/bsd subdirectory.
And the second one I'm still looking for it... What's weird is that every error due to sys/_types.h being missing reported on the internet seems to be related to Android development...

EDIT: Ok, so that was freebsd-glue.
Maybe this should be advertised in the README.

@seanparsons
Copy link

It seems a bit crazy that you should have to create a symlink in /usr/include, I've just been bitten by this and I don't particularly want to monkey up my system to make this work...

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