|
From: Raymond R. <ray...@gm...> - 2018-07-13 16:19:39
|
This is my fault...cloned master but I was running 1.13 examples so ext::shared_ptr mapped to std::shared_ptr but was passing boost::shared_ptr. > On Jul 13, 2018, at 12:09, Raymond Roberts <ray...@gm...> wrote: > > I’m trying to figure out, given I have built and installed Quantlib on Linux, what is the easiest way to compile C++ code against Quantlib. > > As an example, I took a piece of Example code and am trying to build it with my own Makefile. Of course, I could grab the generated make files from the Example directory but that doesn’t set me up to build new projects that haven’t been set up. > > Thanks for any help. > |