Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-23 Thread Bob Lounsbury
On 4/22/07 4:01 PM, Anders Ekberg [EMAIL PROTECTED] wrote:

 
 On 22 apr 2007, at 23.31, Bob Lounsbury wrote:
 
 On 4/22/07 3:07 PM, Anders Ekberg [EMAIL PROTECTED] wrote:
 
 
 On 22 apr 2007, at 22.35, Bob Lounsbury wrote:
 On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:
 
 I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
 difference was
 rather than using Œsudo make install¹ I just entered Œmake
 install¹. Now I
 have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same
 error
 message
 when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report
 would be
 great, I really want to see if Qt4.3 is faster. Thanks for the
 info.
 
 Bob
 
 I guess the problem is that we need to figure out whether it is
 a QT
 or an LyX-issue...
 It is interesting that your compilation works? Do you have more
 info
 on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
 automake 1.10 and gettext 0.14.5.
 But I will try again to make sure I didn't do something stupid.
 
 /Anders
 
 I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext
 0.14.5. I
 really don't know if it's an LyX or Qt issue. The only thing I
 noticed was
 that my qt4.3.0 directory is missing a mkspecs folder that is in
 qt4.2.3
 even though they were compiled with the same ./configure command. I
 guess
 I'll send a configure log to the development list.
 
 Bob
 
 Do that. The problem is also reported in the tread:
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html
 
 It seems our configurations are similar apart from the automake
 version. Still I get an error with:
 /usr/bin/ld: can't locate file for: -lQtAssistantClient
 collect2: ld returned 1 exit status
 make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
 make[1]: *** [sub-qtdemo-make_default] Error 2
 make: *** [sub-demos-make_default-ordered] Error 2
 
 The only explanation I can think of is if you compiled QT with the -
 nomake demos. That should probably avoid this error (I will try it
 now), but of course that doesn't solve the basic problem of compiling
 LyX...
 
 /Anders
 
 I also got this error if I include the '-nomake examples' command.
 However,
 if I remember correctly it went away when I didn't use this. I also
 assumed
 this wouldn't affect LyX compilation.
 
 Bob
 
 Thanks for the details Bob. And I can confirm that the compilation
 worked with -nomake demos.
 I have filed a bug report to Trolltech regarding the failed compilation.
 So it seems that one is under control. Now it's just the LyX-
 configuration left...
 
 /Anders

So, yesterday I booted into Ubuntu (I have a dual-boot) because I wanted to
update LyX there also. There was a distribution upgrade so I upgraded then
compiled 1.5.0svn/beta2 (not sure which it is if downloaded from svn). By
default it used Qt4.2.3 and now I have the LyX slowness under Linux. This
leads me to believe that the issues are directly due to Qt4.2.3. I'm
thinking of compiling an earlier version of Qt to see if the slowness goes
away since we can't get LyX to compile with Qt4.3.

Bob




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-23 Thread Abdelrazak Younes

Bob Lounsbury wrote:


So, yesterday I booted into Ubuntu (I have a dual-boot) because I wanted to
update LyX there also. There was a distribution upgrade so I upgraded then
compiled 1.5.0svn/beta2 (not sure which it is if downloaded from svn). By
default it used Qt4.2.3 and now I have the LyX slowness under Linux.


What is this slowness you are talking about. AFAIK, there is no such 
slowness report under Linux. Please detail on the devel list (I randomly 
read the user list).
Please note that you should build in release mode if you want to get 
the normal speed. 'stdlib-debug' is known to have a strong performance 
penalty on systems using the gcc compiler.




This
leads me to believe that the issues are directly due to Qt4.2.3.


I don't think there are important performance issues related to Qt4.2.4 
on Linux.



I'm
thinking of compiling an earlier version of Qt to see if the slowness goes
away since we can't get LyX to compile with Qt4.3.


I've heard that LyX compiles and run perfectly fine with Qt4.3 under 
Linux and Windows (did not try myself).


Abdel.



Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-23 Thread Bob Lounsbury
On 4/22/07 4:01 PM, Anders Ekberg [EMAIL PROTECTED] wrote:

 
 On 22 apr 2007, at 23.31, Bob Lounsbury wrote:
 
 On 4/22/07 3:07 PM, Anders Ekberg [EMAIL PROTECTED] wrote:
 
 
 On 22 apr 2007, at 22.35, Bob Lounsbury wrote:
 On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:
 
 I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
 difference was
 rather than using Œsudo make install¹ I just entered Œmake
 install¹. Now I
 have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same
 error
 message
 when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report
 would be
 great, I really want to see if Qt4.3 is faster. Thanks for the
 info.
 
 Bob
 
 I guess the problem is that we need to figure out whether it is
 a QT
 or an LyX-issue...
 It is interesting that your compilation works? Do you have more
 info
 on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
 automake 1.10 and gettext 0.14.5.
 But I will try again to make sure I didn't do something stupid.
 
 /Anders
 
 I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext
 0.14.5. I
 really don't know if it's an LyX or Qt issue. The only thing I
 noticed was
 that my qt4.3.0 directory is missing a mkspecs folder that is in
 qt4.2.3
 even though they were compiled with the same ./configure command. I
 guess
 I'll send a configure log to the development list.
 
 Bob
 
 Do that. The problem is also reported in the tread:
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html
 
 It seems our configurations are similar apart from the automake
 version. Still I get an error with:
 /usr/bin/ld: can't locate file for: -lQtAssistantClient
 collect2: ld returned 1 exit status
 make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
 make[1]: *** [sub-qtdemo-make_default] Error 2
 make: *** [sub-demos-make_default-ordered] Error 2
 
 The only explanation I can think of is if you compiled QT with the -
 nomake demos. That should probably avoid this error (I will try it
 now), but of course that doesn't solve the basic problem of compiling
 LyX...
 
 /Anders
 
 I also got this error if I include the '-nomake examples' command.
 However,
 if I remember correctly it went away when I didn't use this. I also
 assumed
 this wouldn't affect LyX compilation.
 
 Bob
 
 Thanks for the details Bob. And I can confirm that the compilation
 worked with -nomake demos.
 I have filed a bug report to Trolltech regarding the failed compilation.
 So it seems that one is under control. Now it's just the LyX-
 configuration left...
 
 /Anders

So, yesterday I booted into Ubuntu (I have a dual-boot) because I wanted to
update LyX there also. There was a distribution upgrade so I upgraded then
compiled 1.5.0svn/beta2 (not sure which it is if downloaded from svn). By
default it used Qt4.2.3 and now I have the LyX slowness under Linux. This
leads me to believe that the issues are directly due to Qt4.2.3. I'm
thinking of compiling an earlier version of Qt to see if the slowness goes
away since we can't get LyX to compile with Qt4.3.

Bob




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-23 Thread Abdelrazak Younes

Bob Lounsbury wrote:


So, yesterday I booted into Ubuntu (I have a dual-boot) because I wanted to
update LyX there also. There was a distribution upgrade so I upgraded then
compiled 1.5.0svn/beta2 (not sure which it is if downloaded from svn). By
default it used Qt4.2.3 and now I have the LyX slowness under Linux.


What is this slowness you are talking about. AFAIK, there is no such 
slowness report under Linux. Please detail on the devel list (I randomly 
read the user list).
Please note that you should build in release mode if you want to get 
the normal speed. 'stdlib-debug' is known to have a strong performance 
penalty on systems using the gcc compiler.




This
leads me to believe that the issues are directly due to Qt4.2.3.


I don't think there are important performance issues related to Qt4.2.4 
on Linux.



I'm
thinking of compiling an earlier version of Qt to see if the slowness goes
away since we can't get LyX to compile with Qt4.3.


I've heard that LyX compiles and run perfectly fine with Qt4.3 under 
Linux and Windows (did not try myself).


Abdel.



Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-23 Thread Bob Lounsbury
On 4/22/07 4:01 PM, "Anders Ekberg" <[EMAIL PROTECTED]> wrote:

> 
> On 22 apr 2007, at 23.31, Bob Lounsbury wrote:
> 
>> On 4/22/07 3:07 PM, "Anders Ekberg" <[EMAIL PROTECTED]> wrote:
>> 
>>> 
>>> On 22 apr 2007, at 22.35, Bob Lounsbury wrote:
 On 4/22/07 1:58 AM, "Anders Ekberg" <[EMAIL PROTECTED]> wrote:
 
>> I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
>> difference was
>> rather than using Œsudo make install¹ I just entered Œmake
>> install¹. Now I
>> have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same
>> error
>> message
>> when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report
>> would be
>> great, I really want to see if Qt4.3 is faster. Thanks for the
>> info.
>> 
>> Bob
> 
> I guess the problem is that we need to figure out whether it is
> a QT
> or an LyX-issue...
> It is interesting that your compilation works? Do you have more
> info
> on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
> automake 1.10 and gettext 0.14.5.
> But I will try again to make sure I didn't do something stupid.
> 
> /Anders
 
 I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext
 0.14.5. I
 really don't know if it's an LyX or Qt issue. The only thing I
 noticed was
 that my qt4.3.0 directory is missing a mkspecs folder that is in
 qt4.2.3
 even though they were compiled with the same ./configure command. I
 guess
 I'll send a configure log to the development list.
 
 Bob
>>> 
>>> Do that. The problem is also reported in the tread:
>>> http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html
>>> 
>>> It seems our configurations are similar apart from the automake
>>> version. Still I get an error with:
>>> /usr/bin/ld: can't locate file for: -lQtAssistantClient
>>> collect2: ld returned 1 exit status
>>> make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
>>> make[1]: *** [sub-qtdemo-make_default] Error 2
>>> make: *** [sub-demos-make_default-ordered] Error 2
>>> 
>>> The only explanation I can think of is if you compiled QT with the -
>>> nomake demos. That should probably avoid this error (I will try it
>>> now), but of course that doesn't solve the basic problem of compiling
>>> LyX...
>>> 
>>> /Anders
>> 
>> I also got this error if I include the '-nomake examples' command.
>> However,
>> if I remember correctly it went away when I didn't use this. I also
>> assumed
>> this wouldn't affect LyX compilation.
>> 
>> Bob
> 
> Thanks for the details Bob. And I can confirm that the compilation
> worked with -nomake demos.
> I have filed a bug report to Trolltech regarding the failed compilation.
> So it seems that one is under control. Now it's just the LyX-
> configuration left...
> 
> /Anders

So, yesterday I booted into Ubuntu (I have a dual-boot) because I wanted to
update LyX there also. There was a distribution upgrade so I upgraded then
compiled 1.5.0svn/beta2 (not sure which it is if downloaded from svn). By
default it used Qt4.2.3 and now I have the LyX "slowness" under Linux. This
leads me to believe that the issues are directly due to Qt4.2.3. I'm
thinking of compiling an earlier version of Qt to see if the slowness goes
away since we can't get LyX to compile with Qt4.3.

Bob




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-23 Thread Abdelrazak Younes

Bob Lounsbury wrote:


So, yesterday I booted into Ubuntu (I have a dual-boot) because I wanted to
update LyX there also. There was a distribution upgrade so I upgraded then
compiled 1.5.0svn/beta2 (not sure which it is if downloaded from svn). By
default it used Qt4.2.3 and now I have the LyX "slowness" under Linux.


What is this "slowness" you are talking about. AFAIK, there is no such 
slowness report under Linux. Please detail on the devel list (I randomly 
read the user list).
Please note that you should build in "release" mode if you want to get 
the "normal speed". 'stdlib-debug' is known to have a strong performance 
penalty on systems using the gcc compiler.




This
leads me to believe that the issues are directly due to Qt4.2.3.


I don't think there are important performance issues related to Qt4.2.4 
on Linux.



I'm
thinking of compiling an earlier version of Qt to see if the slowness goes
away since we can't get LyX to compile with Qt4.3.


I've heard that LyX compiles and run perfectly fine with Qt4.3 under 
Linux and Windows (did not try myself).


Abdel.



Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Anders Ekberg


On 21 apr 2007, at 23.19, Bob Lounsbury wrote:


 On 4/21/07 3:08 PM, Anders Ekberg [EMAIL PROTECTED] wrote:

On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED]  
wrote:




On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:


On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:


Bob Lounsbury wrote:


Well, after hours and hours and hours of compiling it seems I've
come to the
same result as Bennett. When compiling LyX1.5.0svn I get an  
error

saying qt
4 library not found !.


Is it after './autogen.sh' or after './configure'?
In any case, I guess there should be some log file in the trunk
directory. Could you please send that log(s) to the devel list?
Hopefully someone will solve the problem.

Thanks a lot for your effort,
Abdel.


This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
source
with the same commands to see if I can compile LyX1.5.0 with  
either of
these. I know there is a precompiled Qt4.2.3 package for mac,  
but I

just
want to see if I can make it work myself from source. If I can't
compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further
suggestions?

Bob


I've compiled QT4.2.3 and LyX1.5.0svn without problems a few  
days ago

on a (PPC) mac.
pdv


Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and  
Qt4.3.0 with the

same error message qt 4 library not found !.

What am I doing wrong? Does something need to be altered for ppc  
macs?


I followed the install.macosx using the following ./configure  
command:


./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug.

During the ./autogen.sh the following pops up, although I  
wouldn't think it

would cause ./configure to fail relating to qt4 library not found:

 Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of  
AM_PATH_GLIB

  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal;
http://sources.redhat.com/automake/automake.html#Extending- 
aclocal%22 ;.


Hopefully, I'm just doing something blatantly not wise and once  
it is

cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be  
able to

compile LyX from source.

Thanks,
Bob Lounsbury


Bob, I think a make clean will solve it. At least it did for me  
after trying
QT4.3 (except for one time that I managed to mess everything up so  
badly I had

to trash my LyX source folder and reinstall from svn...)
In addition, after trying, I have found 4.3beta, 4.3 snapshot and  
4.4 snapshot
not to work. IIRC the beta gave the same problem that you are  
reporting,
whereas the snapshots simply won't compile. The latter two I hope  
will be
fixed by Trolltech (although I haven't had time to file a bug  
report. Has
anyone done that). The former could perhaps be related to how LyX  
searches for
the QT-installation (i.e. the search criterion). But I don't know  
where in the

set-up files this identification is done. Does anyone have any ideas?
Anyway, if you are in urgent need of a 1.5-version of LyX, I  
compiled the beta
2 and posted it at http://www.charmec.chalmers.se/temp/ 
LyX_15b2_PPC.zip
If it is not that urgent, I would suggest that you wait for  
Bennett's posting

of the official beta.

/Anders



I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only  
difference was
rather than using ‘sudo make install’ I just entered ‘make  
install’. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error  
message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report  
would be

great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob


I guess the problem is that we need to figure out whether it is a QT  
or an LyX-issue...
It is interesting that your compilation works? Do you have more info  
on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,   
automake 1.10 and gettext 0.14.5.

But I will try again to make sure I didn't do something stupid.

/Anders





Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Abdelrazak Younes

Anders Ekberg wrote:


On 21 apr 2007, at 23.19, Bob Lounsbury wrote:

 On 4/21/07 3:08 PM, Anders Ekberg 
[EMAIL PROTECTED] wrote:



On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:



On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:


On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:


Bob Lounsbury wrote:


Well, after hours and hours and hours of compiling it seems I've
come to the
same result as Bennett. When compiling LyX1.5.0svn I get an error
saying qt
4 library not found !.


Is it after './autogen.sh' or after './configure'?
In any case, I guess there should be some log file in the trunk
directory. Could you please send that log(s) to the devel list?
Hopefully someone will solve the problem.

Thanks a lot for your effort,
Abdel.


This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
source
with the same commands to see if I can compile LyX1.5.0 with 
either of

these. I know there is a precompiled Qt4.2.3 package for mac, but I
just
want to see if I can make it work myself from source. If I can't
compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further
suggestions?

Bob



I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
on a (PPC) mac.
pdv


Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 
with the

same error message qt 4 library not found !.

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug.

During the ./autogen.sh the following pops up, although I wouldn't 
think it

would cause ./configure to fail relating to qt4 library not found:

 Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of 
AM_PATH_GLIB

  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal;
http://sources.redhat.com/automake/automake.html#Extending-aclocal%22 
;.


Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury


Bob, I think a make clean will solve it. At least it did for me 
after trying
QT4.3 (except for one time that I managed to mess everything up so 
badly I had

to trash my LyX source folder and reinstall from svn...)
In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4 
snapshot

not to work. IIRC the beta gave the same problem that you are reporting,
whereas the snapshots simply won't compile. The latter two I hope 
will be
fixed by Trolltech (although I haven't had time to file a bug report. 
Has
anyone done that). The former could perhaps be related to how LyX 
searches for
the QT-installation (i.e. the search criterion). But I don't know 
where in the

set-up files this identification is done. Does anyone have any ideas?
Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled 
the beta

2 and posted it at http://www.charmec.chalmers.se/temp/LyX_15b2_PPC.zip
If it is not that urgent, I would suggest that you wait for Bennett's 
posting

of the official beta.

/Anders



I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only difference was
rather than using ‘sudo make install’ I just entered ‘make install’. 
Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error 
message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report 
would be

great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob


I guess the problem is that we need to figure out whether it is a QT or 
an LyX-issue...


Bob's problem seems like a problem in LyX autotools scripts rather than Qt.

It is interesting that your compilation works? Do you have more info on 
your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,  automake 
1.10 and gettext 0.14.5.

But I will try again to make sure I didn't do something stupid.


Guys, please send the error message and the configure logs to the devel 
list. Hopefully, someone will solve the problem.


Abdel.



Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Bob Lounsbury



On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:

 I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
 difference was
 rather than using Œsudo make install¹ I just entered Œmake
 install¹. Now I
 have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error
 message
 when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report
 would be
 great, I really want to see if Qt4.3 is faster. Thanks for the info.
 
 Bob
 
 I guess the problem is that we need to figure out whether it is a QT
 or an LyX-issue...
 It is interesting that your compilation works? Do you have more info
 on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
 automake 1.10 and gettext 0.14.5.
 But I will try again to make sure I didn't do something stupid.
 
 /Anders

I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext 0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in qt4.2.3
even though they were compiled with the same ./configure command. I guess
I'll send a configure log to the development list.

Bob 




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Anders Ekberg


On 22 apr 2007, at 22.35, Bob Lounsbury wrote:

On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:


I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
difference was
rather than using ‘sudo make install’ I just entered ‘make
install’. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error
message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report
would be
great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob


I guess the problem is that we need to figure out whether it is a QT
or an LyX-issue...
It is interesting that your compilation works? Do you have more info
on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
automake 1.10 and gettext 0.14.5.
But I will try again to make sure I didn't do something stupid.

/Anders


I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext  
0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I  
noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in  
qt4.2.3
even though they were compiled with the same ./configure command. I  
guess

I'll send a configure log to the development list.

Bob


Do that. The problem is also reported in the tread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html

It seems our configurations are similar apart from the automake  
version. Still I get an error with:

/usr/bin/ld: can't locate file for: -lQtAssistantClient
collect2: ld returned 1 exit status
make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
make[1]: *** [sub-qtdemo-make_default] Error 2
make: *** [sub-demos-make_default-ordered] Error 2

The only explanation I can think of is if you compiled QT with the - 
nomake demos. That should probably avoid this error (I will try it  
now), but of course that doesn't solve the basic problem of compiling  
LyX...


/Anders




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Anders Ekberg


On 22 apr 2007, at 23.31, Bob Lounsbury wrote:


On 4/22/07 3:07 PM, Anders Ekberg [EMAIL PROTECTED] wrote:



On 22 apr 2007, at 22.35, Bob Lounsbury wrote:

On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:


I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
difference was
rather than using ‘sudo make install’ I just entered ‘make
install’. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same  
error

message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report
would be
great, I really want to see if Qt4.3 is faster. Thanks for the  
info.


Bob


I guess the problem is that we need to figure out whether it is  
a QT

or an LyX-issue...
It is interesting that your compilation works? Do you have more  
info

on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
automake 1.10 and gettext 0.14.5.
But I will try again to make sure I didn't do something stupid.

/Anders


I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext
0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I
noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in
qt4.2.3
even though they were compiled with the same ./configure command. I
guess
I'll send a configure log to the development list.

Bob


Do that. The problem is also reported in the tread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html

It seems our configurations are similar apart from the automake
version. Still I get an error with:
/usr/bin/ld: can't locate file for: -lQtAssistantClient
collect2: ld returned 1 exit status
make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
make[1]: *** [sub-qtdemo-make_default] Error 2
make: *** [sub-demos-make_default-ordered] Error 2

The only explanation I can think of is if you compiled QT with the -
nomake demos. That should probably avoid this error (I will try it
now), but of course that doesn't solve the basic problem of compiling
LyX...

/Anders


I also got this error if I include the '-nomake examples' command.  
However,
if I remember correctly it went away when I didn't use this. I also  
assumed

this wouldn't affect LyX compilation.

Bob


Thanks for the details Bob. And I can confirm that the compilation  
worked with -nomake demos.

I have filed a bug report to Trolltech regarding the failed compilation.
So it seems that one is under control. Now it's just the LyX- 
configuration left...


/Anders



Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Anders Ekberg


On 21 apr 2007, at 23.19, Bob Lounsbury wrote:


 On 4/21/07 3:08 PM, Anders Ekberg [EMAIL PROTECTED] wrote:

On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED]  
wrote:




On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:


On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:


Bob Lounsbury wrote:


Well, after hours and hours and hours of compiling it seems I've
come to the
same result as Bennett. When compiling LyX1.5.0svn I get an  
error

saying qt
4 library not found !.


Is it after './autogen.sh' or after './configure'?
In any case, I guess there should be some log file in the trunk
directory. Could you please send that log(s) to the devel list?
Hopefully someone will solve the problem.

Thanks a lot for your effort,
Abdel.


This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
source
with the same commands to see if I can compile LyX1.5.0 with  
either of
these. I know there is a precompiled Qt4.2.3 package for mac,  
but I

just
want to see if I can make it work myself from source. If I can't
compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further
suggestions?

Bob


I've compiled QT4.2.3 and LyX1.5.0svn without problems a few  
days ago

on a (PPC) mac.
pdv


Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and  
Qt4.3.0 with the

same error message qt 4 library not found !.

What am I doing wrong? Does something need to be altered for ppc  
macs?


I followed the install.macosx using the following ./configure  
command:


./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug.

During the ./autogen.sh the following pops up, although I  
wouldn't think it

would cause ./configure to fail relating to qt4 library not found:

 Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of  
AM_PATH_GLIB

  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal;
http://sources.redhat.com/automake/automake.html#Extending- 
aclocal%22 ;.


Hopefully, I'm just doing something blatantly not wise and once  
it is

cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be  
able to

compile LyX from source.

Thanks,
Bob Lounsbury


Bob, I think a make clean will solve it. At least it did for me  
after trying
QT4.3 (except for one time that I managed to mess everything up so  
badly I had

to trash my LyX source folder and reinstall from svn...)
In addition, after trying, I have found 4.3beta, 4.3 snapshot and  
4.4 snapshot
not to work. IIRC the beta gave the same problem that you are  
reporting,
whereas the snapshots simply won't compile. The latter two I hope  
will be
fixed by Trolltech (although I haven't had time to file a bug  
report. Has
anyone done that). The former could perhaps be related to how LyX  
searches for
the QT-installation (i.e. the search criterion). But I don't know  
where in the

set-up files this identification is done. Does anyone have any ideas?
Anyway, if you are in urgent need of a 1.5-version of LyX, I  
compiled the beta
2 and posted it at http://www.charmec.chalmers.se/temp/ 
LyX_15b2_PPC.zip
If it is not that urgent, I would suggest that you wait for  
Bennett's posting

of the official beta.

/Anders



I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only  
difference was
rather than using ‘sudo make install’ I just entered ‘make  
install’. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error  
message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report  
would be

great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob


I guess the problem is that we need to figure out whether it is a QT  
or an LyX-issue...
It is interesting that your compilation works? Do you have more info  
on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,   
automake 1.10 and gettext 0.14.5.

But I will try again to make sure I didn't do something stupid.

/Anders





Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Abdelrazak Younes

Anders Ekberg wrote:


On 21 apr 2007, at 23.19, Bob Lounsbury wrote:

 On 4/21/07 3:08 PM, Anders Ekberg 
[EMAIL PROTECTED] wrote:



On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:



On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:


On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:


Bob Lounsbury wrote:


Well, after hours and hours and hours of compiling it seems I've
come to the
same result as Bennett. When compiling LyX1.5.0svn I get an error
saying qt
4 library not found !.


Is it after './autogen.sh' or after './configure'?
In any case, I guess there should be some log file in the trunk
directory. Could you please send that log(s) to the devel list?
Hopefully someone will solve the problem.

Thanks a lot for your effort,
Abdel.


This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
source
with the same commands to see if I can compile LyX1.5.0 with 
either of

these. I know there is a precompiled Qt4.2.3 package for mac, but I
just
want to see if I can make it work myself from source. If I can't
compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further
suggestions?

Bob



I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
on a (PPC) mac.
pdv


Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 
with the

same error message qt 4 library not found !.

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug.

During the ./autogen.sh the following pops up, although I wouldn't 
think it

would cause ./configure to fail relating to qt4 library not found:

 Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of 
AM_PATH_GLIB

  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal;
http://sources.redhat.com/automake/automake.html#Extending-aclocal%22 
;.


Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury


Bob, I think a make clean will solve it. At least it did for me 
after trying
QT4.3 (except for one time that I managed to mess everything up so 
badly I had

to trash my LyX source folder and reinstall from svn...)
In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4 
snapshot

not to work. IIRC the beta gave the same problem that you are reporting,
whereas the snapshots simply won't compile. The latter two I hope 
will be
fixed by Trolltech (although I haven't had time to file a bug report. 
Has
anyone done that). The former could perhaps be related to how LyX 
searches for
the QT-installation (i.e. the search criterion). But I don't know 
where in the

set-up files this identification is done. Does anyone have any ideas?
Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled 
the beta

2 and posted it at http://www.charmec.chalmers.se/temp/LyX_15b2_PPC.zip
If it is not that urgent, I would suggest that you wait for Bennett's 
posting

of the official beta.

/Anders



I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only difference was
rather than using ‘sudo make install’ I just entered ‘make install’. 
Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error 
message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report 
would be

great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob


I guess the problem is that we need to figure out whether it is a QT or 
an LyX-issue...


Bob's problem seems like a problem in LyX autotools scripts rather than Qt.

It is interesting that your compilation works? Do you have more info on 
your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,  automake 
1.10 and gettext 0.14.5.

But I will try again to make sure I didn't do something stupid.


Guys, please send the error message and the configure logs to the devel 
list. Hopefully, someone will solve the problem.


Abdel.



Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Bob Lounsbury



On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:

 I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
 difference was
 rather than using Œsudo make install¹ I just entered Œmake
 install¹. Now I
 have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error
 message
 when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report
 would be
 great, I really want to see if Qt4.3 is faster. Thanks for the info.
 
 Bob
 
 I guess the problem is that we need to figure out whether it is a QT
 or an LyX-issue...
 It is interesting that your compilation works? Do you have more info
 on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
 automake 1.10 and gettext 0.14.5.
 But I will try again to make sure I didn't do something stupid.
 
 /Anders

I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext 0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in qt4.2.3
even though they were compiled with the same ./configure command. I guess
I'll send a configure log to the development list.

Bob 




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Anders Ekberg


On 22 apr 2007, at 22.35, Bob Lounsbury wrote:

On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:


I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
difference was
rather than using ‘sudo make install’ I just entered ‘make
install’. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error
message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report
would be
great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob


I guess the problem is that we need to figure out whether it is a QT
or an LyX-issue...
It is interesting that your compilation works? Do you have more info
on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
automake 1.10 and gettext 0.14.5.
But I will try again to make sure I didn't do something stupid.

/Anders


I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext  
0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I  
noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in  
qt4.2.3
even though they were compiled with the same ./configure command. I  
guess

I'll send a configure log to the development list.

Bob


Do that. The problem is also reported in the tread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html

It seems our configurations are similar apart from the automake  
version. Still I get an error with:

/usr/bin/ld: can't locate file for: -lQtAssistantClient
collect2: ld returned 1 exit status
make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
make[1]: *** [sub-qtdemo-make_default] Error 2
make: *** [sub-demos-make_default-ordered] Error 2

The only explanation I can think of is if you compiled QT with the - 
nomake demos. That should probably avoid this error (I will try it  
now), but of course that doesn't solve the basic problem of compiling  
LyX...


/Anders




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Anders Ekberg


On 22 apr 2007, at 23.31, Bob Lounsbury wrote:


On 4/22/07 3:07 PM, Anders Ekberg [EMAIL PROTECTED] wrote:



On 22 apr 2007, at 22.35, Bob Lounsbury wrote:

On 4/22/07 1:58 AM, Anders Ekberg [EMAIL PROTECTED] wrote:


I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
difference was
rather than using ‘sudo make install’ I just entered ‘make
install’. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same  
error

message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report
would be
great, I really want to see if Qt4.3 is faster. Thanks for the  
info.


Bob


I guess the problem is that we need to figure out whether it is  
a QT

or an LyX-issue...
It is interesting that your compilation works? Do you have more  
info

on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
automake 1.10 and gettext 0.14.5.
But I will try again to make sure I didn't do something stupid.

/Anders


I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext
0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I
noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in
qt4.2.3
even though they were compiled with the same ./configure command. I
guess
I'll send a configure log to the development list.

Bob


Do that. The problem is also reported in the tread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html

It seems our configurations are similar apart from the automake
version. Still I get an error with:
/usr/bin/ld: can't locate file for: -lQtAssistantClient
collect2: ld returned 1 exit status
make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
make[1]: *** [sub-qtdemo-make_default] Error 2
make: *** [sub-demos-make_default-ordered] Error 2

The only explanation I can think of is if you compiled QT with the -
nomake demos. That should probably avoid this error (I will try it
now), but of course that doesn't solve the basic problem of compiling
LyX...

/Anders


I also got this error if I include the '-nomake examples' command.  
However,
if I remember correctly it went away when I didn't use this. I also  
assumed

this wouldn't affect LyX compilation.

Bob


Thanks for the details Bob. And I can confirm that the compilation  
worked with -nomake demos.

I have filed a bug report to Trolltech regarding the failed compilation.
So it seems that one is under control. Now it's just the LyX- 
configuration left...


/Anders



Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Anders Ekberg


On 21 apr 2007, at 23.19, Bob Lounsbury wrote:


 On 4/21/07 3:08 PM, "Anders Ekberg" <[EMAIL PROTECTED]> wrote:

On 4/19/07 11:53 AM, "Patrick De Visschere" <[EMAIL PROTECTED]>  
wrote:




On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:


On 4/19/07 1:53 AM, "Abdelrazak Younes" <[EMAIL PROTECTED]> wrote:


Bob Lounsbury wrote:


Well, after hours and hours and hours of compiling it seems I've
come to the
same result as Bennett. When compiling LyX1.5.0svn I get an  
error

saying "qt
4 library not found !".


Is it after './autogen.sh' or after './configure'?
In any case, I guess there should be some log file in the trunk
directory. Could you please send that log(s) to the devel list?
Hopefully someone will solve the problem.

Thanks a lot for your effort,
Abdel.


This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
source
with the same commands to see if I can compile LyX1.5.0 with  
either of
these. I know there is a precompiled Qt4.2.3 package for mac,  
but I

just
want to see if I can make it work myself from source. If I can't
compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further
suggestions?

Bob


I've compiled QT4.2.3 and LyX1.5.0svn without problems a few  
days ago

on a (PPC) mac.
pdv


Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and  
Qt4.3.0 with the

same error message "qt 4 library not found !".

What am I doing wrong? Does something need to be altered for ppc  
macs?


I followed the install.macosx using the following ./configure  
command:


"./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug".

During the ./autogen.sh the following pops up, although I  
wouldn't think it

would cause ./configure to fail relating to qt4 library not found:

" Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of  
AM_PATH_GLIB

  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal;
 ;.


Hopefully, I'm just doing something blatantly not wise and once  
it is

cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be  
able to

compile LyX from source.

Thanks,
Bob Lounsbury


Bob, I think a "make clean" will solve it. At least it did for me  
after trying
QT4.3 (except for one time that I managed to mess everything up so  
badly I had

to trash my LyX source folder and reinstall from svn...)
In addition, after trying, I have found 4.3beta, 4.3 snapshot and  
4.4 snapshot
not to work. IIRC the beta gave the same problem that you are  
reporting,
whereas the snapshots simply won't compile. The latter two I hope  
will be
fixed by Trolltech (although I haven't had time to file a bug  
report. Has
anyone done that). The former could perhaps be related to how LyX  
searches for
the QT-installation (i.e. the search criterion). But I don't know  
where in the

set-up files this identification is done. Does anyone have any ideas?
Anyway, if you are in urgent need of a 1.5-version of LyX, I  
compiled the beta
2 and posted it at http://www.charmec.chalmers.se/temp/ 
LyX_15b2_PPC.zip
If it is not that urgent, I would suggest that you wait for  
Bennett's posting

of the official beta.

/Anders



I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only  
difference was
rather than using ‘sudo make install’ I just entered ‘make  
install’. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error  
message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report  
would be

great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob


I guess the problem is that we need to figure out whether it is a QT  
or an LyX-issue...
It is interesting that your compilation works? Do you have more info  
on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,   
automake 1.10 and gettext 0.14.5.

But I will try again to make sure I didn't do something stupid.

/Anders





Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Abdelrazak Younes

Anders Ekberg wrote:


On 21 apr 2007, at 23.19, Bob Lounsbury wrote:

 On 4/21/07 3:08 PM, "Anders Ekberg" 
<[EMAIL PROTECTED]> wrote:



On 4/19/07 11:53 AM, "Patrick De Visschere" <[EMAIL PROTECTED]> wrote:



On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:


On 4/19/07 1:53 AM, "Abdelrazak Younes" <[EMAIL PROTECTED]> wrote:


Bob Lounsbury wrote:


Well, after hours and hours and hours of compiling it seems I've
come to the
same result as Bennett. When compiling LyX1.5.0svn I get an error
saying "qt
4 library not found !".


Is it after './autogen.sh' or after './configure'?
In any case, I guess there should be some log file in the trunk
directory. Could you please send that log(s) to the devel list?
Hopefully someone will solve the problem.

Thanks a lot for your effort,
Abdel.


This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
source
with the same commands to see if I can compile LyX1.5.0 with 
either of

these. I know there is a precompiled Qt4.2.3 package for mac, but I
just
want to see if I can make it work myself from source. If I can't
compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further
suggestions?

Bob



I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
on a (PPC) mac.
pdv


Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 
with the

same error message "qt 4 library not found !".

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

"./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug".

During the ./autogen.sh the following pops up, although I wouldn't 
think it

would cause ./configure to fail relating to qt4 library not found:

" Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of 
AM_PATH_GLIB

  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal;
 
;.


Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury


Bob, I think a "make clean" will solve it. At least it did for me 
after trying
QT4.3 (except for one time that I managed to mess everything up so 
badly I had

to trash my LyX source folder and reinstall from svn...)
In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4 
snapshot

not to work. IIRC the beta gave the same problem that you are reporting,
whereas the snapshots simply won't compile. The latter two I hope 
will be
fixed by Trolltech (although I haven't had time to file a bug report. 
Has
anyone done that). The former could perhaps be related to how LyX 
searches for
the QT-installation (i.e. the search criterion). But I don't know 
where in the

set-up files this identification is done. Does anyone have any ideas?
Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled 
the beta

2 and posted it at http://www.charmec.chalmers.se/temp/LyX_15b2_PPC.zip
If it is not that urgent, I would suggest that you wait for Bennett's 
posting

of the official beta.

/Anders



I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only difference was
rather than using ‘sudo make install’ I just entered ‘make install’. 
Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error 
message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report 
would be

great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob


I guess the problem is that we need to figure out whether it is a QT or 
an LyX-issue...


Bob's problem seems like a problem in LyX autotools scripts rather than Qt.

It is interesting that your compilation works? Do you have more info on 
your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,  automake 
1.10 and gettext 0.14.5.

But I will try again to make sure I didn't do something stupid.


Guys, please send the error message and the configure logs to the devel 
list. Hopefully, someone will solve the problem.


Abdel.



Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Bob Lounsbury



On 4/22/07 1:58 AM, "Anders Ekberg" <[EMAIL PROTECTED]> wrote:

>> I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
>> difference was
>> rather than using Œsudo make install¹ I just entered Œmake
>> install¹. Now I
>> have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error
>> message
>> when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report
>> would be
>> great, I really want to see if Qt4.3 is faster. Thanks for the info.
>> 
>> Bob
> 
> I guess the problem is that we need to figure out whether it is a QT
> or an LyX-issue...
> It is interesting that your compilation works? Do you have more info
> on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
> automake 1.10 and gettext 0.14.5.
> But I will try again to make sure I didn't do something stupid.
> 
> /Anders

I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext 0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in qt4.2.3
even though they were compiled with the same ./configure command. I guess
I'll send a configure log to the development list.

Bob 




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Anders Ekberg


On 22 apr 2007, at 22.35, Bob Lounsbury wrote:

On 4/22/07 1:58 AM, "Anders Ekberg" <[EMAIL PROTECTED]> wrote:


I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
difference was
rather than using ‘sudo make install’ I just entered ‘make
install’. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error
message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report
would be
great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob


I guess the problem is that we need to figure out whether it is a QT
or an LyX-issue...
It is interesting that your compilation works? Do you have more info
on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
automake 1.10 and gettext 0.14.5.
But I will try again to make sure I didn't do something stupid.

/Anders


I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext  
0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I  
noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in  
qt4.2.3
even though they were compiled with the same ./configure command. I  
guess

I'll send a configure log to the development list.

Bob


Do that. The problem is also reported in the tread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html

It seems our configurations are similar apart from the automake  
version. Still I get an error with:

/usr/bin/ld: can't locate file for: -lQtAssistantClient
collect2: ld returned 1 exit status
make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
make[1]: *** [sub-qtdemo-make_default] Error 2
make: *** [sub-demos-make_default-ordered] Error 2

The only explanation I can think of is if you compiled QT with the - 
nomake demos. That should probably avoid this error (I will try it  
now), but of course that doesn't solve the basic problem of compiling  
LyX...


/Anders




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-22 Thread Anders Ekberg


On 22 apr 2007, at 23.31, Bob Lounsbury wrote:


On 4/22/07 3:07 PM, "Anders Ekberg" <[EMAIL PROTECTED]> wrote:



On 22 apr 2007, at 22.35, Bob Lounsbury wrote:

On 4/22/07 1:58 AM, "Anders Ekberg" <[EMAIL PROTECTED]> wrote:


I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only
difference was
rather than using ‘sudo make install’ I just entered ‘make
install’. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same  
error

message
when trying Qt4.3.0snapshot ‘qt 4 library not found’. A bug report
would be
great, I really want to see if Qt4.3 is faster. Thanks for the  
info.


Bob


I guess the problem is that we need to figure out whether it is  
a QT

or an LyX-issue...
It is interesting that your compilation works? Do you have more  
info

on your configuration? My fails on 10.4.9 (G4). with gcc 4.0.1,
automake 1.10 and gettext 0.14.5.
But I will try again to make sure I didn't do something stupid.

/Anders


I'm using 10.4.9 (G3) with gcc 4.0.1, automake 1.9.6, and gettext
0.14.5. I
really don't know if it's an LyX or Qt issue. The only thing I
noticed was
that my qt4.3.0 directory is missing a mkspecs folder that is in
qt4.2.3
even though they were compiled with the same ./configure command. I
guess
I'll send a configure log to the development list.

Bob


Do that. The problem is also reported in the tread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg113399.html

It seems our configurations are similar apart from the automake
version. Still I get an error with:
/usr/bin/ld: can't locate file for: -lQtAssistantClient
collect2: ld returned 1 exit status
make[2]: *** [../../bin/qtdemo.app/Contents/MacOS/qtdemo] Error 1
make[1]: *** [sub-qtdemo-make_default] Error 2
make: *** [sub-demos-make_default-ordered] Error 2

The only explanation I can think of is if you compiled QT with the -
nomake demos. That should probably avoid this error (I will try it
now), but of course that doesn't solve the basic problem of compiling
LyX...

/Anders


I also got this error if I include the '-nomake examples' command.  
However,
if I remember correctly it went away when I didn't use this. I also  
assumed

this wouldn't affect LyX compilation.

Bob


Thanks for the details Bob. And I can confirm that the compilation  
worked with -nomake demos.

I have filed a bug report to Trolltech regarding the failed compilation.
So it seems that one is under control. Now it's just the LyX- 
configuration left...


/Anders



Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-21 Thread Anders Ekberg

On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:


 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:

 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:

 Bob Lounsbury wrote:

 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.

 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.

 Thanks a lot for your effort,
 Abdel.

 This message was after ./configure.

 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with  
either of

 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?

 Bob


 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days  
ago

 on a (PPC) mac.
 pdv

Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0  
with the

same error message qt 4 library not found !.

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug.

During the ./autogen.sh the following pops up, although I wouldn't  
think it

would cause ./configure to fail relating to qt4 library not found:

 Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of  
AM_PATH_GLIB

  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal;;.

Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury


Bob, I think a make clean will solve it. At least it did for me  
after trying QT4.3 (except for one time that I managed to mess  
everything up so badly I had to trash my LyX source folder and  
reinstall from svn...)
In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4  
snapshot not to work. IIRC the beta gave the same problem that you  
are reporting, whereas the snapshots simply won't compile. The latter  
two I hope will be fixed by Trolltech (although I haven't had time to  
file a bug report. Has anyone done that). The former could perhaps be  
related to how LyX searches for the QT-installation (i.e. the search  
criterion). But I don't know where in the set-up files this  
identification is done. Does anyone have any ideas?
Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled  
the beta 2 and posted it at http://www.charmec.chalmers.se/temp/ 
LyX_15b2_PPC.zip
If it is not that urgent, I would suggest that you wait for Bennett's  
posting of the official beta.


/Anders

Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-21 Thread Bob Lounsbury
 On 4/21/07 3:08 PM, Anders Ekberg [EMAIL PROTECTED] wrote:

 On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:
 
  
 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
  
 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
  
 Bob Lounsbury wrote:
  
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.
  
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
  
 Thanks a lot for your effort,
 Abdel.
  
 This message was after ./configure.
  
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
  
 Bob
  
  
 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
 on a (PPC) mac.
 pdv
 
 Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 with the
 same error message qt 4 library not found !.
 
 What am I doing wrong? Does something need to be altered for ppc macs?
 
 I followed the install.macosx using the following ./configure command:
 
 ./configure --prefix=/Applications/LyX.app --disable-concept-checks
 --with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
 --enable-optimization=-Os --without-x --with-included-gettext
 --with-frontend=qt4 --disable-stdlib-debug.
 
 During the ./autogen.sh the following pops up, although I wouldn't think it
 would cause ./configure to fail relating to qt4 library not found:
 
  Building macros...
         .
 /sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
   run info '(automake)Extending aclocal'
   or see 
 http://sources.redhat.com/automake/automake.html#Extending-aclocal;
 http://sources.redhat.com/automake/automake.html#Extending-aclocal%22 ;.
 
 Hopefully, I'm just doing something blatantly not wise and once it is
 cleared up it will configure just fine.
 
 Any help would be greatly appreciated! It would be nice to be able to
 compile LyX from source.
 
 Thanks,
 Bob Lounsbury
 
 Bob, I think a make clean will solve it. At least it did for me after trying
 QT4.3 (except for one time that I managed to mess everything up so badly I had
 to trash my LyX source folder and reinstall from svn...)
 In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4 snapshot
 not to work. IIRC the beta gave the same problem that you are reporting,
 whereas the snapshots simply won't compile. The latter two I hope will be
 fixed by Trolltech (although I haven't had time to file a bug report. Has
 anyone done that). The former could perhaps be related to how LyX searches for
 the QT-installation (i.e. the search criterion). But I don't know where in the
 set-up files this identification is done. Does anyone have any ideas?
 Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled the beta
 2 and posted it at http://www.charmec.chalmers.se/temp/LyX_15b2_PPC.zip 
 If it is not that urgent, I would suggest that you wait for Bennett's posting
 of the official beta.
 
 /Anders

 
I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only difference was
rather than using Œsudo make install¹ I just entered Œmake install¹. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error message
when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report would be
great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob






Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-21 Thread Anders Ekberg

On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:


 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:

 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:

 Bob Lounsbury wrote:

 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.

 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.

 Thanks a lot for your effort,
 Abdel.

 This message was after ./configure.

 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with  
either of

 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?

 Bob


 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days  
ago

 on a (PPC) mac.
 pdv

Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0  
with the

same error message qt 4 library not found !.

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug.

During the ./autogen.sh the following pops up, although I wouldn't  
think it

would cause ./configure to fail relating to qt4 library not found:

 Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of  
AM_PATH_GLIB

  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal;;.

Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury


Bob, I think a make clean will solve it. At least it did for me  
after trying QT4.3 (except for one time that I managed to mess  
everything up so badly I had to trash my LyX source folder and  
reinstall from svn...)
In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4  
snapshot not to work. IIRC the beta gave the same problem that you  
are reporting, whereas the snapshots simply won't compile. The latter  
two I hope will be fixed by Trolltech (although I haven't had time to  
file a bug report. Has anyone done that). The former could perhaps be  
related to how LyX searches for the QT-installation (i.e. the search  
criterion). But I don't know where in the set-up files this  
identification is done. Does anyone have any ideas?
Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled  
the beta 2 and posted it at http://www.charmec.chalmers.se/temp/ 
LyX_15b2_PPC.zip
If it is not that urgent, I would suggest that you wait for Bennett's  
posting of the official beta.


/Anders

Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-21 Thread Bob Lounsbury
 On 4/21/07 3:08 PM, Anders Ekberg [EMAIL PROTECTED] wrote:

 On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:
 
  
 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
  
 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
  
 Bob Lounsbury wrote:
  
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.
  
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
  
 Thanks a lot for your effort,
 Abdel.
  
 This message was after ./configure.
  
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
  
 Bob
  
  
 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
 on a (PPC) mac.
 pdv
 
 Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 with the
 same error message qt 4 library not found !.
 
 What am I doing wrong? Does something need to be altered for ppc macs?
 
 I followed the install.macosx using the following ./configure command:
 
 ./configure --prefix=/Applications/LyX.app --disable-concept-checks
 --with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
 --enable-optimization=-Os --without-x --with-included-gettext
 --with-frontend=qt4 --disable-stdlib-debug.
 
 During the ./autogen.sh the following pops up, although I wouldn't think it
 would cause ./configure to fail relating to qt4 library not found:
 
  Building macros...
         .
 /sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
   run info '(automake)Extending aclocal'
   or see 
 http://sources.redhat.com/automake/automake.html#Extending-aclocal;
 http://sources.redhat.com/automake/automake.html#Extending-aclocal%22 ;.
 
 Hopefully, I'm just doing something blatantly not wise and once it is
 cleared up it will configure just fine.
 
 Any help would be greatly appreciated! It would be nice to be able to
 compile LyX from source.
 
 Thanks,
 Bob Lounsbury
 
 Bob, I think a make clean will solve it. At least it did for me after trying
 QT4.3 (except for one time that I managed to mess everything up so badly I had
 to trash my LyX source folder and reinstall from svn...)
 In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4 snapshot
 not to work. IIRC the beta gave the same problem that you are reporting,
 whereas the snapshots simply won't compile. The latter two I hope will be
 fixed by Trolltech (although I haven't had time to file a bug report. Has
 anyone done that). The former could perhaps be related to how LyX searches for
 the QT-installation (i.e. the search criterion). But I don't know where in the
 set-up files this identification is done. Does anyone have any ideas?
 Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled the beta
 2 and posted it at http://www.charmec.chalmers.se/temp/LyX_15b2_PPC.zip 
 If it is not that urgent, I would suggest that you wait for Bennett's posting
 of the official beta.
 
 /Anders

 
I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only difference was
rather than using Œsudo make install¹ I just entered Œmake install¹. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error message
when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report would be
great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob






Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-21 Thread Anders Ekberg

On 4/19/07 11:53 AM, "Patrick De Visschere" <[EMAIL PROTECTED]> wrote:

>
> On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
>
>> On 4/19/07 1:53 AM, "Abdelrazak Younes" <[EMAIL PROTECTED]> wrote:
>>
>>> Bob Lounsbury wrote:
>>>
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying "qt
 4 library not found !".
>>>
>>> Is it after './autogen.sh' or after './configure'?
>>> In any case, I guess there should be some log file in the trunk
>>> directory. Could you please send that log(s) to the devel list?
>>> Hopefully someone will solve the problem.
>>>
>>> Thanks a lot for your effort,
>>> Abdel.
>>
>> This message was after ./configure.
>>
>> Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
>> source
>> with the same commands to see if I can compile LyX1.5.0 with  
either of

>> these. I know there is a precompiled Qt4.2.3 package for mac, but I
>> just
>> want to see if I can make it work myself from source. If I can't
>> compile
>> LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
>> compiling Qt.
>> However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
>> Qt4.3.0 then
>> I'll assume there is potentially an LyX issue. Any further
>> suggestions?
>>
>> Bob
>>
>>
> I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days  
ago

> on a (PPC) mac.
> pdv

Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0  
with the

same error message "qt 4 library not found !".

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

"./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug".

During the ./autogen.sh the following pops up, although I wouldn't  
think it

would cause ./configure to fail relating to qt4 library not found:

" Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of  
AM_PATH_GLIB

  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal;;.

Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury


Bob, I think a "make clean" will solve it. At least it did for me  
after trying QT4.3 (except for one time that I managed to mess  
everything up so badly I had to trash my LyX source folder and  
reinstall from svn...)
In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4  
snapshot not to work. IIRC the beta gave the same problem that you  
are reporting, whereas the snapshots simply won't compile. The latter  
two I hope will be fixed by Trolltech (although I haven't had time to  
file a bug report. Has anyone done that). The former could perhaps be  
related to how LyX searches for the QT-installation (i.e. the search  
criterion). But I don't know where in the set-up files this  
identification is done. Does anyone have any ideas?
Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled  
the beta 2 and posted it at http://www.charmec.chalmers.se/temp/ 
LyX_15b2_PPC.zip
If it is not that urgent, I would suggest that you wait for Bennett's  
posting of the official beta.


/Anders

Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-21 Thread Bob Lounsbury
 On 4/21/07 3:08 PM, "Anders Ekberg" <[EMAIL PROTECTED]> wrote:

>> On 4/19/07 11:53 AM, "Patrick De Visschere" <[EMAIL PROTECTED]> wrote:
>> 
>>>  
>>> On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
>>>  
 On 4/19/07 1:53 AM, "Abdelrazak Younes" <[EMAIL PROTECTED]> wrote:
  
> Bob Lounsbury wrote:
>  
>> Well, after hours and hours and hours of compiling it seems I've
>> come to the
>> same result as Bennett. When compiling LyX1.5.0svn I get an error
>> saying "qt
>> 4 library not found !".
>  
> Is it after './autogen.sh' or after './configure'?
> In any case, I guess there should be some log file in the trunk
> directory. Could you please send that log(s) to the devel list?
> Hopefully someone will solve the problem.
>  
> Thanks a lot for your effort,
> Abdel.
  
 This message was after ./configure.
  
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
  
 Bob
  
  
>>> I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
>>> on a (PPC) mac.
>>> pdv
>> 
>> Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 with the
>> same error message "qt 4 library not found !".
>> 
>> What am I doing wrong? Does something need to be altered for ppc macs?
>> 
>> I followed the install.macosx using the following ./configure command:
>> 
>> "./configure --prefix=/Applications/LyX.app --disable-concept-checks
>> --with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
>> --enable-optimization=-Os --without-x --with-included-gettext
>> --with-frontend=qt4 --disable-stdlib-debug".
>> 
>> During the ./autogen.sh the following pops up, although I wouldn't think it
>> would cause ./configure to fail relating to qt4 library not found:
>> 
>> " Building macros...
>>         .
>> /sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
>>   run info '(automake)Extending aclocal'
>>   or see 
>> http://sources.redhat.com/automake/automake.html#Extending-aclocal;
>>  ;.
>> 
>> Hopefully, I'm just doing something blatantly not wise and once it is
>> cleared up it will configure just fine.
>> 
>> Any help would be greatly appreciated! It would be nice to be able to
>> compile LyX from source.
>> 
>> Thanks,
>> Bob Lounsbury
> 
> Bob, I think a "make clean" will solve it. At least it did for me after trying
> QT4.3 (except for one time that I managed to mess everything up so badly I had
> to trash my LyX source folder and reinstall from svn...)
> In addition, after trying, I have found 4.3beta, 4.3 snapshot and 4.4 snapshot
> not to work. IIRC the beta gave the same problem that you are reporting,
> whereas the snapshots simply won't compile. The latter two I hope will be
> fixed by Trolltech (although I haven't had time to file a bug report. Has
> anyone done that). The former could perhaps be related to how LyX searches for
> the QT-installation (i.e. the search criterion). But I don't know where in the
> set-up files this identification is done. Does anyone have any ideas?
> Anyway, if you are in urgent need of a 1.5-version of LyX, I compiled the beta
> 2 and posted it at http://www.charmec.chalmers.se/temp/LyX_15b2_PPC.zip 
> If it is not that urgent, I would suggest that you wait for Bennett's posting
> of the official beta.
> 
> /Anders

 
I recompiled both Qt4.3.0snapshot and Qt4.2.3 and the only difference was
rather than using Œsudo make install¹ I just entered Œmake install¹. Now I
have LyX1.5.0beta2 compiled under Qt4.2.3, but I got the same error message
when trying Qt4.3.0snapshot Œqt 4 library not found¹. A bug report would be
great, I really want to see if Qt4.3 is faster. Thanks for the info.

Bob






Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-20 Thread Bob Lounsbury



On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:

 
 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
 
 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
 
 Bob Lounsbury wrote:
 
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.
 
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
 
 Thanks a lot for your effort,
 Abdel.
 
 This message was after ./configure.
 
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
 
 Bob
 
 
 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
 on a (PPC) mac.
 pdv

Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 with the
same error message qt 4 library not found !.

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug.

During the ./autogen.sh the following pops up, although I wouldn't think it
would cause ./configure to fail relating to qt4 library not found:

 Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
  run info '(automake)Extending aclocal'
  or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal;.

Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-20 Thread Bob Lounsbury



On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:

 
 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
 
 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
 
 Bob Lounsbury wrote:
 
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.
 
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
 
 Thanks a lot for your effort,
 Abdel.
 
 This message was after ./configure.
 
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
 
 Bob
 
 
 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
 on a (PPC) mac.
 pdv

Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 with the
same error message qt 4 library not found !.

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug.

During the ./autogen.sh the following pops up, although I wouldn't think it
would cause ./configure to fail relating to qt4 library not found:

 Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
  run info '(automake)Extending aclocal'
  or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal;.

Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-20 Thread Bob Lounsbury



On 4/19/07 11:53 AM, "Patrick De Visschere" <[EMAIL PROTECTED]> wrote:

> 
> On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
> 
>> On 4/19/07 1:53 AM, "Abdelrazak Younes" <[EMAIL PROTECTED]> wrote:
>> 
>>> Bob Lounsbury wrote:
>>> 
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying "qt
 4 library not found !".
>>> 
>>> Is it after './autogen.sh' or after './configure'?
>>> In any case, I guess there should be some log file in the trunk
>>> directory. Could you please send that log(s) to the devel list?
>>> Hopefully someone will solve the problem.
>>> 
>>> Thanks a lot for your effort,
>>> Abdel.
>> 
>> This message was after ./configure.
>> 
>> Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
>> source
>> with the same commands to see if I can compile LyX1.5.0 with either of
>> these. I know there is a precompiled Qt4.2.3 package for mac, but I
>> just
>> want to see if I can make it work myself from source. If I can't
>> compile
>> LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
>> compiling Qt.
>> However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
>> Qt4.3.0 then
>> I'll assume there is potentially an LyX issue. Any further
>> suggestions?
>> 
>> Bob
>> 
>> 
> I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
> on a (PPC) mac.
> pdv

Ok, LyX1.5.0svn has failed to compile with both Qt4.2.3 and Qt4.3.0 with the
same error message "qt 4 library not found !".

What am I doing wrong? Does something need to be altered for ppc macs?

I followed the install.macosx using the following ./configure command:

"./configure --prefix=/Applications/LyX.app --disable-concept-checks
--with-version-suffix=-1.5svn --with-qt4-dir=/sw/qt-4.2.3
--enable-optimization=-Os --without-x --with-included-gettext
--with-frontend=qt4 --disable-stdlib-debug".

During the ./autogen.sh the following pops up, although I wouldn't think it
would cause ./configure to fail relating to qt4 library not found:

" Building macros...
.
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
  run info '(automake)Extending aclocal'
  or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal;.

Hopefully, I'm just doing something blatantly not wise and once it is
cleared up it will configure just fine.

Any help would be greatly appreciated! It would be nice to be able to
compile LyX from source.

Thanks,
Bob Lounsbury




[Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Bob Lounsbury
On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:

 Bob Lounsbury wrote:
 
 Well, after hours and hours and hours of compiling it seems I've come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error saying qt
 4 library not found !.
 
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
 
 Thanks a lot for your effort,
 Abdel.

This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from source
with the same commands to see if I can compile LyX1.5.0 with either of
these. I know there is a precompiled Qt4.2.3 package for mac, but I just
want to see if I can make it work myself from source. If I can't compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further suggestions?

Bob




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Patrick De Visschere


On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:


On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:


Bob Lounsbury wrote:

Well, after hours and hours and hours of compiling it seems I've  
come to the
same result as Bennett. When compiling LyX1.5.0svn I get an error  
saying qt

4 library not found !.


Is it after './autogen.sh' or after './configure'?
In any case, I guess there should be some log file in the trunk
directory. Could you please send that log(s) to the devel list?
Hopefully someone will solve the problem.

Thanks a lot for your effort,
Abdel.


This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from  
source

with the same commands to see if I can compile LyX1.5.0 with either of
these. I know there is a precompiled Qt4.2.3 package for mac, but I  
just
want to see if I can make it work myself from source. If I can't  
compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly  
compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with  
Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further  
suggestions?


Bob


I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago  
on a (PPC) mac.

pdv


Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Bob Lounsbury
On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:

 
 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
 
 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
 
 Bob Lounsbury wrote:
 
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.
 
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
 
 Thanks a lot for your effort,
 Abdel.
 
 This message was after ./configure.
 
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
 
 Bob
 
 
 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
 on a (PPC) mac.
 pdv


If you don't mind. What were your ./configure commands for both Qt4.2.3 and
LyX1.5.0svn?

Bob




[Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Bob Lounsbury
On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:

 Bob Lounsbury wrote:
 
 Well, after hours and hours and hours of compiling it seems I've come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error saying qt
 4 library not found !.
 
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
 
 Thanks a lot for your effort,
 Abdel.

This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from source
with the same commands to see if I can compile LyX1.5.0 with either of
these. I know there is a precompiled Qt4.2.3 package for mac, but I just
want to see if I can make it work myself from source. If I can't compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further suggestions?

Bob




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Patrick De Visschere


On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:


On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:


Bob Lounsbury wrote:

Well, after hours and hours and hours of compiling it seems I've  
come to the
same result as Bennett. When compiling LyX1.5.0svn I get an error  
saying qt

4 library not found !.


Is it after './autogen.sh' or after './configure'?
In any case, I guess there should be some log file in the trunk
directory. Could you please send that log(s) to the devel list?
Hopefully someone will solve the problem.

Thanks a lot for your effort,
Abdel.


This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from  
source

with the same commands to see if I can compile LyX1.5.0 with either of
these. I know there is a precompiled Qt4.2.3 package for mac, but I  
just
want to see if I can make it work myself from source. If I can't  
compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly  
compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with  
Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further  
suggestions?


Bob


I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago  
on a (PPC) mac.

pdv


Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Bob Lounsbury
On 4/19/07 11:53 AM, Patrick De Visschere [EMAIL PROTECTED] wrote:

 
 On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
 
 On 4/19/07 1:53 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote:
 
 Bob Lounsbury wrote:
 
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying qt
 4 library not found !.
 
 Is it after './autogen.sh' or after './configure'?
 In any case, I guess there should be some log file in the trunk
 directory. Could you please send that log(s) to the devel list?
 Hopefully someone will solve the problem.
 
 Thanks a lot for your effort,
 Abdel.
 
 This message was after ./configure.
 
 Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
 source
 with the same commands to see if I can compile LyX1.5.0 with either of
 these. I know there is a precompiled Qt4.2.3 package for mac, but I
 just
 want to see if I can make it work myself from source. If I can't
 compile
 LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
 compiling Qt.
 However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
 Qt4.3.0 then
 I'll assume there is potentially an LyX issue. Any further
 suggestions?
 
 Bob
 
 
 I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
 on a (PPC) mac.
 pdv


If you don't mind. What were your ./configure commands for both Qt4.2.3 and
LyX1.5.0svn?

Bob




[Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Bob Lounsbury
On 4/19/07 1:53 AM, "Abdelrazak Younes" <[EMAIL PROTECTED]> wrote:

> Bob Lounsbury wrote:
> 
>> Well, after hours and hours and hours of compiling it seems I've come to the
>> same result as Bennett. When compiling LyX1.5.0svn I get an error saying "qt
>> 4 library not found !".
> 
> Is it after './autogen.sh' or after './configure'?
> In any case, I guess there should be some log file in the trunk
> directory. Could you please send that log(s) to the devel list?
> Hopefully someone will solve the problem.
> 
> Thanks a lot for your effort,
> Abdel.

This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from source
with the same commands to see if I can compile LyX1.5.0 with either of
these. I know there is a precompiled Qt4.2.3 package for mac, but I just
want to see if I can make it work myself from source. If I can't compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further suggestions?

Bob




Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Patrick De Visschere


On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:


On 4/19/07 1:53 AM, "Abdelrazak Younes" <[EMAIL PROTECTED]> wrote:


Bob Lounsbury wrote:

Well, after hours and hours and hours of compiling it seems I've  
come to the
same result as Bennett. When compiling LyX1.5.0svn I get an error  
saying "qt

4 library not found !".


Is it after './autogen.sh' or after './configure'?
In any case, I guess there should be some log file in the trunk
directory. Could you please send that log(s) to the devel list?
Hopefully someone will solve the problem.

Thanks a lot for your effort,
Abdel.


This message was after ./configure.

Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from  
source

with the same commands to see if I can compile LyX1.5.0 with either of
these. I know there is a precompiled Qt4.2.3 package for mac, but I  
just
want to see if I can make it work myself from source. If I can't  
compile
LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly  
compiling Qt.
However, if I can compile LyX1.5.0 with Qt4.2.3 but not with  
Qt4.3.0 then
I'll assume there is potentially an LyX issue. Any further  
suggestions?


Bob


I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago  
on a (PPC) mac.

pdv


Re: [Qt4.3 with LyX1.5.0 on mac] was {Re: Lyx 144 on Intel Mac: problems with large documents}

2007-04-19 Thread Bob Lounsbury
On 4/19/07 11:53 AM, "Patrick De Visschere" <[EMAIL PROTECTED]> wrote:

> 
> On Apr 19, 2007, at 6:04 PM, Bob Lounsbury wrote:
> 
>> On 4/19/07 1:53 AM, "Abdelrazak Younes" <[EMAIL PROTECTED]> wrote:
>> 
>>> Bob Lounsbury wrote:
>>> 
 Well, after hours and hours and hours of compiling it seems I've
 come to the
 same result as Bennett. When compiling LyX1.5.0svn I get an error
 saying "qt
 4 library not found !".
>>> 
>>> Is it after './autogen.sh' or after './configure'?
>>> In any case, I guess there should be some log file in the trunk
>>> directory. Could you please send that log(s) to the devel list?
>>> Hopefully someone will solve the problem.
>>> 
>>> Thanks a lot for your effort,
>>> Abdel.
>> 
>> This message was after ./configure.
>> 
>> Just for shits and giggles I'm compiling Qt4.3.0 and Qt4.2.3 from
>> source
>> with the same commands to see if I can compile LyX1.5.0 with either of
>> these. I know there is a precompiled Qt4.2.3 package for mac, but I
>> just
>> want to see if I can make it work myself from source. If I can't
>> compile
>> LyX1.5.0 with Qt4.2.3 then I'll assume that I am not properly
>> compiling Qt.
>> However, if I can compile LyX1.5.0 with Qt4.2.3 but not with
>> Qt4.3.0 then
>> I'll assume there is potentially an LyX issue. Any further
>> suggestions?
>> 
>> Bob
>> 
>> 
> I've compiled QT4.2.3 and LyX1.5.0svn without problems a few days ago
> on a (PPC) mac.
> pdv


If you don't mind. What were your ./configure commands for both Qt4.2.3 and
LyX1.5.0svn?

Bob