>        [cc]
>
C:/testlab/log4cxx-20051201/log4cxx-0.9.8/include/log4cxx/helpers/loglog.h:92:
>
>  error: expected unqualified-id before '&' token
there seems to be no wchar_t datatype available (or
at least no std::wstring). You could either try
the autotools approach with

$ ./configure ; make

and see if everything is detected automatically
(I have not tried the build on cygwin yet),
or try

$ ant -Dos.family=cygwin -Dhas.wchar_t=0 build

This should build the library with wchar_t disabled.

Regards,

        Andreas

Reply via email to