Search Criteria
Package Details: gnustep-gui 0.32.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnustep-gui.git (read-only, click to copy) |
---|---|
Package Base: | gnustep-gui |
Description: | The GNUstep GUI class library |
Upstream URL: | https://github.com/gnustep/libs-gui |
Keywords: | gnustep |
Licenses: | LGPL |
Groups: | gnustep-core |
Conflicts: | gnustep-gui-svn |
Submitter: | Barthalion |
Maintainer: | ccharabaruk |
Last Packager: | ccharabaruk |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-16 18:39 (UTC) |
Last Updated: | 2025-05-28 22:40 (UTC) |
Dependencies (14)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- gcc-objc (gcc-objc-gitAUR, gcc-objc-snapshotAUR) (make)
- gnustep-base (make)
- gnustep-make (make)
- aspell (aspell-gitAUR) (optional)
- audiofile (audiofile-gitAUR) (optional)
- flite1AUR (optional) – required for speech synthesis
- giflib (giflib-gitAUR) (optional)
- libao (libao-gitAUR) (optional)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR) (optional)
- libsndfile (libsndfile-gitAUR) (optional)
Required by (44)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3
Lone_Wolf commented on 2018-10-18 19:13 (UTC)
SpaceboyRoss commented on 2018-10-18 18:52 (UTC)
Errors while building error "gnustep-base is configured to use 'traditional' exceptions, but you are building for 'native' exceptions." error "There are two separate exception handling mechanisms available ... one based on the standard setjmp() function (which does not require special compiler support), and one 'native' version where the compiler manages the exception handling. If you try to use both in the same executable, exception handlers will not work... which can be pretty disastrous. This error is telling you that the gnustep-base library was built using one form of exception handling, but that the gnustep-make package you are using is building code to use the other form of exception handling ... with the consequence that exception handling would be broken in the program you are building. So, somehow your gnustep-base and gnustep-make package are incompatible, and you need to replace one of them with a version configured to match the other."
RemoteAdmin commented on 2018-03-18 04:55 (UTC)
@raininja I disagree. It works fine whether you have flite1 installed or not thus making it an optional dependency.
I won't add --disable-speech
as it would disable flite whether it is installed or not.
denkijin commented on 2018-03-18 04:21 (UTC)
I just turned off speech --disable-speech in the PKGBUILD to correct the build error concerning flite. I recommend that you either add that to your PKGBUILD or remove the opt dependency as it needs flite(1) to build. It's not optional, but you could make it so by adding a prompt to the PKGBUILD ( or disabling speech as I did ).
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.
RemoteAdmin commented on 2018-01-26 05:56 (UTC)
@Lone_Wolf @cylgalad I see. I have added an optional dependency to flite1 and asked upstream whether version 2 is supported. I will check back if I get an answer
Lone_Wolf commented on 2018-01-25 14:46 (UTC) (edited on 2018-01-25 14:47 (UTC) by Lone_Wolf)
Gnustep-gui does check for presence of flite.
checking for new_utterance in -lflite... no
checking flite/flite.h usability... no
checking flite/flite.h presence... no
checking for flite/flite.h... no
I've tried building with flite installed and that does indeed fail. log here : https://app.box.com/s/c8u2wll61ww2z2guf3n7pu0qiqjciuc2
The flite1 aur package does provide an older version of flite, this sounds like we need upstream verification which flite versions are supported.
cylgalad commented on 2018-01-24 16:03 (UTC)
I found a solution: I replaced official package flite with AUR flite1 (https://aur.archlinux.org/packages/flite1/), maybe you should had it to the dependencies at some point.
RemoteAdmin commented on 2018-01-24 04:42 (UTC)
@cylgalad I'm sry but I tried building it again and it worked fine.
Have you tried to build in a clean chroot (https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot)?
If the error persists than please send me your logs via mail.
cylgalad commented on 2018-01-23 16:23 (UTC) (edited on 2018-01-23 16:26 (UTC) by cylgalad)
I got build failure: gnustep-gui 0.25.1-4 -> 0.26.2-1:
" Linking app GSSpeechServer ...
/usr/bin/ld: cannot find -lflite_cmu_us_kal"
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.