
1 Dec
2006
1 Dec
'06
4:05 p.m.
John Maddock <john <at> johnmaddock.co.uk> writes:
Note the command line, the boost include path isn't there, so you need to adjust your makefile.
I'm also a little surprised not to see a message that <boost/shared_ptr.hpp> couldn't be found. Just tripple checking, but you did include that file in cash_flow.cpp didn't you
You don't need to link to any external libs to use shared_ptr either.
HTH, John.
Yes that was the problem, the makefile targets, were not using the $(INCLUDES) variable at all! .. fixed and works, thank you