FS#22697 - An error when building with --disable-nls

Attached to Project: Pacman
Opened by Evgeny Burmentyev (virus_found) - Tuesday, 01 February 2011, 13:10 GMT
Last edited by Dan McGee (toofishes) - Tuesday, 01 February 2011, 16:00 GMT
Task Type Bug Report
Category i18n & l10n
Status Closed
Assigned To Dan McGee (toofishes)
Architecture i686
Severity Medium
Priority Normal
Reported Version git
Due in Version 3.5.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Summary and Info:
If I try to build with --disable-nls flag, make process fails with util.c:931:13: error: 'LC_TIME' undeclared (first use in this function)
The full log is attached (covering these steps to reproduce)

Steps to Reproduce:
1) ./autogen.sh
2) ./configure --disable-nls
3) make

Actual results:
util.c:931:13: error: 'LC_TIME' undeclared (first use in this function)

Expected results:
make process finishes without errors
   1 (28.6 KiB)
This task depends upon

Closed by  Dan McGee (toofishes)
Tuesday, 01 February 2011, 16:00 GMT
Reason for closing:  Fixed
Comment by Dan McGee (toofishes) - Tuesday, 01 February 2011, 16:00 GMT
Good catch- looks like I forgot to move the locale.h inclusion when I refactored and moved the _alpm_parsedate() function. Will be fixed soon in git.

Loading...