Re: Error with Boost scope

2020-02-05 Thread Sebastian Huber
Hello, I think this is an issue with your build settings. I extracted the boost includes for the ros project and included them in an example C++ RTEMS file: #include #include #include #include #include #include #include #include #include #include #include #include #include

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

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

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

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

Re: Error with Boost scope

2020-01-31 Thread M. Dodson
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 same email. Much of this information will be the identical between

Re: Error with Boost scope

2020-01-30 Thread Chris Johns
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 same email.  Much of this > information > will be the identical between them, but the traces will be different.  *** > > I am trying to

Error with Boost scope

2020-01-30 Thread M. Dodson
*** I am hitting the mailing list with two questions because I’m not sure they’re sufficiently related to be in the same email. Much of this information will be the identical between them, but the traces will be different. *** I am trying to build the simplest of demo applications from the