Trying to build from current git on rasp pi.
Previous build successful but could not get python code to work as needed. I noticed it has been recently updated, so I updated my repo and now it will not build.
pi@mikepi2 ~/pixy/scripts $ ./build_libpixyusb.sh
mkdir: cannot create directory ../build': File exists mkdir: cannot create directory
…/build/libpixyusb’: File exists
– 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
– Configuring done
CMake Error at CMakeLists.txt:27 (add_library):
Cannot find source file:
../../common/chirp.cpp
indeed the file is not there - it is in …/…/common/src/chirp.cpp
is this just something missed or is there a way to build I do not understand?