Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2005 17:28:48 +0100
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Adam McLaurin <freebsd@irotas.net>
Cc:        ports@freebsd.org
Subject:   Re: Problems with misc/gkrellweather2
Message-ID:  <1109780928.9010.5.camel@heater.rainbow-runner.nl>
In-Reply-To: <1109772538.12907.216375893@webmail.messagingengine.com>
References:  <1109772044.12090.216373914@webmail.messagingengine.com> <1109772214.53302.8.camel@pav.hide.vol.cz> <1109772538.12907.216375893@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Op wo, 02-03-2005 te 09:08 -0500, schreef Adam McLaurin:
>Hi Pav,
>
>-$ make -V OSVERSION
>503100
>
>-$ uname -a
>FreeBSD jake 5.3-STABLE FreeBSD 5.3-STABLE #2: Sun Nov 21 00:42:14 EST
>2004     root@jake:/usr/obj/usr/src/sys/ESKI  i386
>
>
>Thanks,
>Adam

You need to patch that.
Only 6.0-Current has lrintf()

/usr/include> grep -r lrintf *
math.h:long long llrintf(float);
math.h:long     lrintf(float);
/usr/include> uname -r
6.0-CURRENT

/usr/include> grep -r lrintf *
/usr/include> uname -r
5.3-STABLE

Koop

>
>On Wed, 02 Mar 2005 15:03:34 +0100, "Pav Lucistnik" <pav@FreeBSD.org>
>said:
>> Adam McLaurin p=ED&#353;e v st 02. 03. 2005 v 09:00 -0500:
>> > Hi Pav,
>> >=20
>> > The new gkrellweather2 has problems with lrintf()
>> >=20
>> > When compiling:
>> > gkrellweather.c: In function `draw_panel':
>> > gkrellweather.c:304: warning: implicit declaration of function `lrintf=
'
>> >=20
>> > When loading into gkrellm:
>> > /usr/X11R6/libexec/gkrellm2/plugins/gkrellweather.so
>> > Error: /usr/X11R6/libexec/gkrellm2/plugins/gkrellweather.so: Undefined
>> > symbol "lrintf"
>> >=20
>> >=20
>> > Can you take a look? Probably something very simple. :)
>>=20
>> What's your OSVERSION?
>>=20
>> make -V OSVERSION
>>=20
>> in any port dir
>>=20
>> --=20
>> Pav Lucistnik <pav@oook.cz>
>>               <pav@FreeBSD.org>
>>=20
>> What do we know about love? Love is like a pear.  Pear is sweet and have
>> a specific shape. Try to exactly define the shape of a pear.
>>   -- Marigold: 50 Years Of Poetry
>_______________________________________________
>freebsd-ports@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1109780928.9010.5.camel>