Help needed: 2.6.17 not building on 32-bit systems

tjoen tjoen at dds.nl
Sat Sep 2 04:34:55 EDT 2017


On Fri, 2017-09-01 at 10:56 -0700, Rich Shepard wrote:
>    There's another issue I need to resolve: apparently webkitgtk
> developers
> switched to using cmake from the former compile; make; make install
> sequence. The SBo script does not do cmake; I've written to the list
> and
> webkitgtk package maintainer asking for help in getting it built.

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


More information about the gnucash-user mailing list