Hi, devel/jsoncpp is a dependency for some programs. It won't build on my system, and I suspect it requires a program that I left out on my FreeBSD 11.0 base installation. It gives error code 127
Does anyone know if it's any of these options from /etc/src.conf
It could also be something I left out of the kernel. There was another port that didn't install as well (it was a python related port, but I forgot what it was), and perhaps its the same issue. I can get around it, by installing the package.
Does anyone know if it's any of these options from /etc/src.conf
Code:
WITHOUT_BSDINSTALL=yes
WITHOUT_CROSS_COMPILER=yes
WITHOUT_FREEBSD_UPDATE=yes
WITHOUT_GCC=yes
WITHOUT_GDB=yes
WITHOUT_GPL_DTC=yes
WITHOUT_GNU=yes
WITHOUT_PC_SYSINSTALL=yes
It could also be something I left out of the kernel. There was another port that didn't install as well (it was a python related port, but I forgot what it was), and perhaps its the same issue. I can get around it, by installing the package.