On Tue, 2011-11-22 at 13:22 +0100, Cor Nouws wrote: > Stephan Bergmann wrote (22-11-11 09:23) > > > You have a computer terminal in your bathroom? What a nerd you are. ;) > > Well, close to. But I resist giving more detials ;-) > > > Anyway, confusing install vs. dev-install looks like a plausible > > explanation. > > make dev-install ran fine. > > But alas the program does not start: > > $ cd install/program/ > install/program$ . ./ooenv > install/program$ ./soffice.bin > (soffice:15092): Gdk-CRITICAL **: IA__gdk_display_get_screen: > assertion `ScreenCount (GDK_DISPLAY_X11 (display)->xdisplay) > > screen_num' failed > Segmentation error (memorydump created) > > Ideas? / Just FYI..
lets get a backtrace there, i.e. . ./ooenv gdb --args ./soffice.bin (gdb) run (gdb) bt C. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
