This did not build for me in a clean chroot.
Missing libjpeg
:
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
GNUstep requires libjpeg to support JPEG images, but this library
can't be found. If you really want to compile GNUstep without
JPEG support, pass the --disable-jpeg option to ./configure.
Note that this isn't recommended. For more information, see:
http://gnustep.made-it.com/BuildGuide/index.html#JPEG
configure: error: libjpeg not found.
==> ERROR: A failure occurred in build().
Aborting...
Missing libtiff
:
checking tiffio.h usability... no
checking tiffio.h presence... no
checking for tiffio.h... no
configure: WARNING: Cannot find libtiff header and/or library
* The GUI library reqiures the TIFF library
* Use --with-tiff-library to specify the tiff library
* directory if it is not in the usual place(s)
* You may also have to specify --with-jpeg-library if the jpeg
* library is needed by tiff,
configure: error: gnustep-gui will not compile without tiff
==> ERROR: A failure occurred in build().
Aborting...
Adding libjpeg
and libtiff
to the depends
array fixes this, but I am not sure if this is the best approach.
Pinned Comments
aksh1618 commented on 2019-01-21 17:13 (UTC)
Add gpg keys using
RemoteAdmin commented on 2018-02-06 04:20 (UTC)
Do not build with flite installed. Currently, flite1 only is supported.
I have contacted the gnustep team and they are working on a fix to add support for flite. Till then flite1 must be used.