On Mon, 18 Jan 2021 23:42:21 -0500 bill-auger wrote:
> the latest development version is 3.2.91 - that is the version in
> arch

just realized, i should have been more clear what i was implying

gst-browser works in arch/parabola (v3.2.91) - it is possible
that it would also work on other distros, if compiled with
similar dependencies and compile options:

dependencies:

  gmp libffi libltdl libsigsegv
  gdbm gmp gtk3 sqlite tk zip

compile options:

  export CFLAGS="$CFLAGS -Wl,--allow-multiple-definition -w"
  ./configure \
    --enable-gtk=yes \
    --libexecdir=/usr/lib/smalltalk \
    --prefix=/usr \
    --with-imagedir=/var/lib/smalltalk \
    --with-readline \
    --with-system-libffi \
    --with-system-libsigsegv \
    --with-tk \
    --with-tcl \
    --with-x \
    --without-emacs
  echo '#define USE_INTERP_RESULT 1' >> config.h
  make -j1
  sudo make install

Reply via email to