Kornel Benko wrote:
Am Monday 09 June 2008 schrieb Abdelrazak Younes:
Jean-Marc Lasgouttes wrote:
Works fine on Windows. Maybe try to upgrade libintl and iconv?
Do you see now why removing gettext was an error?
No, this is a one time thing to do. As a Windows developer (shame on me)
I don't see this as a problem as we have to install the support
libraries ourselves anyway. Requiring this or that version is absolutely
the same for me.
Besides, I am not sure this is a specifically a problem with intl and
not with CMake.
I had no problems if I use
set(use_external_libintl TRUE)
unconditionally on linux. (not only for WIN32 OR APPLE)
(about line 140 in development/cmake/CMakeLists.txt)
Yes, of course I should have done that. I'll do it now.
Abdel.