]> git.lyx.org Git - lyx.git/blobdiff - src/main.C
fix reading the author field.
[lyx.git] / src / main.C
index b6366d73e61a797190c9463111e2ca03f50ec66a..cc4a51537a1cf7f7c3dffb3238df6039b876a373 100644 (file)
 
 #include <config.h>
 
+#include "debug.h"
 #include "lyx_main.h"
 #include "gettext.h"
+
 #include "support/os.h"
 
 #ifdef HAVE_IOS
 
 namespace os = lyx::support::os;
 
-
 int main(int argc, char * argv[])
 {
 #ifdef HAVE_IOS
        std::ios_base::sync_with_stdio(false);
 #endif
+       // To avoid ordering of global object problems with some
+       // stdlibs we do the initialization here, but still as
+       // early as possible.
+       lyxerr.rdbuf(std::cerr.rdbuf());
 
        os::init(&argc, &argv);