I'm trying to install the DelPhi pea program that I need. I followed the steps and downloaded the prerequisite boost-library and ran the bootstrap for this (not sure if relevant, but I tried to see it it made a difference). I also have g++ to compile the code
But when I try to run 'make' it has this error:
src/delphi/app/../delphi/../misc/../interface/interface_datacontainer.h:19:10: fatal error: 'boost/any.hpp' file not found #include <boost/any.hpp> // boost::any
1 error generated. make: *** [src/delphi/app/app_primepka.o] Error 1
See I'm not a coder, I just want to use this program. So I wondered if there is anyone who has an idea about what's wrong here??
I've also tried moving the boost directory around but it still has the same error.
Thank you