Modify

#643 closed defect (fixed)

twitter_lib.c:176: undefined reference to `g_ascii_strtoll'

Reported by: robert@… Owned by:
Priority: normal Milestone:
Component: BitlBee Version: devel
Keywords: Cc:
IRC client+version: Client-independent Operating System: Linux
OS version/distro: RHEL 4/CentOS 4

Description

bitlbee-1.2.8/protocols/twitter/twitter_lib.c:176: undefined reference to `g_ascii_strtoll'

That's a glib 2.12 feature while some distributions are still at older versions of glib.

Attachments (0)

Change History (2)

comment:1 Changed at 2010-07-04T20:28:41Z by robert@…

Fedora works around this issue for RHEL 4/CentOS 4 using this bitlbee-1.2.8-strtoll.patch.

comment:2 Changed at 2010-07-15T22:18:25Z by wilmer

Resolution: fixed
Status: newclosed

Alright, applied. I didn't realise there was a strtoll() function in libc with the same syntax. But gcc/glibc wants me to add stupid #defines to activate it so I'll stick with the glib version by default. Your patch does that job well. :-) Thanks!

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.