I'm trying to build tdelibs from GIT. The build fails and I always receive this error message:
/bin/sh: ./tdelfeditor: No such file or directory
I have -DWITH_ELFICON=OFF. I also tried removing that option because the option defaults to OFF from -DWITH_ALL_OPTIONS.
According to CMakeLists.txt, the tdelfeditor subdirectory should not get built.
All dependency packages build and install without error.
Darrell