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
> 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
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
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'
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
>
> 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
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