Search Criteria
Package Details: gxneur 0.20.0-2
Git Clone URL: | https://aur.archlinux.org/gxneur.git (read-only, click to copy) |
---|---|
Package Base: | gxneur |
Description: | GTK frontend for XNeur |
Upstream URL: | http://www.xneur.ru |
Licenses: | |
Submitter: | None |
Maintainer: | cucullus |
Last Packager: | cucullus |
Votes: | 71 |
Popularity: | 0.000589 |
First Submitted: | 2006-11-15 21:39 |
Last Updated: | 2017-04-09 14:15 |
Dependencies (4)
- gconf (gconf-gtk2)
- libglade
- xorg-xprop
- xneur>=0.20.0 (xneur-devel-git)
Latest Comments
1 2 3 4 Next › Last »
dmitriy commented on 2019-03-20 11:28
For those of you willing to build the package (v0.20.0-2), use this:
In
PKGBUILD
'sbuild()
section, aftercd
& before./configure
, add:Either way, it doesn't run for me, mostly dying with:
Circle111 commented on 2019-03-05 04:35
Короче не собирается. Ошибка иконки в трее. Да и хрен с ней. Без нее бы собрать. http://paste.org.ru/?pvdpqc
RusWolf commented on 2019-02-26 16:28
/usr/include/glib-2.0/gobject/gtype.h:1303:10: замечание: объявлено здесь void g_type_class_add_private (gpointer g_class, ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: все предупреждения считаются ошибками make[2]: [Makefile:549: gxneur-tray_widget.o] Ошибка 1 make[2]: Ожидание завершения заданий… make[2]: выход из каталога «/home/wolf/Общедоступные/gxneur/src/gxneur-0.20.0/src» make[1]: [Makefile:567: all-recursive] Ошибка 1 make[1]: выход из каталога «/home/wolf/Общедоступные/gxneur/src/gxneur-0.20.0» make: [Makefile:433: all] Ошибка 2 ==> ОШИБКА: Произошел сбой в build().
chapa commented on 2018-02-19 11:50
Don`t make pkg in Manjaro 17.1.5 x64. Error in build. Sadly.
Genues commented on 2017-12-04 07:57
Hi! After last update, i have a problem with run xneur and gxneur: gxneur: error while loading shared libraries: libenchant.so.1: cannot open shared object file: No such file or directory
UPD. It solved this problem: ln -s /usr/lib/libenchant.so.2.1.2 /usr/lib/libenchant.so.1
Genues commented on 2016-06-15 21:04
Thanks! It solved this problem, but now lost tray icon in Xfce.
Upd. Not solved - http://pastebin.com/raw/Hsdf4LAw
Upd2. On other my PC gxneur was updated and work fine. I look for the cause on first PC.
cucullus commented on 2016-06-15 20:32
gxneur should be built after new xneur installed
Genues commented on 2016-06-15 18:29
Houston, we have a problem
$ gxneur
gxneur: error while loading shared libraries: libxnconfig.so.17: cannot open shared object file: No such file or directory
$ yaourt libxnconfig
$
AlexWayfer commented on 2016-05-27 07:43
@bitnax, thanks! It's working.
bitnax commented on 2016-05-18 17:02
I got successful build only when I put the next line in PKGBUILD before "./configure ..." line:
CPPFLAGS="-Wno-misleading-indentation -Wno-unused-variable"