>>>>> "Stefano" == Stefano Ghirlanda <[EMAIL PROTECTED]> writes:
Stefano> I add to #include the standard <vector> in lyxserver.h and
Stefano> <algorithm> in lyxserver.C, but I do not know how to make the
Stefano> necessary modifications to check for these in the configure
Stefano> stuff, sorry.
I'd rather avoid to use STL stuff in 1.0.x, since it still compiles
with old compilers which have broken STL and template support. In
1.1.x, the situation is different, since by the time we release it,
the situation should have improved...
Could you use a plain old linked list, or a crude fixed-sized array? I
doubt that a, say, 20 clients limit will be a real problem for now.
JMarc