Modify ↓
Opened at 2010-07-04T20:18:11Z
Closed at 2010-07-15T22:18:25Z
#643 closed defect (fixed)
twitter_lib.c:176: undefined reference to `g_ascii_strtoll'
Reported by: | 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
comment:2 Changed at 2010-07-15T22:18:25Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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!
Note: See
TracTickets for help on using
tickets.
Fedora works around this issue for RHEL 4/CentOS 4 using this bitlbee-1.2.8-strtoll.patch.