steady286/phevbuild

can't build

Opened this issue · 1 comments

I have the issue that I can't build

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ARGP_LIB
linked by target "phevctl" in directory /home/pi/test/phevbuild/external/phevctl

I am not a programmer an have no clue how to continue ..

Sorry for the late answer.

What is your build environment? As i can see, you build on a raspi?

You may also attach your CMakeCache.txt here, so i can see what settings CMake is using.

Update: argp_library is part of GNU Lib (https://www.gnu.org/software/gnulib/). You will have to install the gnulib on your system in order to utilize argp_library. The installation command is dependent on the OS distribution you use. For a Debian style OS this would be:

sudo apt-get update
sudo apt-get -y install gnulib