[GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean
I'm trying to built master (to repro a crash bug) but on macos I'm not having any luck. I'm getting a link error: "_gnc_assoc_get_path_head", referenced from: _file_chooser_clear_cb in dialog-preferences.o _file_chooser_selected_cb in dialog-preferences.o "_gnc_assoc_get_unescape

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread John Ralls
> On Jun 27, 2020, at 11:29 AM, jean wrote: > > I'm trying to built master (to repro a crash bug) but on macos I'm not having > any luck. > I'm getting a link error: > > "_gnc_assoc_get_path_head", referenced from: > _file_chooser_clear_cb in dialog-preferences.o > _file_chooser_s

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean laroche
Please respond to the mailing list as well. You can follow this https://wiki.gnucash.org/wiki/Building The initial setup can be a bit gnarly, my advice is: follow the instructions above, and if you run into any issues, send an email to to this group, and somebody will help you. Normally everyth

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean
Is the cmake command still the same? cmake -G Xcode -D CMAKE_INSTALL_PREFIX=$PREFIX -D GTEST_ROOT=$SRCROOT/googletest $SRCROOT/gnucash-git J. On 6/27/20 1:05 PM, John Ralls wrote: On Jun 27, 2020, at 11:29 AM, jean wrote: I'm trying to built master (to repro a crash bug) but on macos I'

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean
The build complains that I'm missing boost: CMake Error at CMakeLists.txt:541 (message): A suitable Boost is not installed, and is required. GnuCash requires that Boost be compatible and compiled with C++17. Boost 1.67 is the first compatible release but some distributions have patched e

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread John Ralls
> > On Jun 27, 2020, at 1:31 PM, jean wrote: > > The build complains that I'm missing boost: > CMake Error at CMakeLists.txt:541 (message): > A suitable Boost is not installed, and is required. GnuCash requires that > Boost be compatible and compiled with C++17. Boost 1.67 is the first > co

Re: [GNC-dev] Cannot build master on mac os

2020-06-27 Thread jean
Thanks, that did the trick! On 6/27/20 1:43 PM, John Ralls wrote: On Jun 27, 2020, at 1:31 PM, jean wrote: The build complains that I'm missing boost: CMake Error at CMakeLists.txt:541 (message): A suitable Boost is not installed, and is required. GnuCash requires that Boost be compatibl