Am 30.06.2012 15:37, schrieb Pavel Sanda:
I don't have any clue why it is not compilable for you. Can anybody else
compile?
I don't have clue how this was ever supposed to work.
You declare&define polyglossia_languages in Preamble.cpp and use it in text.cpp.
There is no way how is compiler can find it.
But he does because it is in anon. When I additionally define the lists in text.cpp, the compiler
tells me that it is already declared.
I looked why it does compile in trunk. To my surprise you use identical
definition
in both Preamble.cpp & text.cpp.
This doesn't work for me in branch.
This is very bad solution, now I wonder - this
is oversight or you don't recognize that it is bad practice?
Yes, I should better define it in a header file.
regards Uwe