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

Compile error on Ubuntu 14.04: libusb.h not found #354

Open
lguyot opened this issue Aug 5, 2014 · 4 comments
Open

Compile error on Ubuntu 14.04: libusb.h not found #354

lguyot opened this issue Aug 5, 2014 · 4 comments

Comments

@lguyot
Copy link

lguyot commented Aug 5, 2014

Few moments after typing

make Equalizer

I get the following compile error:

[ 11%] Building CXX object eq/client/CMakeFiles/Equalizer.dir/observer.cpp.o
In file included from /home/lguyot/develop/Buildyard/src/Equalizer/eq/client/observer.cpp:34:0:
/home/lguyot/develop/Buildyard/Build/install/include/vrpn_Tracker.h:176:20: fatal error: libusb.h: No such file or directory

(Note: /usr/include/libusb-1.0/libusb.h exists)

@eile
Copy link
Member

eile commented Aug 5, 2014

For some reason VRPN does not setup the include path correctly. I don't have this header - can you try uninstalling the corresponding package?

@lguyot
Copy link
Author

lguyot commented Aug 8, 2014

Unfortunately

sudo apt-get remove libusb-dev

didn't help.

@eile
Copy link
Member

eile commented Aug 8, 2014

Might be libusb-1.0-0-dev.

The VRPN build is really broken it seems, and I don't feel like fixing this now. Worst case just 'set(VRPN_REPO_URL)' in your config.local to disable it.

@RubenGarcia
Copy link
Contributor

vrpn build was also broken in windows, I had to build vrpn outside of equalizer. The current git version of vrpn seems to work on its own.

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

3 participants