Hi,
We usually test new builds on fresh updated lubuntu stations 22.04 LTS,
and, on lubuntu 22.04 LTS that have already only few applications
installed for users. It seems that installation on fresh stations go
smooth, however installation on user stations generates the following error:
In file included from /usr/include/pango-1.0/pango/pango-font.h:25,
from /usr/include/pango-1.0/pango/pango-attributes.h:25,
from /usr/include/pango-1.0/pango/pango.h:25,
from src/output/cairo-chart.c:25:
/usr/include/pango-1.0/pango/pango-coverage.h:25:10: fatal error:
glib-object.h: No such file or directory
25 | #include <glib-object.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
Any idea of how to fix this?
We have been using the following procedure for installation on each
station via a script:
1. Enable Source Code repositories by visiting Software & Updates
2. sudo apt install orca librsvg2-bin gperf libpq5
libgtksourceview-4-dev libsdl-pango-dev -y
3. sudo apt build-dep pspp
4. Download, compile and install spread-sheet-widget-0.10
5. Download, compile and install pspp
Ali