On Jul 18, 2006, at 1:05 PM, Andrea Censi wrote:
On 7/18/06, Bennett Helm <[EMAIL PROTECTED]> wrote:
For LyX-1.4.x, you must use Qt-3.x (latest is 3.3.6) and gcc-3.3.
I've never tried building Qt except as static, though I don't see why
that wouldn't work.
If I used a shared version, the linker complained (sorry, didn't keep
the error).
I finally compiled everything with gcc 3.3 and QT 3.3.6.
But.. I cannot start it.
I see that the final binary src/lyx is created. I start it with the
full path and get:
$ /path/to/src/lyx
It needs to be in the bundle, or Mac doesn't know what to do with it.
So, when you configure, you need to tell it where to install (--
prefix=/path/to/LyX.app); note that the LyX.app skeleton is located
inside your lyx source folder at development/MacOSX/LyX.app, though
you need to give it the full path. After compiling you need to tell
it to install (make install-strip). Then you can run it from the
application bundle.
Bennett