From: Bruno H. <br...@cl...> - 2005-01-25 10:00:39
|
Sam wrote: > Additionally, your change broke the mingw build because there is no > gettext on woe32 and thus the i18n module does not build What are the #ifdef GNU_GETTEXT good for in this module then? I fixed this module now. The BASE_MODULES and the set of functions defined by these modules should *not* be platform dependent. Portability between operating systems is a requirement for things in 'base'. If a platform cannot provide some functionality, use a dummy replacement / approximation that does something useful instead. Bruno |