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

unistd.h:10:16: fatal error: io.h: No such file or directory #2

Open
nyxrobotics opened this issue Feb 16, 2019 · 2 comments
Open

unistd.h:10:16: fatal error: io.h: No such file or directory #2

nyxrobotics opened this issue Feb 16, 2019 · 2 comments

Comments

@nyxrobotics
Copy link

Hello,
I run "git clone --recursive https://github.com/pushkalkatara/darknet_ros.git"
and then "catkin bt", but I've got this error.
"ros/src/darknet_ros_prv/darknet/src/unistd.h:10:16: fatal error: io.h: No such file or directory
compilation terminated."
Do you have any idea ?
(I use ros-kinetic on ubuntu16.04)

@pushkalkatara
Copy link
Owner

pushkalkatara commented Feb 16, 2019

Hi,
Simply removing the unistd.h from darknet solves the issue.

cd darknet_ros
cd darknet/src
rm -rf unistd.h

@nyxrobotics
Copy link
Author

It works. Thank you !

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