Re: [sage-support] compiling fails with 'boost/preprocessor/cat.hpp' file not found

2020-09-04 Thread Dima Pasechnik
On Fri, 4 Sep 2020, 17:31 John H Palmieri, wrote: > > > On Friday, September 4, 2020 at 9:23:30 AM UTC-7, Dima Pasechnik wrote: >> >> On Fri, Sep 4, 2020 at 4:31 PM John H Palmieri >> wrote: >> > >> > >> > >> > On Friday, September 4, 2020 at 7:14:24 AM UTC-7, Dima Pasechnik wrote: >> >> >> >>

Re: [sage-support] compiling fails with 'boost/preprocessor/cat.hpp' file not found

2020-09-04 Thread John H Palmieri
On Friday, September 4, 2020 at 9:23:30 AM UTC-7, Dima Pasechnik wrote: > > On Fri, Sep 4, 2020 at 4:31 PM John H Palmieri > wrote: > > > > > > > > On Friday, September 4, 2020 at 7:14:24 AM UTC-7, Dima Pasechnik wrote: > >> > >> > >> > >> On Fri, Sep 4, 2020 at 12:55 PM Szabolcs Horvát

Re: [sage-support] compiling fails with 'boost/preprocessor/cat.hpp' file not found

2020-09-04 Thread Dima Pasechnik
On Fri, Sep 4, 2020 at 4:31 PM John H Palmieri wrote: > > > > On Friday, September 4, 2020 at 7:14:24 AM UTC-7, Dima Pasechnik wrote: >> >> >> >> On Fri, Sep 4, 2020 at 12:55 PM Szabolcs Horvát wrote: >> >> > Thanks for the response. I do have boost installed in /opt/local/include, >> > through

Re: [sage-support] compiling fails with 'boost/preprocessor/cat.hpp' file not found

2020-09-04 Thread John H Palmieri
On Friday, September 4, 2020 at 7:14:24 AM UTC-7, Dima Pasechnik wrote: > > > > On Fri, Sep 4, 2020 at 12:55 PM Szabolcs Horvát > wrote: > > > Thanks for the response. I do have boost installed in > /opt/local/include, through MacPorts, but I remove MacPorts from the PATH > before building

Re: [sage-support] compiling fails with 'boost/preprocessor/cat.hpp' file not found

2020-09-04 Thread slelievre
I would also suggest trying to build the latest development version (currently Sage 9.2.beta11) instead of Sage 9.1. On macOS 10.14.6 I had trouble with a range of Sage versions around Sage 9.1 but recent betas have been building fine for me. I would suggest changing to your Sage root directory

Re: [sage-support] compiling fails with 'boost/preprocessor/cat.hpp' file not found

2020-09-04 Thread Dima Pasechnik
On Fri, Sep 4, 2020 at 12:55 PM Szabolcs Horvát wrote: > Thanks for the response. I do have boost installed in /opt/local/include, through MacPorts, but I remove MacPorts from the PATH before building Sage (otherwise Sage complains). Therefore, I assumed that this boost installation would not be

Re: [sage-support] compiling fails with 'boost/preprocessor/cat.hpp' file not found

2020-09-04 Thread Szabolcs Horvát
Hi Dima, Thanks for the response. I do have boost installed in /opt/local/include, through MacPorts, but I remove MacPorts from the PATH before building Sage (otherwise Sage complains). Therefore, I assumed that this boost installation would not be detected. It appears that it might be sometimes

Re: [sage-support] compiling fails with 'boost/preprocessor/cat.hpp' file not found

2020-09-04 Thread Dima Pasechnik
On Fri, Sep 4, 2020 at 11:12 AM Szabolcs Horvát wrote: > > > Hello everyone, > > I am trying to compile Sage on macOS 10.14. > > The package brial-1.2.5 fails to compile. > > The error is: > > ../../libbrial/include/polybori/common/traits.h:26:10: fatal error: > 'boost/preprocessor/cat.hpp' file

[sage-support] compiling fails with 'boost/preprocessor/cat.hpp' file not found

2020-09-04 Thread Szabolcs Horvát
Hello everyone, I am trying to compile Sage on macOS 10.14. The package brial-1.2.5 fails to compile. The error is: ../../libbrial/include/polybori/common/traits.h:26:10: fatal error: 'boost/preprocessor/cat.hpp' file not found #include ^~~~ 1 error generated. Did