> On Sep 2, 2017, at 5:38 AM, Rich Shepard <rshep...@appl-ecosys.com> wrote: > > On Sat, 2 Sep 2017, tjoen wrote: > >> This i how I did it: >> mkdir build >> cd build/ >> cmake -DCMAKE_BUILD_TYPE=Release \ >> -DCMAKE_INSTALL_PREFIX=/usr \ >> -DCMAKE_SKIP_RPATH=ON \ >> -DPORT=GTK \ >> -DLIB_INSTALL_DIR=/usr/lib64 \ >> -DUSE_SYSTEM_MALLOC=ON \ >> -Wno-dev .. > > Thank you. I saw only the DPORT=GTK when searching for building help.
You're building too new a webkit. GnuCash 2.6.x requires the Webkit1 API which was removed after WebKitGtk-2.4.x. WebKitGtk-2.4.x uses autotools. GnuCash master uses the WebKit2 API and works with WebKitGtk-2.6.x. Regards, John Ralls _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.