Re: [GNC] gnucash 5.3 compile errors

2023-06-29 Thread John Griessen
On 6/28/23 22:24, john wrote: I don't see the boost checks in you CMake output and the error is complaining that it can't find boost filesystem. Make sure that's installed by your package manager, remove any existing installed gnucash so that the linker doesn't get confused, and start from an

Re: [GNC] gnucash 5.3 compile errors

2023-06-28 Thread john
I don't see the boost checks in you CMake output and the error is complaining that it can't find boost filesystem. Make sure that's installed by your package manager, remove any existing installed gnucash so that the linker doesn't get confused, and start from an empty build directory. Regards,

[GNC] gnucash 5.3 compile errors

2023-06-28 Thread John Griessen
I'm having trouble with compile on my laptop even though the desktop compiles fine. It must be a dependency problem. I've followed the instructions, https://wiki.gnucash.org/wiki/Building_On_Linux, to the letter. Following are symptom error messages, then a copy of the output during the cmake