Hello

I've tried to compile it on a debian woody machine with some parts recompiled from debian unstable.

I get this warning on configure:
...
checking unicode support in flex... configure: WARNING: not found. Pathan requires a version of flex supporting the -U (16-bit unicode) flag if you need to rebuild the lexer or parser.
...


and then on make:

g++ -c -DUNIX -Wall -ftemplate-depth-50 -O2 -I/DOWNLOADS/sleepycat.com/dbxml-1.0.14/lib/libpathan-1.2/src/patches/Xerces2_1_0/src -I/SRCREBUILD/xerces21-2.1.0/build-tree/xerces-c-src2_1_0/src -I/DOWNLOADS/sleepycat.com/dbxml-1.0.14/lib/libpathan-1.2/src XPathParser.cpp -fPIC -DPIC -o /DOWNLOADS/sleepycat.com/dbxml-1.0.14/lib/libpathan-1.2/objs/.libs/XPathParser.o
In file included from ../dataItem/DataItemNodeList.hpp:11,
from ../dataItem/DataItemNav.hpp:12,
from XPathParser.y:6:
../dataItem/../dataItem/DeadNodeList.hpp:19: parse error before `*'
../dataItem/../dataItem/DeadNodeList.hpp:20: parse error before `*'
...


The full messages are avail from http://pflanze.mine.nu/~chris/scratch/sleepycat

I've installed flex-2.5.31 but it doesn't know an -U option. Is it related to the compile problem? If yes where to get a unicode savvy flex?

Christian.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to