Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-21 Thread Anders Ekberg
Unfortunately didn't work :-( I'll see if I have some time next week to fiddle around. Anders On 19 maj 2008, at 15.34, Konrad Hofbauer wrote: Anders Ekberg wrote: Currently I'm stuck with the compiler being unable to find libz, but thanks to your work there is no rush to find a solution fo

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-19 Thread Konrad Hofbauer
Anders Ekberg wrote: Currently I'm stuck with the compiler being unable to find libz, but thanks to your work there is no rush to find a solution for that :-) Try: export LDFLAGS="$LDFLAGS -arch i386 -lz " /Konrad

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 11:27 AM, Jürgen Spitzmüller < [EMAIL PROTECTED]> wrote: > Bennett Helm wrote: > > > Great. Jürgen, could you now post it? Once you do that, I'll announce > it > > > on the User's list. > > I've uploaded it. > > > One more thing: I'm editing the Mac wiki page to point to th

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Jürgen Spitzmüller
Bennett Helm wrote: > > Great. Jürgen, could you now post it? Once you do that, I'll announce it > > on the User's list. I've uploaded it. > One more thing: I'm editing the Mac wiki page to point to the official > download page. But I don't have the password to edit the official download > page (

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 10:11 AM, Bennett Helm <[EMAIL PROTECTED]> wrote: > Great. Jürgen, could you now post it? Once you do that, I'll announce it on > the User's list. > One more thing: I'm editing the Mac wiki page to point to the official download page. But I don't have the password to edit

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 10:06 AM, Konrad Hofbauer <[EMAIL PROTECTED]> wrote: > Bennett Helm wrote: > >> >> >> Konrad and Anders: please test to make sure it works, and then I'll have >> Jürgen post it on the official server. >>

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Konrad Hofbauer
Bennett Helm wrote: Konrad and Anders: please test to make sure it works, and then I'll have Jürgen post it on the official server. Also looks good for me, so far. I will still try to compile against the SDK at some point,

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Anders Ekberg
Works like a charm on PPC with 10.5 (sorry, no Intel available a.t.m.). Anders On 16 maj 2008, at 15.44, Bennett Helm wrote: On Thu, May 15, 2008 at 5:42 PM, Konrad Hofbauer <[EMAIL PROTECTED] > wrote: Dear all, I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and a

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 9:23 AM, Jürgen Spitzmüller < [EMAIL PROTECTED]> wrote: > Konrad Hofbauer wrote: > > I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf > > and a static Qt build - which still took a while, but went smoothly. > > Thanks to Bennett for holding hands! > > >

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 9:23 AM, Jürgen Spitzmüller < [EMAIL PROTECTED]> wrote: > Konrad Hofbauer wrote: > > I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf > > and a static Qt build - which still took a while, but went smoothly. > > Thanks to Bennett for holding hands! > > >

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Thu, May 15, 2008 at 5:42 PM, Konrad Hofbauer <[EMAIL PROTECTED]> wrote: > Dear all, > > I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and a > static Qt build - which still took a while, but went smoothly. > Thanks to Bennett for holding hands! > > Please find them here:

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Jürgen Spitzmüller
Konrad Hofbauer wrote: > I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf > and a static Qt build - which still took a while, but went smoothly. > Thanks to Bennett for holding hands! > > Please find them here: > B

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Konrad Hofbauer
Anders Ekberg wrote: Works for me on a PPC (except for the view ps2pdf, but that is most likely my configuration). Cool. For the interested who like to create a universal on a PPC with 10.4, Bennett's script needs an altered flag: export CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arc

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Anders Ekberg
Well done! Works for me on a PPC (except for the view ps2pdf, but that is most likely my configuration). For the interested who like to create a universal on a PPC with 10.4, Bennett's script needs an altered flag: export CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386" since the

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-15 Thread Konrad Hofbauer
Dear all, I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and a static Qt build - which still took a while, but went smoothly. Thanks to Bennett for holding hands! Please find them here: THIS IS NOT THE OFFIC

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-15 Thread Konrad Hofbauer
Hi, Bennett Helm wrote: I haven't really used XCode, so I'm not sure what those choices mean. I thought the 10.4 SDK was usable by 10.3.9 machines. Yes, but NOT the 10.4u SDK for universal binaries. There is a 10.3.9 and a 10.4 SDK (both PPC only) and a 10.4u SDK for universals. But ccordin

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-15 Thread Bennett Helm
On Thu, May 15, 2008 at 10:40 AM, Konrad Hofbauer <[EMAIL PROTECTED]> wrote: > Bennett, > > I am procrastinating, bad for mee, good for LyX. ;-) > > There are some advances with cmake... > > Question: Do we still (need to) support 10.3.9? > > I can choose as Target SDK in XCode: > 1) 10.3.9 > 2) 1

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-15 Thread Konrad Hofbauer
Bennett, I am procrastinating, bad for mee, good for LyX. ;-) There are some advances with cmake... Question: Do we still (need to) support 10.3.9? I can choose as Target SDK in XCode: 1) 10.3.9 2) 10.4 (Universal) I do not know now if (1) means that it would not be Universal, and if there i

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-15 Thread Bennett Helm
On Thu, May 15, 2008 at 5:39 AM, Juergen Spitzmueller <[EMAIL PROTECTED]> wrote: > Anders Ekberg wrote: > > > If it can be of any help have placed a 10.4 compilation of LyX 1.5.5 > > on PPC at: > > http://homepage.mac.com/anek/Temp/FileSharing24.html > > Unfortunately I don't have any 10.4 install

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-15 Thread Bennett Helm
On Thu, May 15, 2008 at 2:45 AM, Anders Ekberg <[EMAIL PROTECTED]> wrote: > Hi Bennett, > > If it can be of any help have placed a 10.4 compilation of LyX 1.5.5 on PPC > at: > http://homepage.mac.com/anek/Temp/FileSharing24.html > Unfortunately I don't have any 10.4 installation on an Intel Mac...

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-15 Thread Juergen Spitzmueller
Anders Ekberg wrote: > If it can be of any help have placed a 10.4 compilation of LyX 1.5.5 > on PPC at: > http://homepage.mac.com/anek/Temp/FileSharing24.html > Unfortunately I don't have any 10.4 installation on an Intel Mac... Very good. Bennett, shall I upload this to the server? Jürgen

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-14 Thread Anders Ekberg
Hi Bennett, If it can be of any help have placed a 10.4 compilation of LyX 1.5.5 on PPC at: http://homepage.mac.com/anek/Temp/FileSharing24.html Unfortunately I don't have any 10.4 installation on an Intel Mac... Anders On 14 maj 2008, at 15.31, Bennett Helm wrote: On Mon, May 12, 2008 at 3

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-14 Thread Konrad Hofbauer
Hi Bennett, Thanks for the instructions! I am happy to look at it late(r) in the evening, cannot guarantee success though. One question ahead: For me the cmake way would seem more appealing since 1) it seems not to require to compile Qt and 2) Xcode should take care of a lot of things automat

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-14 Thread Konrad Hofbauer
Bennett Helm wrote: On Mon, May 12, 2008 at 3:58 PM, Bennett Helm <[EMAIL PROTECTED] > wrote: I have now tried this; it doesn't work, and I'm out of other ideas. So I am stuck and unable to produce the Mac binaries for anything but Mac OS X 10.5. Unless someone else ca

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-14 Thread Bennett Helm
On Mon, May 12, 2008 at 3:58 PM, Bennett Helm <[EMAIL PROTECTED]> wrote: > On Mon, May 12, 2008 at 3:30 PM, Konrad Hofbauer <[EMAIL PROTECTED]> > wrote: > > > > Hi Bennett, > > > > Bennett Helm <[EMAIL PROTECTED]> writes: > > > I've recently upgraded from Mac OS X 10.4 to 10.5, and I cannot figure

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-12 Thread Konrad Hofbauer
Bennett Helm wrote: > I did. One thing it suggests is: When you build Qt, make sure you use the -sdk /Developer/SDKs/MacOSX10.4u.sdk as one of the parameters to configure. I saw elsewhere that this doesn't matter, and I wasn

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-12 Thread Bennett Helm
On Mon, May 12, 2008 at 3:30 PM, Konrad Hofbauer <[EMAIL PROTECTED]> wrote: > > Hi Bennett, > > Bennett Helm <[EMAIL PROTECTED]> writes: > > I've recently upgraded from Mac OS X 10.4 to 10.5, and I cannot figure out > > how to get LyX to compile for machines with 10.4 anymore. The problem is > > th

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-12 Thread Konrad Hofbauer
Hi Bennett, Bennett Helm <[EMAIL PROTECTED]> writes: > I've recently upgraded from Mac OS X 10.4 to 10.5, and I cannot figure out > how to get LyX to compile for machines with 10.4 anymore. The problem is > that 10.5 includes an updated version of libiconv, which causes LyX to fail > to launch on

Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-12 Thread Bennett Helm
I've recently upgraded from Mac OS X 10.4 to 10.5, and I cannot figure out how to get LyX to compile for machines with 10.4 anymore. The problem is that 10.5 includes an updated version of libiconv, which causes LyX to fail to launch on a machine with 10.4. Searching on the web, it seems like the