help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure option not to build gst-browser ?


From: bill-auger
Subject: Re: configure option not to build gst-browser ?
Date: Tue, 19 Jan 2021 01:10:55 -0500

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

[Prev in Thread] Current Thread [Next in Thread]