>>>>> "Asger" == Asger Ottar Alstrup <[EMAIL PROTECTED]> writes:
Asger> Hi, The result of today's work is this: Everything compiles Asger> with the attached patch and new files placed as usual. I did a Asger> bunch of gross hacks here and there, but there are some good Asger> bits in there, which Angus might steal. Asger> Next step is to resolve linker errors, of which there are 24 Asger> right now. See attached. Concerning something like this one, it is because you should not try to compile os_win32.C separately. It is actually included by os.C (which is nasty, of course). os_win32.obj : error LNK2005: "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl lyx::support::os::external_path(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@[EMAIL PROTECTED]@@[EMAIL PROTECTED]@2@@std@@ABV45@@Z) already defined in os.obj And concerning the warnings, they seem indeed very interesting. At least the one in qt2/floatplacement.C is a bug. JMarc
