I’m trying to follow the instructions on hooking up the Pixy to a BBB found here: http://www.cmucam.org/projects/cmucam5/wiki/Hooking_up_Pixy_to_a_Beaglebone_Black and when I get to step 2.4.1 running ./build_libpixyusb.sh I get a “fatal error: QtGlobal: no such file or directory”. Any idea on a fix?
Here’s the entire output:
debian@beaglebone:~/pixy/scripts$ sudo ./build_libpixyusb.sh
– The CXX compiler identification is GNU 4.6.3
– Check for working CXX compiler: /usr/bin/c++
– Check for working CXX compiler: /usr/bin/c++ – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Found libusb-1.0:
– - Includes: /usr/include/libusb-1.0
– - Libraries: /usr/lib/arm-linux-gnueabihf/libusb-1.0.so
– Boost version: 1.49.0
– Found the following Boost libraries:
– thread
– system
– chrono
– Configuring done
– Generating done
– Build files have been written to: /home/debian/pixy/build/libpixyusb
Scanning dependencies of target pixyusb
[ 16%] Building CXX object CMakeFiles/pixyusb.dir/src/chirpreceiver.cpp.o
[ 33%] Building CXX object CMakeFiles/pixyusb.dir/src/pixyinterpreter.cpp.o
In file included from /home/debian/pixy/src/host/libpixyusb/src/pixyinterpreter.hpp:22:0,
from /home/debian/pixy/src/host/libpixyusb/src/pixyinterpreter.cpp:18:
/home/debian/pixy/src/host/libpixyusb/…/…/common/pixytypes.h:272:20: fatal error: QtGlobal: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/pixyusb.dir/src/pixyinterpreter.cpp.o] Error 1
make[1]: *** [CMakeFiles/pixyusb.dir/all] Error 2
make: *** [all] Error 2
debian@beaglebone:~/pixy/scripts$