Re: Error with Boost scope

2020-02-04 Thread M. Dodson
On 4 Feb 2020, at 16:41, Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 04/02/2020 14:37, M. Dodson wrote: Specifically, my waf has: includes = [ ... '/Users/michaeldodson/projects/rtems_root/boost_1_72_0', '/usr/local/include’] It seems to be finding the header files

Re: Error with Boost scope

2020-02-04 Thread Sebastian Huber
On 04/02/2020 14:37, M. Dodson wrote: Specifically, my waf has: includes = [ ... '/Users/michaeldodson/projects/rtems_root/boost_1_72_0', '/usr/local/include’] It seems to be finding the header files just fine, as the errors are associated with a declaration within the header that isn’t in sc

Re: Error with Boost scope

2020-02-04 Thread M. Dodson
>> >> Specifically, my waf has: >> >> includes = [ >> ... >> '/Users/michaeldodson/projects/rtems_root/boost_1_72_0', >> '/usr/local/include’] >> >> It seems to be finding the header files just fine, as the errors are >> associated with a declaration within the header that isn’t in scope. > >

Re: Error with Boost scope

2020-02-04 Thread Sebastian Huber
On 04/02/2020 13:44, M. Dodson wrote: On 4 Feb 2020, at 12:32, Sebastian Huber wrote: On 04/02/2020 13:20, M. Dodson wrote: from /usr/local/include/boost/math/policies/policy.hpp:21, Did you add /usr/local/include to the include path used to build an RTEMS application? Yes.

Re: Error with Boost scope

2020-02-04 Thread Sebastian Huber
On 04/02/2020 13:20, M. Dodson wrote:          from /usr/local/include/boost/math/policies/policy.hpp:21, Did you add /usr/local/include to the include path used to build an RTEMS application? ___ users mailing list users@rtems.org http://lists.rt

Re: Error with Boost scope

2020-02-04 Thread M. Dodson
On 31 Jan 2020, at 11:59, M. Dodson mailto:md...@cam.ac.uk>> wrote: On 30 Jan 2020, at 22:46, Chris Johns mailto:chr...@rtems.org>> wrote: On 31/1/20 3:12 am, M. Dodson wrote: *** I am hitting the mailing list with two questions because I’m not sure they’re sufficiently related to be in the