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
Keywords: 2018 broken eol to-be-deleted unneeded
Licenses: GPL
Submitter: None
Maintainer: MarsSeed
Last Packager: cucullus
Votes: 69
Popularity: 0.000000
First Submitted: 2006-11-15 21:39 (UTC)
Last Updated: 2017-04-09 14:15 (UTC)

Latest Comments

1 2 3 4 Next › Last »

dmitriy commented on 2019-03-20 11:28 (UTC)

For those of you willing to build the package (v0.20.0-2), use this:

In PKGBUILD's build() section, after cd & before ./configure, add:

   # Patch from issue #30, fixes the build
   # https://github.com/AndrewCrewKuznetsov/xneur-devel/pull/30/commits/12f60288f9f84a144c30eb15d4ee9a5830e18a7c
   sed -i '82s/.*/G_DEFINE_TYPE_WITH_CODE (GtkTrayIcon, gtk_tray_icon, GTK_TYPE_PLUG, G_ADD_PRIVATE (GtkTrayIcon))/' src/tray_widget.c
   sed -i '107,108d' src/tray_widget.c

Either way, it doesn't run for me, mostly dying with:

realloc(): invalid old size
zsh: abort (core dumped)  gxneur

Circle111 commented on 2019-03-05 04:35 (UTC)

Короче не собирается. Ошибка иконки в трее. Да и хрен с ней. Без нее бы собрать. http://paste.org.ru/?pvdpqc

RusWolf commented on 2019-02-26 16:28 (UTC) (edited on 2019-02-26 16:29 (UTC) by RusWolf)

             from tray_widget.c:22:

/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 (UTC)

Don`t make pkg in Manjaro 17.1.5 x64. Error in build. Sadly.

Genues commented on 2017-12-04 07:57 (UTC) (edited on 2017-12-04 09:19 (UTC) by Genues)

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 (UTC) (edited on 2016-06-16 05:55 (UTC) by Genues)

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 (UTC)

gxneur should be built after new xneur installed

Genues commented on 2016-06-15 18:29 (UTC) (edited on 2016-06-15 18:30 (UTC) by Genues)

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 (UTC)

@bitnax, thanks! It's working.

bitnax commented on 2016-05-18 17:02 (UTC)

I got successful build only when I put the next line in PKGBUILD before "./configure ..." line: CPPFLAGS="-Wno-misleading-indentation -Wno-unused-variable"