[ gpsdrive ] building gpsdrive from svn on Slackware 12
Hamish
hamish_b at yahoo.com
Thu Sep 25 03:43:49 AKDT 2008
Andrew Stringer wrote:
> Hi all, I am trying to build gpsdrive for the 1st time from svn,
> following the instructions off the web site. Several earlier problems
> were encountered, but these have been solved by installing various
> libraries (eg boost). Cmake appears to work as expected, and make
> does almost everything, but I get a "Undefined reference"
> error at the end during the linking phase.
> The gpsdrive mailing lists and Google do not seem to have come across
> this in the context, maybe someone on the list can suggest an
> idea.
> I am using Slackware 12.0
....
> gpsdrive.c:(.text+0x625d): undefined reference to `g_timeout_add_seconds'
please update from SVN and try again. I replaced g_timeout_add_seconds(s,)
with g_timeout_add(s*1000,) a few days ago.
g_timeout_add_seconds() only comes with newer (>2.14) versions of
libglib2.0 while g_timeout_add() is there in older versions. The only
difference is that g_timeout_add asks for the cycle time in milliseconds.
Hamish
More information about the GPSdrive
mailing list