On Thursday, April 21, 2022, <mnieuw@zap.a2000.nl> wrote:
I tried the FreeBSD 13 pre-built CinGG on a fully updated FreeBSD 13.
After installing packages openexr, flac and
libsndfile, CinGG failed to start, with weird errors.
be sure you mounted procfs:
mount - t procfs proc /proc
i'll look into pkglist, attached
$ cat pkg_list | grep gtk
gtk-update-icon-cache-3.24.31 Gtk-update-icon-cache utility from the Gtk+ toolkit
gtk2-2.24.33 Gimp Toolkit for X11 GUI (previous stable version)
gtk3-3.24.33 Gimp Toolkit for X11 GUI (current stable version)
- It could not create the .bcast5 directory, although the path it showed
in the error message was correct.
- It tried to put plugins into /plugin .
- And maybe because of that, very many errors on plugins.
Certainly the first two should be easy to debug, unfortunately I
cannot build from sources. Configure stops at needing gkt2+ . I am
running the XFCE desktop, so gtk2 must be present, it is probably some
gkt2 development files that are missing.
modern xfce moved to gtk3....
"pkg search" shows nothing that looks like it .
i used 'pkg info' (found on internet!)
@Andrew-R , you must have this working. Which package is required?
MatN