Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-22 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José The right fix is to take some code from twisted, José http://twistedmatrix.com/trac/browser/trunk/twisted/python/compat.py?rev=14178format=txt José So if os.walk is not defined we define it. Conversely, the right José fix for configure.py is

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-22 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> The right fix is to take some code from twisted, José> http://twistedmatrix.com/trac/browser/trunk/twisted/python/compat.py?rev=14178=txt José> So if os.walk is not defined we define it. Conversely, the right José> fix for

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Wednesday 20 September 2006 13:57, Rainer Dorsch wrote: José, did you apply this patch. I compiled 1.4.3svn and still get Checking whether TeX allows spaces in file names... Traceback (most recent call last): File /afs/bb/data/d3197/galaxy2/zLinux/lyx-1.4.3pre/share/lyx/configure.py,

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José The patch I sent has this issue fixed. I send the patch again José attached. The patch is against the latest svn version. José Could you try and see if the attached patch works. It is the José only way to ask Jean-Marc to included it in the

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: José == José Matos [EMAIL PROTECTED] writes: José The patch I sent has this issue fixed. I send the patch again José attached. The patch is against the latest svn version. José Could you try and see if the attached patch works. It is the José only way to ask

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
Stephan == Stephan Witt [EMAIL PROTECTED] writes: Stephan Jean-Marc Lasgouttes wrote: José == José Matos [EMAIL PROTECTED] writes: José The patch I sent has this issue fixed. I send the patch again José attached. The patch is against the latest svn version. José Could you try and see if the

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: José == José Matos [EMAIL PROTECTED] writes: José The patch I sent has this issue fixed. I send the patch again José attached. The patch is against the latest svn version. José Could you try and see if the attached patch works. It is the José only way to ask

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:01, Jean-Marc Lasgouttes wrote: Thanks. Jose', please apply. I will do it Jean-Marc. Suse (I always forget the proper capitalisation) 8.1 was released in October 2002, the same applies to Redhat 8.0. Both distributions support python 2.2. Debian 3.0

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Juergen Spitzmueller
José Matos wrote: Suse (I always forget the proper capitalisation) Novell also ;-) Jürgen

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:08, Stephan Witt wrote: I've just detected another phyton problem. The script lib/scripts/TeXFiles.py failed with AttributeError: 'module' object has no attribute 'walk' Indexing files of type cls Traceback (most recent call last): File

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José Given this, I think that we can raise the bar and require José python 2.2 (2.1.3 if really necessary) for lyx 1.4.x. What do José you think? I can agree with that. I think we should have decided that for 1.4.0, actually. JMarc

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:01, Jean-Marc Lasgouttes wrote: Thanks. Jose', please apply. I committed the patch. But I did not change status.14x, where should this entry go? JMarc -- José Abílio

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José On Thursday 21 September 2006 10:01, Jean-Marc Lasgouttes wrote: Thanks. Jose', please apply. José I committed the patch. But I did not change status.14x, where José should this entry go? In the misc section at the end. You should document

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 12:00, Jean-Marc Lasgouttes wrote: In the misc section at the end. You should document that we require 2.2 now (in README and INSTALL). Something like the following attached patch? We should also rework the test in configure.ac from # Check for installed

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José On Thursday 21 September 2006 12:00, Jean-Marc Lasgouttes wrote: In the misc section at the end. You should document that we require 2.2 now (in README and INSTALL). José Something like the following attached patch? Yes. José We should

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 12:57, Jean-Marc Lasgouttes wrote: José   Something like the following attached patch? Yes. Committed with the corresponding Changelog entry. José   We should also rework the test in configure.ac from # Check José for installed python AM_PATH_PYTHON(1.5.2,,

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José On Thursday 21 September 2006 12:57, Jean-Marc Lasgouttes wrote: José   Something like the following attached patch? Yes. José Committed with the corresponding Changelog entry. Good boy. JMarc

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:08, Stephan Witt wrote: I've just detected another phyton problem. The script lib/scripts/TeXFiles.py failed with Indexing files of type cls Traceback (most recent call last): File /home/witt/src/lyx/lyx-1.4.x/lib/scripts/TeXFiles.py, line 110, in ? for

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Wednesday 20 September 2006 13:57, Rainer Dorsch wrote: > José, > > did you apply this patch. I compiled 1.4.3svn and still get > > Checking whether TeX allows spaces in file names... > Traceback (most recent call last): > > File >

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> The patch I sent has this issue fixed. I send the patch again José> attached. The patch is against the latest svn version. José> Could you try and see if the attached patch works. It is the José> only way to ask Jean-Marc to

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: "José" == José Matos <[EMAIL PROTECTED]> writes: José> The patch I sent has this issue fixed. I send the patch again José> attached. The patch is against the latest svn version. José> Could you try and see if the attached patch works. It is the José> only way

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes: Stephan> Jean-Marc Lasgouttes wrote: >>> "José" == José Matos <[EMAIL PROTECTED]> writes: >> José> The patch I sent has this issue fixed. I send the patch again José> attached. The patch is against the latest svn version. >> José>

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: "José" == José Matos <[EMAIL PROTECTED]> writes: José> The patch I sent has this issue fixed. I send the patch again José> attached. The patch is against the latest svn version. José> Could you try and see if the attached patch works. It is the José> only way

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:01, Jean-Marc Lasgouttes wrote: > Thanks. Jose', please apply. I will do it Jean-Marc. Suse (I always forget the proper capitalisation) 8.1 was released in October 2002, the same applies to Redhat 8.0. Both distributions support python 2.2. Debian 3.0

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Juergen Spitzmueller
José Matos wrote: > Suse (I always forget the proper capitalisation) Novell also ;-) Jürgen

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:08, Stephan Witt wrote: > > I've just detected another phyton problem. > The script lib/scripts/TeXFiles.py failed with > > AttributeError: 'module' object has no attribute 'walk' > Indexing files of type cls > Traceback (most recent call last): >File

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> Given this, I think that we can raise the bar and require José> python 2.2 (2.1.3 if really necessary) for lyx 1.4.x. What do José> you think? I can agree with that. I think we should have decided that for 1.4.0, actually. JMarc

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:01, Jean-Marc Lasgouttes wrote: > Thanks. Jose', please apply. I committed the patch. But I did not change status.14x, where should this entry go? > JMarc -- José Abílio

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Thursday 21 September 2006 10:01, Jean-Marc Lasgouttes wrote: >> Thanks. Jose', please apply. José> I committed the patch. But I did not change status.14x, where José> should this entry go? In the misc section at the end. You

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 12:00, Jean-Marc Lasgouttes wrote: > > In the misc section at the end. You should document that we require > 2.2 now (in README and INSTALL). Something like the following attached patch? We should also rework the test in configure.ac from # Check for installed

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Thursday 21 September 2006 12:00, Jean-Marc Lasgouttes wrote: >> In the misc section at the end. You should document that we >> require 2.2 now (in README and INSTALL). José> Something like the following attached patch? Yes.

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 12:57, Jean-Marc Lasgouttes wrote: > José>   Something like the following attached patch? > > Yes. Committed with the corresponding Changelog entry. > José>   We should also rework the test in configure.ac from # Check > José> for installed python

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Thursday 21 September 2006 12:57, Jean-Marc Lasgouttes wrote: José>   Something like the following attached patch? >> Yes. José> Committed with the corresponding Changelog entry. Good boy. JMarc

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:08, Stephan Witt wrote: > I've just detected another phyton problem. > The script lib/scripts/TeXFiles.py failed with > > Indexing files of type cls > Traceback (most recent call last): >File "/home/witt/src/lyx/lyx-1.4.x/lib/scripts/TeXFiles.py", line 110, >

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-20 Thread Rainer Dorsch
José, did you apply this patch. I compiled 1.4.3svn and still get Checking whether TeX allows spaces in file names... Traceback (most recent call last): File /afs/bb/data/d3197/galaxy2/zLinux/lyx-1.4.3pre/share/lyx/configure.py, line 730, in ? checkTeXAllowSpaces() File

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-20 Thread Rainer Dorsch
José, did you apply this patch. I compiled 1.4.3svn and still get Checking whether TeX allows spaces in file names... Traceback (most recent call last): File "/afs/bb/data/d3197/galaxy2/zLinux/lyx-1.4.3pre/share/lyx/configure.py", line 730, in ? checkTeXAllowSpaces() File

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-16 Thread José Matos
On Friday 15 September 2006 21:52, Jean-Marc Lasgouttes wrote: Yes. Do you think that it is worth to revert to 1.5.2 support? I can do it if you want to. :-) JMarc -- José Abílio

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-16 Thread José Matos
On Friday 15 September 2006 21:52, Jean-Marc Lasgouttes wrote: > Yes. Do you think that it is worth to revert to 1.5.2 support? I can do it if you want to. :-) > JMarc -- José Abílio

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Rainer Dorsch
José, thanks for the patch. I could not apply the patch using the patch command, you apparently generated it for a different version of configure.py. I applied it manually and it worked, configure runs now thorugh. How do I know when your two patches are applied to the 1.4.x tree, such that

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread José Matos
On Friday 15 September 2006 10:36, Rainer Dorsch wrote: José, thanks for the patch. I could not apply the patch using the patch command, you apparently generated it for a different version of configure.py. I have used the version that will become lyx-1.4.3 I applied it manually and it

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José I am CC'ing this message to Jean-Marc the release coordinator José of the stable version. José With the proposed patch for configure.py lyx requires a python José version between 2.0 and 2.2.1. José May I apply the patch to lyx-1.4.3?

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Jean-Marc Lasgouttes
Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico according to Rainer Dorsch the attached patch let LyX compile Enrico again with qt3.0. Please let me know if I can apply it to Enrico 1.4.x. The change in toqstr should be conditionned on qt version too. Using fromLatin1 defeats the

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 02:06:09PM +0200, Jean-Marc Lasgouttes wrote: Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico according to Rainer Dorsch the attached patch let LyX compile Enrico again with qt3.0. Please let me know if I can apply it to Enrico 1.4.x. The change in

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread José Matos
On Friday 15 September 2006 13:02, Jean-Marc Lasgouttes wrote: Hmm, I see in README that we say python 1.5. If it is 2.x, we should say so. The patches I have seen discussed are definitely OK anyway. Is configure.py used for all users? -- José Abílio

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Jean-Marc Lasgouttes
José == José Matos [EMAIL PROTECTED] writes: José On Friday 15 September 2006 13:02, Jean-Marc Lasgouttes wrote: Hmm, I see in README that we say python 1.5. If it is 2.x, we should say so. The patches I have seen discussed are definitely OK anyway. José Is configure.py used for all users?

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Rainer Dorsch
José, thanks for the patch. I could not apply the patch using the patch command, you apparently generated it for a different version of configure.py. I applied it manually and it worked, configure runs now thorugh. How do I know when your two patches are applied to the 1.4.x tree, such that

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread José Matos
On Friday 15 September 2006 10:36, Rainer Dorsch wrote: > José, > > thanks for the patch. > > I could not apply the patch using the patch command, you apparently > generated it for a different version of configure.py. I have used the version that will become lyx-1.4.3 > I applied it manually

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> I am CC'ing this message to Jean-Marc the release coordinator José> of the stable version. José> With the proposed patch for configure.py lyx requires a python José> version between 2.0 and 2.2.1. José> May I apply the patch to

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> according to Rainer Dorsch the attached patch let LyX compile Enrico> again with qt3.0. Please let me know if I can apply it to Enrico> 1.4.x. The change in toqstr should be conditionned on qt version too. Using fromLatin1

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Enrico Forestieri
On Fri, Sep 15, 2006 at 02:06:09PM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> according to Rainer Dorsch the attached patch let LyX compile > Enrico> again with qt3.0. Please let me know if I can apply it to > Enrico> 1.4.x. >

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread José Matos
On Friday 15 September 2006 13:02, Jean-Marc Lasgouttes wrote: > Hmm, I see in README that we say python 1.5. If it is 2.x, we should > say so. The patches I have seen discussed are definitely OK anyway. Is configure.py used for all users? -- José Abílio

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-15 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Friday 15 September 2006 13:02, Jean-Marc Lasgouttes wrote: >> Hmm, I see in README that we say python 1.5. If it is 2.x, we >> should say so. The patches I have seen discussed are definitely OK >> anyway. José> Is configure.py

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-14 Thread Enrico Forestieri
On Wed, Sep 13, 2006 at 12:42:01PM +0200, Jean-Marc Lasgouttes wrote: Rainer == Rainer Dorsch [EMAIL PROTECTED] writes: Rainer So that means lyx 1.4.2 does not support qt 3.0.x, right? Rainer If yes, someone should update the README for 1.4.3. It says Rainer that even QT2 might be

Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Lars Gullik Bjønnes
Enrico Forestieri [EMAIL PROTECTED] writes: | Then there's an issue with the required minimum version of python | but I think that Josè can handle it. It is not unlikely that we have to up the requirement a bit more for 1.5. Lyx2lyx conversion of the latexaccent really wants to use the

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Georg Baum
Lars Gullik Bjønnes wrote: Enrico Forestieri [EMAIL PROTECTED] writes: | Then there's an issue with the required minimum version of python | but I think that Josè can handle it. That issue was an invalid .lyx file as it turned out. It is not unlikely that we have to up the requirement a

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 09:17, Lars Gullik Bjønnes wrote: It is not unlikely that we have to up the requirement a bit more for 1.5. Lyx2lyx conversion of the latexaccent really wants to use the unicodedata module and its normalize function, that was new in 2.3. We have discussed that

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Enrico Forestieri
On Thu, Sep 14, 2006 at 10:27:02AM +0200, Georg Baum wrote: Lars Gullik Bjønnes wrote: Enrico Forestieri [EMAIL PROTECTED] writes: | Then there's an issue with the required minimum version of python | but I think that Josè can handle it. That issue was an invalid .lyx file as it

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Lars Gullik Bjønnes
José Matos [EMAIL PROTECTED] writes: | On Thursday 14 September 2006 09:17, Lars Gullik Bjønnes wrote: | It is not unlikely that we have to up the requirement a bit more for | 1.5. Lyx2lyx conversion of the latexaccent really wants to use the | unicodedata module and its normalize function,

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 09:54, Lars Gullik Bjønnes wrote: Good. I saw you mention 2.2 here the other day and assumed (I know...) that to be the requirement. Use the source Luke. (I always wanted to say that. ;-) ) One pity with python of corse is that is is 16-bit unicode only. It

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Lars Gullik Bjønnes
José Matos [EMAIL PROTECTED] writes: | On Thursday 14 September 2006 09:54, Lars Gullik Bjønnes wrote: | Good. I saw you mention 2.2 here the other day and assumed (I know...) | that to be the requirement. | | Use the source Luke. (I always wanted to say that. ;-) ) | | One pity with

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 11:08, Lars Gullik Bjønnes wrote: Yeah. But python module unicode data is using Unicode-3.2. The latest Unicode standard is now at 5.0. Come on Lars, that is unfair. ;-) python 2.5 that will come in a week or so supports Unicode 4.1.

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Lars Gullik Bjønnes
José Matos [EMAIL PROTECTED] writes: | On Thursday 14 September 2006 11:08, Lars Gullik Bjønnes wrote: | Yeah. But python module unicode data is using Unicode-3.2. The latest | Unicode standard is now at 5.0. | | Come on Lars, that is unfair. ;-) | | python 2.5 that will come in a week or

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 11:28, Lars Gullik Bjønnes wrote: |   You should not expect for python to support unreleased unicode specs at | the time it is released. :-) in a week. 5.0 is already released (for some month now. AFAIK) Aha, python 2.5 was frozen in June/July, as release

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 09:54, Lars Gullik Bjønnes wrote: One pity with python of corse is that is is 16-bit unicode only. OK. Just to be sure one test is: $ python -c import sys; print (sys.maxunicode 66000) and 'UCS2' or 'UCS4' As expected I get UCS4 -- Lgb -- José

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-14 Thread Rainer Dorsch
José, that brings me further: +checking for graphics driver... default +checking for package psnfss [times.sty]... yes +Inspection done. +Read the file doc/LaTeXConfig.lyx for more information. Traceback (most recent call last): File /opt/lyx-1.4.2/share/lyx/configure.py, line 710, in ?

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-14 Thread José Matos
On Thursday 14 September 2006 21:59, Rainer Dorsch wrote: Any ideas here? Yes, this method was implemented in python 2.2.2 and you 2.2.1. :-D I attach a patch that fixes yesterday problem and another similar as well. Please apply to the original file. Thanks, Rainer -- José Abílio

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-14 Thread Enrico Forestieri
On Wed, Sep 13, 2006 at 12:42:01PM +0200, Jean-Marc Lasgouttes wrote: > > "Rainer" == Rainer Dorsch <[EMAIL PROTECTED]> writes: > > Rainer> So that means lyx 1.4.2 does not support qt 3.0.x, right? > > Rainer> If yes, someone should update the README for 1.4.3. It says > Rainer> that even

Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Lars Gullik Bjønnes
Enrico Forestieri <[EMAIL PROTECTED]> writes: | Then there's an issue with the required minimum version of python | but I think that Josè can handle it. It is not unlikely that we have to up the requirement a bit more for 1.5. Lyx2lyx conversion of the latexaccent really wants to use the

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Georg Baum
Lars Gullik Bjønnes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > | Then there's an issue with the required minimum version of python > | but I think that Josè can handle it. That issue was an invalid .lyx file as it turned out. > It is not unlikely that we have to up the

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 09:17, Lars Gullik Bjønnes wrote: > It is not unlikely that we have to up the requirement a bit more for > 1.5. Lyx2lyx conversion of the latexaccent really wants to use the > unicodedata module and its normalize function, that was new in 2.3. We have discussed

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Enrico Forestieri
On Thu, Sep 14, 2006 at 10:27:02AM +0200, Georg Baum wrote: > Lars Gullik Bjønnes wrote: > > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > | Then there's an issue with the required minimum version of python > > | but I think that Josè can handle it. > > That issue was an invalid .lyx

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Lars Gullik Bjønnes
José Matos <[EMAIL PROTECTED]> writes: | On Thursday 14 September 2006 09:17, Lars Gullik Bjønnes wrote: | > It is not unlikely that we have to up the requirement a bit more for | > 1.5. Lyx2lyx conversion of the latexaccent really wants to use the | > unicodedata module and its normalize

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 09:54, Lars Gullik Bjønnes wrote: > Good. I saw you mention 2.2 here the other day and assumed (I know...) > that to be the requirement. Use the source Luke. (I always wanted to say that. ;-) ) > One pity with python of corse is that is is 16-bit unicode only.

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Lars Gullik Bjønnes
José Matos <[EMAIL PROTECTED]> writes: | On Thursday 14 September 2006 09:54, Lars Gullik Bjønnes wrote: | > Good. I saw you mention 2.2 here the other day and assumed (I know...) | > that to be the requirement. | | Use the source Luke. (I always wanted to say that. ;-) ) | | > One pity with

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 11:08, Lars Gullik Bjønnes wrote: > Yeah. But python module unicode data is using Unicode-3.2. The latest > Unicode standard is now at 5.0. Come on Lars, that is unfair. ;-) python 2.5 that will come in a week or so supports Unicode 4.1.

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread Lars Gullik Bjønnes
José Matos <[EMAIL PROTECTED]> writes: | On Thursday 14 September 2006 11:08, Lars Gullik Bjønnes wrote: | > Yeah. But python module unicode data is using Unicode-3.2. The latest | > Unicode standard is now at 5.0. | | Come on Lars, that is unfair. ;-) | | python 2.5 that will come in a

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 11:28, Lars Gullik Bjønnes wrote: > |   You should not expect for python to support unreleased unicode specs at > | the time it is released. :-) > > "in a week". 5.0 is already released (for some month now. AFAIK) Aha, python 2.5 was frozen in June/July, as release

Re: Pythn version requirement (was: Compile issue of 1.4.2 with QT 3.0.5)

2006-09-14 Thread José Matos
On Thursday 14 September 2006 09:54, Lars Gullik Bjønnes wrote: > One pity with python of corse is that is is 16-bit unicode only. OK. Just to be sure one test is: $ python -c "import sys; print (sys.maxunicode < 66000) and 'UCS2' or 'UCS4'" As expected I get UCS4 > -- > Lgb --

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-14 Thread Rainer Dorsch
José, that brings me further: +checking for graphics driver... default +checking for package psnfss [times.sty]... yes +Inspection done. +Read the file doc/LaTeXConfig.lyx for more information. Traceback (most recent call last): File "/opt/lyx-1.4.2/share/lyx/configure.py", line 710, in ?

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-14 Thread José Matos
On Thursday 14 September 2006 21:59, Rainer Dorsch wrote: > Any ideas here? Yes, this method was implemented in python 2.2.2 and you 2.2.1. :-D I attach a patch that fixes yesterday problem and another similar as well. Please apply to the original file. > Thanks, > Rainer -- José Abílio

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread Jean-Marc Lasgouttes
Rainer == Rainer Dorsch [EMAIL PROTECTED] writes: Rainer So that means lyx 1.4.2 does not support qt 3.0.x, right? Rainer If yes, someone should update the README for 1.4.3. It says Rainer that even QT2 might be supported though untested. This would Rainer mean at least qt=3.1 is required. I

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread Rainer Dorsch
Am Mittwoch, 13. September 2006 12:42 schrieb Jean-Marc Lasgouttes: Rainer == Rainer Dorsch [EMAIL PROTECTED] writes: Rainer So that means lyx 1.4.2 does not support qt 3.0.x, right? Rainer If yes, someone should update the README for 1.4.3. It says Rainer that even QT2 might be supported

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread Enrico Forestieri
On Wed, Sep 13, 2006 at 04:07:12PM +0200, Rainer Dorsch wrote: LyX comes up after that, but I get an error reported: Checking whether TeX allows spaces in file names... Traceback (most recent call last): File /afs/bb/data/d3197/galaxy2/zLinux/lyx-1.4.2/share/lyx/configure.py, line 705,

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread José Matos
On Wednesday 13 September 2006 15:07, Rainer Dorsch wrote: LyX comes up after that, but I get an error reported: Checking whether TeX allows spaces in file names... Traceback (most recent call last): File /afs/bb/data/d3197/galaxy2/zLinux/lyx-1.4.2/share/lyx/configure.py, line 705, in ?

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread Rainer Dorsch
Am Mittwoch, 13. September 2006 19:57 schrieb José Matos: On Wednesday 13 September 2006 15:07, Rainer Dorsch wrote: LyX comes up after that, but I get an error reported: Checking whether TeX allows spaces in file names... Traceback (most recent call last): File

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread José Matos
On Wednesday 13 September 2006 20:19, Rainer Dorsch wrote: [EMAIL PROTECTED]:~ python -V Python 2.2.1 [EMAIL PROTECTED]:~ Does not look bad (?) Nope it is fine. :-) I found the reference to this in http://docs.python.org/lib/typesseq.html (1) When s is a string or Unicode string object

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread Jean-Marc Lasgouttes
> "Rainer" == Rainer Dorsch <[EMAIL PROTECTED]> writes: Rainer> So that means lyx 1.4.2 does not support qt 3.0.x, right? Rainer> If yes, someone should update the README for 1.4.3. It says Rainer> that even QT2 might be supported though untested. This would Rainer> mean at least qt>=3.1 is

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread Rainer Dorsch
Am Mittwoch, 13. September 2006 12:42 schrieb Jean-Marc Lasgouttes: > > "Rainer" == Rainer Dorsch <[EMAIL PROTECTED]> writes: > > Rainer> So that means lyx 1.4.2 does not support qt 3.0.x, right? > > Rainer> If yes, someone should update the README for 1.4.3. It says > Rainer> that even QT2

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread Enrico Forestieri
On Wed, Sep 13, 2006 at 04:07:12PM +0200, Rainer Dorsch wrote: > LyX comes up after that, but I get an error reported: > > Checking whether TeX allows spaces in file names... > Traceback (most recent call last): > File "/afs/bb/data/d3197/galaxy2/zLinux/lyx-1.4.2/share/lyx/configure.py", >

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread José Matos
On Wednesday 13 September 2006 15:07, Rainer Dorsch wrote: > LyX comes up after that, but I get an error reported: > > Checking whether TeX allows spaces in file names... > Traceback (most recent call last): > File > "/afs/bb/data/d3197/galaxy2/zLinux/lyx-1.4.2/share/lyx/configure.py", line >

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread Rainer Dorsch
Am Mittwoch, 13. September 2006 19:57 schrieb José Matos: > On Wednesday 13 September 2006 15:07, Rainer Dorsch wrote: > > LyX comes up after that, but I get an error reported: > > > > Checking whether TeX allows spaces in file names... > > Traceback (most recent call last): > > File > >

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-13 Thread José Matos
On Wednesday 13 September 2006 20:19, Rainer Dorsch wrote: > [EMAIL PROTECTED]:~> python -V > Python 2.2.1 > [EMAIL PROTECTED]:~> > > Does not look bad (?) Nope it is fine. :-) I found the reference to this in http://docs.python.org/lib/typesseq.html (1) When s is a string or Unicode string

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-12 Thread Rainer Dorsch
Am Montag, 11. September 2006 23:23 schrieb Enrico Forestieri: On Mon, Sep 11, 2006 at 08:00:21PM +0200, Rainer Dorsch wrote: Hello, I tried to compile lyx 1.4.2 with QT 3.0.5 using $ ./configure --prefix /opt/lyx-1.4.2 --with-frontend=qt --with-qt-dir=/usr/lib/qt-3.0.5 $ make

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-12 Thread José Matos
On Tuesday 12 September 2006 11:35, Rainer Dorsch wrote: So that means lyx 1.4.2 does not support qt 3.0.x, right? I think so. The question now is if this is the only place where this happens or if there are others. If you run with make -k where are there other places in code where you

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-12 Thread José Matos
On Tuesday 12 September 2006 11:51, José Matos wrote:   So if you can support qt 3.0 with very few effort we should do it. :-) Sorry I meant *we* not *you*. My point is that there are several places in code where we test for qt 3.1 and for some reason that chunk avoided that check. If

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-12 Thread Rainer Dorsch
José, I found another issue when running make -k: g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_THREAD_SUPPORT -I../../../src -I../../../s\ rc/frontends -I../../../images -I/usr/lib/qt-3.0.5//include -I../../../boost

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-12 Thread Enrico Forestieri
On Tue, Sep 12, 2006 at 02:12:01PM +0200, Rainer Dorsch wrote: g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_THREAD_SUPPORT -I../../../src -I../../../s\ rc/frontends -I../../../images -I/usr/lib/qt-3.0.5//include -I../../../boost

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-12 Thread Rainer Dorsch
Am Montag, 11. September 2006 23:23 schrieb Enrico Forestieri: > On Mon, Sep 11, 2006 at 08:00:21PM +0200, Rainer Dorsch wrote: > > Hello, > > > > I tried to compile lyx 1.4.2 with QT 3.0.5 using > > > > $ ./configure --prefix /opt/lyx-1.4.2 --with-frontend=qt > > --with-qt-dir=/usr/lib/qt-3.0.5 >

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-12 Thread José Matos
On Tuesday 12 September 2006 11:35, Rainer Dorsch wrote: > So that means lyx 1.4.2 does not support qt 3.0.x, right? I think so. The question now is if this is the only place where this happens or if there are others. If you run with make -k where are there other places in code where you

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-12 Thread José Matos
On Tuesday 12 September 2006 11:51, José Matos wrote: >   So if you can support qt 3.0 with very few effort we should do it. :-) Sorry I meant *we* not *you*. My point is that there are several places in code where we test for qt < 3.1 and for some reason that chunk avoided that check.

  1   2   >