Am 12.05.2013 um 11:18 schrieb Abdelrazak Younes <you...@lyx.org>: > On Sat, May 11, 2013 at 11:02 PM, Stephan Witt <st.w...@gmx.net> wrote: >> Am 11.05.2013 um 17:50 schrieb Abdelrazak Younes <you...@lyx.org>: >> >> > Hi Stephan, >> > >> > At LyX meeting we are wondering why you are still using autotools for Mac >> > packaging. Do you miss anything from CMake that is not implemented yet? >> >> Hi all at the LyX meeting, >> >> I hope you're well and someone is drinking wine too… :) >> > I had some ;-) > > >> Regarding the CMake question - I never tried it for a long time. >> > Ah? I got the impression you were developping using cmake and xcode... But I > see in your other email that this does not work anymore... > >> >> So I cannot answer the question. Isn't the autotools build the official one? >> > Up to now yes, except for Windows. > > I was trying to advocate yesterday that we should really move to cmake on all > platforms. I guess this is already a lost battle…
I'm using CMake to generate the Xcode-project for debugging purposes. The packaging is done by a shell script to wrap all needed resources into one bundle. The first step is making the pure LyX.app bundle (make install). Then the additional parts are copied into this app bundle. The used frameworks (spell checker libraries, gettext and Qt4) needs to be adjusted to make them relocatable. The dictionaries and thesauri are simply copied into it too. Of course one can do these steps with CMake but I never got a friend of it's language and I'm loosing to much time to find my mistakes when using it. If it had the ability to tell me what it's doing and why… sorry, the verbose option of it is not enough for me. Stephan