On 12/28/2014 10:55 AM, András Kucsma wrote:
On Sun, Dec 28, 2014 at 5:35 PM, Larry Evans
wrote: [...] How are the include directories specified? IOW, suppose, I've my own boost/mpl/vector.hpp and I want to use that instead of the boost/mpl one. Is there something like the -I flag of gcc which does something analogous for the metashell?
TIA.
-regards, Larry
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Hi Larry,
You can pass -I <dir> flags to metashell. It will do exactly what you would expect.
Regards, András
Thank you Andras. I tried that, but apparently it was using the wrong std library. I even used the --clang flag to get it too the right clang binary. I used the attached .sh file, but the terminal session was as shown in 2nd attachment. Any ideas how to solve this? -regards, Larry