Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Andrea Censi

On 7/17/06, Bennett Helm [EMAIL PROTECTED] wrote:

On Jul 17, 2006, at 3:06 AM, Andrea Censi wrote:

 Hello,
 is there a Mac binary version available somewhere?

Not yet. I was away when 1.4.2 came out, and when I got back I had a
hard disk failure requiring complete re-installation of a whole bunch
of development software, which I am currently in the midst of
compiling. When I get all that properly installed, I'll compile LyX
and post it, with an announcement here.


I have had some trouble compiling on my own.

At the moment, what combinations of QT and gcc do you use?
And is it necessary to build QT as static?

--
Andrea Censi

Web: http://www.dis.uniroma1.it/~censi
PGP key #569106B2 available on keyservers.


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Bennett Helm

On Jul 18, 2006, at 6:18 AM, Andrea Censi wrote:


On 7/17/06, Bennett Helm [EMAIL PROTECTED] wrote:

On Jul 17, 2006, at 3:06 AM, Andrea Censi wrote:

 Hello,
 is there a Mac binary version available somewhere?

Not yet. I was away when 1.4.2 came out, and when I got back I had a
hard disk failure requiring complete re-installation of a whole bunch
of development software, which I am currently in the midst of
compiling. When I get all that properly installed, I'll compile LyX
and post it, with an announcement here.


I have had some trouble compiling on my own.

At the moment, what combinations of QT and gcc do you use?
And is it necessary to build QT as static?


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.


Bennett


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Andrea Censi

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

FSGetCatalogInfo err = -35
FMActivateFonts err = -35
LyX: reconfiguring user directory
checking for a Latex2e program...

[snip]

+checking for package psnfss [times.sty]... yes
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
creating packages.lst
creating doc/LaTeXConfig.lyx
LyX: Done!

Then it hangs and it shows nothing (no cpu activity).
If I run it again, I get only

$ /path/to/src/lyx
FSGetCatalogInfo err = -35
FMActivateFonts err = -35


I tried specifying different, fresh new userdir but it's the same.

I'm not familiar (as a developer) with Mac OS X bundles. I see that
Lyx.app gets created, but by double clicking on it, I get an error
which translated in english is more or less
  could not open the application because it is damaged
I moved the file in /Applications but nothing changed.

Any suggestion?

--
Andrea Censi

Web: http://www.dis.uniroma1.it/~censi
PGP key #569106B2 available on keyservers.


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Bennett Helm

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


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Andrea Censi

On 7/17/06, Bennett Helm [EMAIL PROTECTED] wrote:

On Jul 17, 2006, at 3:06 AM, Andrea Censi wrote:

 Hello,
 is there a Mac binary version available somewhere?

Not yet. I was away when 1.4.2 came out, and when I got back I had a
hard disk failure requiring complete re-installation of a whole bunch
of development software, which I am currently in the midst of
compiling. When I get all that properly installed, I'll compile LyX
and post it, with an announcement here.


I have had some trouble compiling on my own.

At the moment, what combinations of QT and gcc do you use?
And is it necessary to build QT as static?

--
Andrea Censi

Web: http://www.dis.uniroma1.it/~censi
PGP key #569106B2 available on keyservers.


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Bennett Helm

On Jul 18, 2006, at 6:18 AM, Andrea Censi wrote:


On 7/17/06, Bennett Helm [EMAIL PROTECTED] wrote:

On Jul 17, 2006, at 3:06 AM, Andrea Censi wrote:

 Hello,
 is there a Mac binary version available somewhere?

Not yet. I was away when 1.4.2 came out, and when I got back I had a
hard disk failure requiring complete re-installation of a whole bunch
of development software, which I am currently in the midst of
compiling. When I get all that properly installed, I'll compile LyX
and post it, with an announcement here.


I have had some trouble compiling on my own.

At the moment, what combinations of QT and gcc do you use?
And is it necessary to build QT as static?


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.


Bennett


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Andrea Censi

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

FSGetCatalogInfo err = -35
FMActivateFonts err = -35
LyX: reconfiguring user directory
checking for a Latex2e program...

[snip]

+checking for package psnfss [times.sty]... yes
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
creating packages.lst
creating doc/LaTeXConfig.lyx
LyX: Done!

Then it hangs and it shows nothing (no cpu activity).
If I run it again, I get only

$ /path/to/src/lyx
FSGetCatalogInfo err = -35
FMActivateFonts err = -35


I tried specifying different, fresh new userdir but it's the same.

I'm not familiar (as a developer) with Mac OS X bundles. I see that
Lyx.app gets created, but by double clicking on it, I get an error
which translated in english is more or less
  could not open the application because it is damaged
I moved the file in /Applications but nothing changed.

Any suggestion?

--
Andrea Censi

Web: http://www.dis.uniroma1.it/~censi
PGP key #569106B2 available on keyservers.


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Bennett Helm

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


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Andrea Censi

On 7/17/06, Bennett Helm <[EMAIL PROTECTED]> wrote:

On Jul 17, 2006, at 3:06 AM, Andrea Censi wrote:

> Hello,
> is there a Mac binary version available somewhere?

Not yet. I was away when 1.4.2 came out, and when I got back I had a
hard disk failure requiring complete re-installation of a whole bunch
of development software, which I am currently in the midst of
compiling. When I get all that properly installed, I'll compile LyX
and post it, with an announcement here.


I have had some trouble compiling on my own.

At the moment, what combinations of QT and gcc do you use?
And is it necessary to build QT as static?

--
Andrea Censi

Web: http://www.dis.uniroma1.it/~censi
PGP key #569106B2 available on keyservers.


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Bennett Helm

On Jul 18, 2006, at 6:18 AM, Andrea Censi wrote:


On 7/17/06, Bennett Helm <[EMAIL PROTECTED]> wrote:

On Jul 17, 2006, at 3:06 AM, Andrea Censi wrote:

> Hello,
> is there a Mac binary version available somewhere?

Not yet. I was away when 1.4.2 came out, and when I got back I had a
hard disk failure requiring complete re-installation of a whole bunch
of development software, which I am currently in the midst of
compiling. When I get all that properly installed, I'll compile LyX
and post it, with an announcement here.


I have had some trouble compiling on my own.

At the moment, what combinations of QT and gcc do you use?
And is it necessary to build QT as static?


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.


Bennett


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Andrea Censi

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

FSGetCatalogInfo err = -35
FMActivateFonts err = -35
LyX: reconfiguring user directory
checking for a Latex2e program...

[snip]

+checking for package psnfss [times.sty]... yes
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
creating packages.lst
creating doc/LaTeXConfig.lyx
LyX: Done!

Then it hangs and it shows nothing (no cpu activity).
If I run it again, I get only

$ /path/to/src/lyx
FSGetCatalogInfo err = -35
FMActivateFonts err = -35


I tried specifying different, fresh new userdir but it's the same.

I'm not familiar (as a developer) with Mac OS X "bundles". I see that
Lyx.app gets created, but by double clicking on it, I get an error
which translated in english is more or less
  "could not open the application because it is damaged"
I moved the file in /Applications but nothing changed.

Any suggestion?

--
Andrea Censi

Web: http://www.dis.uniroma1.it/~censi
PGP key #569106B2 available on keyservers.


Re: Lyx 1.4.2 for Mac OS X?

2006-07-18 Thread Bennett Helm

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


Lyx 1.4.2 for Mac OS X?

2006-07-17 Thread Andrea Censi

Hello,
is there a Mac binary version available somewhere?

Regards,
--
Andrea Censi

Web: http://www.dis.uniroma1.it/~censi
PGP key #569106B2 available on keyservers.


Re: Lyx 1.4.2 for Mac OS X?

2006-07-17 Thread Bennett Helm

On Jul 17, 2006, at 3:06 AM, Andrea Censi wrote:


Hello,
is there a Mac binary version available somewhere?


Not yet. I was away when 1.4.2 came out, and when I got back I had a  
hard disk failure requiring complete re-installation of a whole bunch  
of development software, which I am currently in the midst of  
compiling. When I get all that properly installed, I'll compile LyX  
and post it, with an announcement here.


Bennett


Lyx 1.4.2 for Mac OS X?

2006-07-17 Thread Andrea Censi

Hello,
is there a Mac binary version available somewhere?

Regards,
--
Andrea Censi

Web: http://www.dis.uniroma1.it/~censi
PGP key #569106B2 available on keyservers.


Re: Lyx 1.4.2 for Mac OS X?

2006-07-17 Thread Bennett Helm

On Jul 17, 2006, at 3:06 AM, Andrea Censi wrote:


Hello,
is there a Mac binary version available somewhere?


Not yet. I was away when 1.4.2 came out, and when I got back I had a  
hard disk failure requiring complete re-installation of a whole bunch  
of development software, which I am currently in the midst of  
compiling. When I get all that properly installed, I'll compile LyX  
and post it, with an announcement here.


Bennett


Lyx 1.4.2 for Mac OS X?

2006-07-17 Thread Andrea Censi

Hello,
is there a Mac binary version available somewhere?

Regards,
--
Andrea Censi

Web: http://www.dis.uniroma1.it/~censi
PGP key #569106B2 available on keyservers.


Re: Lyx 1.4.2 for Mac OS X?

2006-07-17 Thread Bennett Helm

On Jul 17, 2006, at 3:06 AM, Andrea Censi wrote:


Hello,
is there a Mac binary version available somewhere?


Not yet. I was away when 1.4.2 came out, and when I got back I had a  
hard disk failure requiring complete re-installation of a whole bunch  
of development software, which I am currently in the midst of  
compiling. When I get all that properly installed, I'll compile LyX  
and post it, with an announcement here.


Bennett