GNOME Bugzilla – Bug 319600
compilation under AIX 5.1 aborts with ".atoll not found".
Last modified: 2005-10-24 18:39:14 UTC
Please describe the problem: Since Gnome 2.10, some atol() calls changed to atoll() calls. (Fixes bug #142860: File-roller displays files larger than 2GB as 2GB.) But, this atoll() is not in stdlib under AIX 5.1. Then, compilation aborts with ".atoll not found". For this reason and according to gnome rules, could it be possible to change atoll() to g_ascii_strtoull()? And may be "long long size" to "guint64 size"? Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? yes Other information:
fixed in version 2.13.1