Konrad Hofbauer wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
However, I am now stuck with a compilation error "invalid initializer" in
intl/dcigettext.c, which is
const char _nl_default_dirname[] = LOCALEDIR;
One question: don't you have a port of gettext/libintl on your system
already?
Yes, but cmake still makes xcode use the one that ships with lyx.
FYI, we moved away from internal intl for CMake/Windows.
how? by removing "add_subdirectory(intl)" in CMakeLists.txt?
Yes.
This is what I did in the end and helped...
Good.
Abdel.