The obconf-qt package is a Qt-based configuration tool for Openbox.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/lxqt/obconf-qt/releases/download/0.16.3/obconf-qt-0.16.3.tar.xz
Download MD5 sum: 6a3f8d3bf8b257ec643fc8d40d88a4f5
Download size: 116 KB
Estimated disk space required: 4.5 MB
Estimated build time: 0.1 SBU
First, fix the package to build with libxml2-2.12.1:
sed -e '/iostream/a #include <libxml/xmlsave.h>' \ -e 's/xmlErrorPtr/const xmlError*/' \ -i src/obconf-qt.cpp
Now install obconf-qt by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install