Re: LyX 1.4.2 on Intel

2006-08-18 Thread Jean-Marc Lasgouttes
> "Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes: Andreas> I thought that was the purpose of this hack? What were you Andreas> trying to achieve in the first place? OK, in OSX there are three menu entries that are in an unconventional position: Quit, About and Preferences. Therefore Qt t

Re: LyX 1.4.2 on Intel

2006-08-18 Thread Andreas Vox
Am 18.08.2006 um 17:13 schrieb Jean-Marc Lasgouttes: "Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes: Andreas> Georg Baum <[EMAIL PROTECTED]> writes: This may have something to do with some ugly tricks we are playing to stop qt to rearrange the menus. See src/frontends/qt2/QLMenubar.C a

Re: LyX 1.4.2 on Intel

2006-08-18 Thread Jean-Marc Lasgouttes
> "A" == A S Hodel <[EMAIL PROTECTED]> writes: A> However, I have noticed that the problem doesn't seem to occur A> until after I export a document as a .pdf file. This behavior is A> consistent on the 3 mac's I use (G4 cube, G5 iMac, and macbook A> pro). Is it a matter of exporting or of ope

Re: LyX 1.4.2 on Intel

2006-08-18 Thread Jean-Marc Lasgouttes
> "Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes: Andreas> Georg Baum <[EMAIL PROTECTED]> writes: >> This may have something to do with some ugly tricks we are playing >> to stop qt to rearrange the menus. See >> src/frontends/qt2/QLMenubar.C and src/frontends/qt2/lyx_gui.C >> (search fo

Re: LyX 1.4.2 on Intel

2006-07-27 Thread Bo Peng
gcc works, g++ reports error. $ g++ --version powerpc-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5341) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNES

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Andreas Vox
Am 26.07.2006 um 21:37 schrieb Bo Peng: scons: Configure: Checking for C function setenv()... .sconf_temp/conftest_61.c <- | | |#include | |#ifdef __cplusplus |extern "C" |#endif |char setenv(); | |int main() { |#if defined (__stub_setenv) || defined (__stub___

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Jens Noeckel
On Jul 26, 2006, at 8:39 AM, Bo Peng wrote: On 7/26/06, Angus Leeming <[EMAIL PROTECTED]> wrote: Andreas Vox <[EMAIL PROTECTED]> writes: > Now I tried to compile Lars's unicode branch on Mac but found out there are > some configure (scons) quirks: > * it didn't set HAVE_MKSTEMP and some oth

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Bo Peng
On 7/26/06, Angus Leeming <[EMAIL PROTECTED]> wrote: Andreas Vox <[EMAIL PROTECTED]> writes: > Now I tried to compile Lars's unicode branch on Mac but found out there are > some configure (scons) quirks: > * it didn't set HAVE_MKSTEMP and some other vars automatically > * it didn't add -framework

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Bennett Helm
On Jul 26, 2006, at 10:56 AM, A S Hodel wrote: I haven't made much progress on this problem. My original report was indeed on a PPC (G4 system) running 10.3.9. I've recently migrated to a macbook pro that displays the same problem. However, I have noticed that the problem doesn't seem to

Re: LyX 1.4.2 on Intel

2006-07-26 Thread A S Hodel
I haven't made much progress on this problem. My original report was indeed on a PPC (G4 system) running 10.3.9. I've recently migrated to a macbook pro that displays the same problem. However, I have noticed that the problem doesn't seem to occur until after I export a document as a .pdf fi

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Bennett Helm
On Jul 26, 2006, at 12:15 AM, Jens Noeckel wrote: Hi, with the help of Bennett's install instructions, I compiled LyX 1.4.2 on my Intel Mac using gcc 4.0 and Qt 3.3.6. However, while testing the Application, I noticed a problem with the menus and keyboard shortcuts that seems to be identi

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Angus Leeming
Andreas Vox <[EMAIL PROTECTED]> writes: > Now I tried to compile Lars's unicode branch on Mac but found out there are > some configure (scons) quirks: > * it didn't set HAVE_MKSTEMP and some other vars automatically > * it didn't add -framework CoreFoundation -framework Carbon to the final > li

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Andreas Vox
Georg Baum <[EMAIL PROTECTED]> writes: > > This may have something to do with some ugly tricks we are playing to stop > qt to rearrange the menus. See src/frontends/qt2/QLMenubar.C and > src/frontends/qt2/lyx_gui.C (search for code inside #ifdef Q_WS_MACX). Does > it work if you disable the speci

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Georg Baum
Jens Noeckel wrote: > Hi, > > with the help of Bennett's install instructions, I compiled LyX 1.4.2 > on my Intel Mac using gcc 4.0 and Qt 3.3.6. Great. When the problems are resolved it would be very nice if you couild provide an installer for intel macs. > It would be interesting to clarify i