Am 27.03.2010 um 20:56 schrieb BH: > On Sat, Mar 27, 2010 at 11:26 AM, Stephan Witt <[email protected]> wrote: >>> Perhaps this is bug 6517 (http://www.lyx.org/trac/ticket/6517), which >>> I closed previously. There seem to be 2 factors contributing to the >>> crash: >>> >>> 1. use of Qt4.6 (which I had tried for a while but switched back to >>> Qt4.4 which seems to be working fine, and when I couldn't reproduce it >>> with Qt4.4 I closed the bug report), and >>> >>> 2. multiple windows open upon quit, with the "Load open files from >>> last session" preference option checked. >>> >>> Under these conditions, simply launching LyX and promptly quitting >>> causes the crash. Can you reproduce this? >> >> No. I enable the mentioned option, open 3 documents (3 windows) and quit >> with CMD-Q. >> Next time I launch the application the 3 windows open again and when I quit >> all is fine. >> >> I have build a 2.0.0alpha1 dmg which is now placed there: >> http://ftp.lyx.org/pub/lyx/devel/lyx-2.0/alpha1 >> >> Perhaps you can try this one? > > Yours works fine for me. I take it this was compiled with autotools, > right? What exactly are the steps you took, and what system did you > compile on?
Build system is a Macbook Pro with Snow Leopard and the required tools installed with macports and Xcode 3.2.1. 1. I build Qt 4.6.2 from source with ./configure -static -no-exceptions -nomake examples -nomake tools -nomake demos -prefix /opt/qt4 -universal -sdk /Developer/SDKs/MacOSX10.5.sdk 2. I installed macports aspell 3. I build LyX with autotools and the script LyX-Mac-binary-release.sh which is yours originally. (I added the production of the dmg) See my mail from 24. März 2010 08:53:05 MEZ in thread "lyx rev. 33817 make error on mac os x SL". I may add it to the repository but I don't know where it should be placed (perhaps development/MacOSX). I failed some weeks ago to post it here because it was classified as dangerous by virus scanners. Stephan
