On Mon, Sep 04, 2006 at 10:46:43PM +0200, Georg Baum wrote: > Peter and Abdel, can you please test whether the attached test program > works (or could be made to work) on windows with lyx::char_type == > boost::uint32_t? > > If yes, then I'd like to put the attached patch in and proceed with > solution 2) above.
Georg, I tried your test program on cygwin and, after adding an "#include <iconv.h>" line, it fails to compile as follows: $ g++ stream2.cpp -o stream2 stream2.cpp: In function `int main()': stream2.cpp:230: error: `wcerr' is not a member of `std' stream2.cpp:238: error: `wcerr' is not a member of `std' stream2.cpp:241: error: `wcerr' is not a member of `std' stream2.cpp:244: error: `wcerr' is not a member of `std' This seems to be a cygwin problem and I have no idea how to solve it. -- Enrico