Package Details: grig 0.8.1-5

Git Clone URL: https://aur.archlinux.org/grig.git (read-only, click to copy)
Package Base: grig
Description: Ham Radio - Rig control (cat) program
Upstream URL: http://groundstation.sourceforge.net/grig/
Licenses: GPL
Conflicts: grig-git
Provides: grig
Submitter: Allan
Maintainer: not_anonymous
Last Packager: not_anonymous
Votes: 21
Popularity: 0.000000
First Submitted: 2008-12-19 03:40 (UTC)
Last Updated: 2022-06-20 21:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

not_anonymous commented on 2015-02-21 01:03 (UTC)

/usr/bin/ld: rig-gui-smeter-conv.o: undefined reference to symbol 'sincos@@GLIBC_2.2.5' /usr/lib/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:367: recipe for target 'grig' failed

CarstenF commented on 2014-07-14 15:19 (UTC)

Hello Everybody the patch was applied. Grig now compiles again :-) vy73 DL1CAF

CarstenF commented on 2014-03-03 14:39 (UTC)

Please add the Patch from "lachesis" then grig works again. Thanks vy 73 DL1CAF

lachesis commented on 2013-07-05 02:46 (UTC)

--- grig-0.8.0/src/main.c 2011-06-27 06:02:28.000000000 -0400 +++ grig-0.8.0.2/src/main.c 2013-07-04 22:44:16.086945567 -0400 @@ -182,8 +182,7 @@ the program if threads are not supported... then why doesn''t it work on FreeBSD? */ - if (!g_thread_supported ()) - g_thread_init (NULL); + g_thread_init (NULL); Threads are always supported in modern versions of glib. See https://mail.gnome.org/archives/commits-list/2013-February/msg05916.html.

einseenai commented on 2013-06-03 21:12 (UTC)

Having the same problem - main.o: In function `main': main.c:(.text.startup+0x86): undefined reference to `g_thread_supported'

<deleted-account> commented on 2013-06-03 13:20 (UTC)

Anyone else get this? main.o: In function `main': main.c:(.text.startup+0x86): undefined reference to `g_thread_supported' Not sure if my own system or if this error has returned.

pmcnabb commented on 2013-05-06 03:01 (UTC)

When building this package I get: main.o: In function `main': main.c:(.text.startup+0x86): undefined reference to `g_thread_supported' Has anyone run across this?

fil0 commented on 2012-02-27 20:23 (UTC)

Depends on intltool.

vitalijr2 commented on 2012-02-26 07:57 (UTC)

0.8.0

<deleted-account> commented on 2012-02-19 15:17 (UTC)

Flagged out-of-date 0.8.0 is the latest version as of the time of this writing. Changelog: - Frequency entry via keypad (thanks to Alessandro Zummo). - Arrow LEFT/RIGHT will change the frequency with the smallest step. This can be used for tuning using external devices like the Powermate. * Support for VFO->MEM and MEM->VFO function. - Support on/off rig functions. - Added an extra gigahertz digit in lcd display - Added antenna control - French l10n - Fixed crash that occurs when mouse is clicked between MHz and kHz digits. Reported as Ubuntu bug 517816. - Requires Gtk+ 2.12 and Hamlib 1.2.8