From: <st...@s1...> - 2005-01-15 16:32:04
|
Hiya! On the way to Ravensburg, on the train i found out that i can't compile the Unicode code after doing an update last night. It appears that the data type used in the array in unicodedata.h is not declared anywhere: /usr/bin/gawk -f ./unicodedata.awk UnicodeData.txt >unicodedata.h g++ -pipe -O2 -DNDEBUG -fPIC -I. -I../../include -c -o Char.o Char.cpp In file included from Char.cpp:22: unicodedata.h:1: error: syntax error before `[' token Char.cpp: In member function `int P::Unicode::Char::toNumber() const': Char.cpp:157: error: ISO C++ forbids declaration of `codePointData' with no type Char.cpp:157: error: uninitialized const `codePointData' Char.cpp:157: error: syntax error before `*' token Char.cpp:159: error: `data' undeclared (first use this function) Char.cpp:159: error: (Each undeclared identifier is reported only once for each function it appears in.) usw, usf... i grepped for codePointData but did not find a declaration anywhere. i'll be with Marc and Bernhard in Ravensburg until tomorrow (Sunday) sometime, so if you've got special coding wishes, let us know! ----- stephan (i wish this train had a wireless hotspot...) |