I have an error linking pNXT. If you're happy to discuss the issues here than ok, but I'll use pastebin for the errors otherwise it's going to get bloated here really fast
http://pastebin.com/n2XTYd81
from the pNXT/src directory do a:
./m_unix
that should make pNXTd in the pNXT/src/src directory
Kind of a mess, but I just used the existing make structure
James
Still no joy... http://pastebin.com/ckV8FewS
I hate boost, so hard to install
maybe revert to 1.53? Just need to get the ubuntu to recognize the boost and I think it will work
James
P.S. You did do a "cmake .." from the pNXT/src directory?
It's basically complaining about not being able to find the static boost libraries. I don't think I can downgrade to an earlier version either as they dont seem to be available for Ubuntu 14. How annoying!
You might try to install a vanilla BBR first. That would get all the compiler dependencies out of the way, then pNXTd will build
Quick glance, try to install the -dev package for static libs... you might only have the .so's and not the .libs
better to ensure you arent compiling a static target... its not a good idea. Better to build dynamically, remove -static from the makefile if its there.
Also you are missing lib curl package aswell.