Am Freitag, 18. März 2016 um 13:38:18, schrieb Helge Hafting
>
> Den 17. mars 2016 14:08, skrev Kornel Benko:
> > Am Donnerstag, 17. März 2016 um 13:12:12, schrieb Helge Hafting
> >
> >>
> >> I tried cmake, cmake could not find the qt libraries or tools like "moc"
> >> and "uic". The tools are
Den 17. mars 2016 12:23, skrev Kornel Benko:
I used 'Python 3.4.3' together with cmake. It does not show this problem. At
least
the .pot files are created.
Maybe you could try to use cmake too? That way we could see if the problem is
in python 3.5 or automake.
That said, I did not know tha
Am Donnerstag, 17. März 2016 um 11:31:13, schrieb Helge Hafting
>
> Den 17. mars 2016 03:16, skrev Scott Kostyshak:
> > Strange, I haven't seen this on Linux & Qt 5 and I have been using that
> > combination for a long time. I do get separate errors about lyx.pot when
> > doing 'make distcheck'
Am Donnerstag, 17. März 2016 um 13:12:12, schrieb Helge Hafting
>
> Den 17. mars 2016 12:23, skrev Kornel Benko:
> > I used 'Python 3.4.3' together with cmake. It does not show this problem.
> > At least
> > the .pot files are created.
> >
> > Maybe you could try to use cmake too? That way we
Den 17. mars 2016 14:08, skrev Kornel Benko:
Am Donnerstag, 17. März 2016 um 13:12:12, schrieb Helge Hafting
I tried cmake, cmake could not find the qt libraries or tools like "moc"
and "uic". The tools are all in the PATH though, and the libraries are
available for compilation with 'make'.
Den 17. mars 2016 21:18, skrev Georg Baum:
Either that, or one could also say that the bug is that lyx_pot.py does not
work with python3. In the attached patch I tried to modify it so that it
works both in python 2 and 3. This is only roughly tested, but at first
glance the output looks OK. IMH
To reproduce:
git clone the lyx 2.2.0 source, autogen.sh and configure.
Then use "make", and get this crash:
LC_ALL=C ; export LC_ALL ; /usr/bin/python ./lyx_pot.py -b .. -o
formats_l10n.po
t -t formats ../lib/configure.py
Traceback (most recent call last):
File "./lyx_pot.py", line 660, in
On Thu, Mar 17, 2016 at 08:12:03PM +0100, Georg Baum wrote:
> Kornel Benko wrote:
>
> > That said, I did not know that we are python3 ready.
>
> We are not. When python scripts are called by LyX it is ensured that python2
> is called. This is not done during building, although some python script
Kornel Benko wrote:
> That said, I did not know that we are python3 ready.
We are not. When python scripts are called by LyX it is ensured that python2
is called. This is not done during building, although some python scripts
used for building require python2 as well.
The error Helge was seein
On Thu, Mar 17, 2016 at 12:16:42AM +0100, Helge Hafting wrote:
> To reproduce:
> git clone the lyx 2.2.0 source, autogen.sh and configure.
> Then use "make", and get this crash:
>
> LC_ALL=C ; export LC_ALL ; /usr/bin/python ./lyx_pot.py -b .. -o
> formats_l10n.po
> t -t formats ../lib/configure.p
Scott Kostyshak wrote:
> On Thu, Mar 17, 2016 at 08:12:03PM +0100, Georg Baum wrote:
>>
>> The error Helge was seeing is most likely a python3 incompatibility. IIRC
>> one thing that changed for python3 is that you need to give the encoding
>> to use on file opening. This is a big problem for lyx
Den 17. mars 2016 03:16, skrev Scott Kostyshak:
Strange, I haven't seen this on Linux & Qt 5 and I have been using that
combination for a long time. I do get separate errors about lyx.pot when
doing 'make distcheck' out-of-source, but that's likely a separate
issue.
Note that my python3 versio
12 matches
Mail list logo