Github user achristianson commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/170
Getting a cmake error:
```
make[4]: *** No rule to make target 'all'. Stop.
Makefile:72: recipe for target 'libs' failed
make[3]: *** [libs] Error 2
extensions/pcap/CMakeFiles/pcappp.dir/build.make:57: recipe for target
'extensions/pcap/CMakeFiles/pcappp' failed
make[2]: *** [extensions/pcap/CMakeFiles/pcappp] Error 2
CMakeFiles/Makefile2:3285: recipe for target
'extensions/pcap/CMakeFiles/pcappp.dir/all' failed
make[1]: *** [extensions/pcap/CMakeFiles/pcappp.dir/all] Error 2
Makefile:160: recipe for target 'all' failed
make: *** [all] Error 2
```
Also, pcapplusplus asked me a couple interactive questions during configure:
```
****************************************
PcapPlusPlus Linux configuration script
****************************************
Number of arguments: 0
Compile PcapPlusPlus with PF_RING? no
Compile PcapPlusPlus with DPDK? no
PcapPlusPlus configuration is complete. Files created (or modified):
mk/platform.mk, mk/PcapPlusPlus.mk
```
This was somewhat surprising/confusing. I checked the README for info on
this but couldn't find anything. Is this expected? If so we should probably
mention it in the README and note what the interactive answers should be, and
if there are implications on the processor functionality.
---