Open CheekyMonkey opened 2 years ago
Hello
I'm able to successfully build libPCL-pxi.a following your build instructions for the PCL dependencies
However, libRFC6234-pxi.a does not appear to any longer be part of the PCL build according to the PCL makefile
Your instructions guide as follows:
"Verify that the libraries libPCL-pxi.a and libRFC6234-pxi.a exist in ${PCLLIBDIR}."
Any guidance on how to build libRFC6234-pxi.a now....
Issue now resolved Solution below:
Navigate to ${PCLSRCDIR}/3rdparty/RFC6234/linux/g++
Run make
libRFC6234-pxi.a will be built and can be found in ${PCLLIBDIR}
Please close this issue Thanks
Hello
I'm able to successfully build libPCL-pxi.a following your build instructions for the PCL dependencies
However, libRFC6234-pxi.a does not appear to any longer be part of the PCL build according to the PCL makefile
Your instructions guide as follows:
"Verify that the libraries libPCL-pxi.a and libRFC6234-pxi.a exist in ${PCLLIBDIR}."
Any guidance on how to build libRFC6234-pxi.a now....