Am Donnerstag, 28. Februar 2019 14:22:14 CET schrieb Jean-Marc Lasgouttes
:
> Le 28/02/2019 à 13:01, Kornel Benko a écrit :
> > Am Donnerstag, 28. Februar 2019 11:56:57 CET schrieb Jean-Marc Lasgouttes
> > :
> >> Le 28/02/2019 à 11:36, Kornel Benko a écrit :
> Note that isalnum depends on th
On 28/02/2019 12:04, Jean-Marc Lasgouttes wrote:
Le 28/02/2019 à 08:50, Daniel a écrit :
Compiling on Windows 10 with VS 2017 used to work. But now I get an
error message when trying to compile LyX:
Error C2146
syntax error: missing ')' before identifier 'or'
LyX (application
Le 28/02/2019 à 13:01, Kornel Benko a écrit :
Am Donnerstag, 28. Februar 2019 11:56:57 CET schrieb Jean-Marc Lasgouttes
:
Le 28/02/2019 à 11:36, Kornel Benko a écrit :
Note that isalnum depends on the current locale, which is not a good
idea at all. We want to use unicode stuff.
Good to know
Am Donnerstag, 28. Februar 2019 11:56:57 CET schrieb Jean-Marc Lasgouttes
:
> Le 28/02/2019 à 11:36, Kornel Benko a écrit :
> >> Note that isalnum depends on the current locale, which is not a good
> >> idea at all. We want to use unicode stuff.
> >
> > Good to know. I was not aware of textutils.
Le 28/02/2019 à 08:50, Daniel a écrit :
Compiling on Windows 10 with VS 2017 used to work. But now I get an
error message when trying to compile LyX:
Error C2146
syntax error: missing ')' before identifier 'or'
LyX (applications\LyX\LyX)
C:\Users\Daniel\lyx\devel\lyx\src\
Le 28/02/2019 à 11:36, Kornel Benko a écrit :
Note that isalnum depends on the current locale, which is not a good
idea at all. We want to use unicode stuff.
Good to know. I was not aware of textutils.h, shame on me.
I did not see an exact equivalent to isalnum, so I do not know what you
are
Am Donnerstag, 28. Februar 2019 10:53:15 CET schrieb Jean-Marc Lasgouttes
:
> Le 28/02/2019 à 09:33, Kornel Benko a écrit :
> >>Error C2672
> >>'std::isalnum': no matching overloaded function found
> >>LyX (applications\LyX\LyX)
> >>C:\Users\Daniel\lyx\devel\lyx\src\lyxf
On 28/02/2019 09:33, Kornel Benko wrote:
Am Donnerstag, 28. Februar 2019 08:50:04 CET schrieb Daniel :
But next I get:
Error C2672
'std::isalnum': no matching overloaded function found
LyX (applications\LyX\LyX)
C:\Users\Daniel\lyx\devel\lyx\src\lyxfin
Le 28/02/2019 à 09:33, Kornel Benko a écrit :
Error C2672
'std::isalnum': no matching overloaded function found
LyX (applications\LyX\LyX)
C:\Users\Daniel\lyx\devel\lyx\src\lyxfind.cpp
2866
The line in question reads:
if (std::isalnum(t
Am Donnerstag, 28. Februar 2019 08:50:04 CET schrieb Daniel :
> Compiling on Windows 10 with VS 2017 used to work. But now I get an
> error message when trying to compile LyX:
>
> Error C2146
> syntax error: missing ')' before identifier 'or'
> LyX (applications\LyX\LyX)
>
Compiling on Windows 10 with VS 2017 used to work. But now I get an
error message when trying to compile LyX:
Error C2146
syntax error: missing ')' before identifier 'or'
LyX (applications\LyX\LyX)
C:\Users\Daniel\lyx\devel\lyx\src\BufferParams.cpp
3293
Richard Kimberly Heck wrote:
> What a great idea! The file
> development/Win32/packaging/installer/Packages.txt
> is what Uwe used to tell MiKTeX what to install (and which I'll use to
> build the batch files). I believe it is meant to include everything that
> LyX could ever possibly want. Tha
On 09/09/2018 18:38, Richard Kimberly Heck wrote:
On 09/09/2018 12:23 PM, Daniel wrote:
On 09/09/2018 18:12, Richard Kimberly Heck wrote:
On 09/09/2018 07:32 AM, Daniel wrote:
On 09/09/2018 01:35, Richard Kimberly Heck wrote:
As mentioned previously, I am not going to build a "bundled" instal
On 09/09/2018 12:23 PM, Daniel wrote:
> On 09/09/2018 18:12, Richard Kimberly Heck wrote:
>> On 09/09/2018 07:32 AM, Daniel wrote:
>>> On 09/09/2018 01:35, Richard Kimberly Heck wrote:
As mentioned previously, I am not going to build a "bundled" installer
for 2.3.1. Indeed, I have removed
On 09/09/2018 18:12, Richard Kimberly Heck wrote:
On 09/09/2018 07:32 AM, Daniel wrote:
On 09/09/2018 01:35, Richard Kimberly Heck wrote:
As mentioned previously, I am not going to build a "bundled" installer
for 2.3.1. Indeed, I have removed the 'bundle' code from the installer
at 8c32a1a7 and
On 09/09/2018 04:20 AM, Pavel Sanda wrote:
> Richard Kimberly Heck wrote:
>> Soon, I am going to write small batch file that people can use to
>> install various packages that LyX might want. I'll link that off the
>> wiki, and probably include it in the Windows installer. I mean just the
>> file i
On 09/09/2018 07:32 AM, Daniel wrote:
> On 09/09/2018 01:35, Richard Kimberly Heck wrote:
>> As mentioned previously, I am not going to build a "bundled" installer
>> for 2.3.1. Indeed, I have removed the 'bundle' code from the installer
>> at 8c32a1a7 and removed the bundled installer for 2.3.0 fr
On 09/09/2018 01:35, Richard Kimberly Heck wrote:
As mentioned previously, I am not going to build a "bundled" installer
for 2.3.1. Indeed, I have removed the 'bundle' code from the installer
at 8c32a1a7 and removed the bundled installer for 2.3.0 from the
downloads page. I've added language inst
Richard Kimberly Heck wrote:
> Soon, I am going to write small batch file that people can use to
> install various packages that LyX might want. I'll link that off the
> wiki, and probably include it in the Windows installer. I mean just the
> file itself. Not running it as part of the installer.
As mentioned previously, I am not going to build a "bundled" installer
for 2.3.1. Indeed, I have removed the 'bundle' code from the installer
at 8c32a1a7 and removed the bundled installer for 2.3.0 from the
downloads page. I've added language instructing people to install a TeX
distribution before
Le 3 août 2018 19:34:56 Richard Kimberly Heck a écrit :
I hadn't seen it before, but I'm planning to kill off the bundle for
2.3.1 anyway.
Great idea!
--
Jean-Pierre
On 08/03/2018 10:54 AM, Jean-Pierre wrote:
> Hello
>
> A French user tried to install the official lyx-2.3.0 bundle and
> complained on lyx-fr that no classes were present.
> I suggested to install MiKTeX first and use the installer instead of
> the bundle. That was successful.
>
> Is this beavior
Hello
A French user tried to install the official lyx-2.3.0 bundle and complained
on lyx-fr that no classes were present.
I suggested to install MiKTeX first and use the installer instead of the
bundle. That was successful.
Is this beavior known?
--
Jean-Pierre
Am 23.12.2017 um 20:35 schrieb Jean-Marc Lasgouttes:
But, thanks to the nice INSTALL file, I did it (Qt 5.9.3 64bits) for
2.3.x+properpaint branch (I will switch to master soon).
Cool. So I am not alone anymore on Windows.
LyX is not yet ready for 64bit. This is something we should do for LyX
Am Sonntag, 24. Dezember 2017 um 14:23:34, schrieb Jean-Marc Lasgouttes
> Le 24/12/2017 à 14:00, Kornel Benko a écrit :
> > But does it apply to MSVC? I could not see
> > In cmake we have Debug, Release, RelWithDebInfo, MinSizeRel.
> > But no profiling for MSVC. Explicitly disabled by Peter Kümme
Le 24/12/2017 à 14:00, Kornel Benko a écrit :
But does it apply to MSVC? I could not see
In cmake we have Debug, Release, RelWithDebInfo, MinSizeRel.
But no profiling for MSVC. Explicitly disabled by Peter Kümmel.
And he knows better.
Well, profiling should be done with correct optimization (on
Am Sonntag, 24. Dezember 2017 um 12:39:16, schrieb Jean-Marc Lasgouttes
> Le 24/12/2017 à 06:18, Kornel Benko a écrit :
> >> What does debug mean? Is this only debug information or also
> >> instrumenting for run-time checking?
> >
> > Only Debug information. Also the optimization is turned to -
Le 24/12/2017 à 06:18, Kornel Benko a écrit :
What does debug mean? Is this only debug information or also
instrumenting for run-time checking?
Only Debug information. Also the optimization is turned to -O0
OK.
Kornel, what is a good set of parameters for profiling?
I would try
-
Am Samstag, 23. Dezember 2017 um 20:35:04, schrieb Jean-Marc Lasgouttes
> Hi there,
>
> I took the dive to compile LyX on windows 10. Interesting experiment...
> Intalling Visual studio takes maybe one hour (not downloading), Qt takes
> just as much, selecting what platform to
Hi there,
I took the dive to compile LyX on windows 10. Interesting experiment...
Intalling Visual studio takes maybe one hour (not downloading), Qt takes
just as much, selecting what platform to install is like evading a maze.
But, thanks to the nice INSTALL file, I did it (Qt 5.9.3 64bits
Am 01.11.2015 um 22:02 schrieb Georg Baum:
Peter Kümmel wrote:
For iconv and hunspell one can find some CMakeLists.txt at github, not
ready for MSVC but usable as starting point. AFAIk zlib already ships
with cmake files.
Would it be an option to add tripped down iconv, hunspell and zlib sourc
Peter Kümmel wrote:
> For iconv and hunspell one can find some CMakeLists.txt at github, not
> ready for MSVC but usable as starting point. AFAIk zlib already ships
> with cmake files.
>
> Would it be an option to add tripped down iconv, hunspell and zlib sources
> to lyx and to build them as sta
Am 14.10.2015 um 21:52 schrieb Georg Baum:
David Hyde wrote:
I'm interested in looking into this at least a bit (may become deterred
if some dependency nightmare occurs!). I've looked at the current MSVC
dependencies that are in the archive on sourceforge. Which of these
are things that shoul
Op 31-10-2015 om 14:44 schreef PhilipPirrip:
On 10/31/2015 09:27 AM, PhilipPirrip wrote:
Thanks, David. It did work with Qt 4.8.6
First thing I noticed, though, is that most icons are missing. Have to
investigate. I remember seeing a similar issue here on the list
recently.
The errors reporte
On 10/31/2015 09:27 AM, PhilipPirrip wrote:
Thanks, David. It did work with Qt 4.8.6
First thing I noticed, though, is that most icons are missing. Have to
investigate. I remember seeing a similar issue here on the list recently.
The errors reported in the message pane are of this kind
GuiAppli
Thanks, David. It did work with Qt 4.8.6
First thing I noticed, though, is that most icons are missing. Have to
investigate. I remember seeing a similar issue here on the list recently.
On 10/31/2015 03:53 AM, David Hyde wrote:
I experienced this error as well when setting up my LyX build
t: Friday, October 30, 2015 8:16 PM
To: lyx-devel@lists.lyx.org
Subject: Re: Compiling LyX on Windows with more recent Visual Studio versions
Hello!
I'm trying to compile LyX for Windows: WinXP VirtualBox, Visual Studio
2010, Qt 5.5, all by the instructions in INSTALL.Win32
No matter what I
Hello!
I'm trying to compile LyX for Windows: WinXP VirtualBox, Visual Studio
2010, Qt 5.5, all by the instructions in INSTALL.Win32
No matter what I do in CMake config, the compilation ends with the
messages I give below, and I have no idea what's happening and how to
fix it.
24> -- Inst
David Hyde wrote:
> I'm interested in looking into this at least a bit (may become deterred
> if some dependency nightmare occurs!). I've looked at the current MSVC
> dependencies that are in the archive on sourceforge. Which of these
> are things that should actually be downloaded and compiled
Le 14/10/2015 07:27, David Hyde a écrit :
Which of these
are things that should actually be downloaded and compiled on the fly?
For example, do you think that Python and ghostscript should be
compiled from source, or do you think it suffices to just include up-to
-date Windows binaries? Same q
Hi Georg,
Thanks for your reply!
> This is possible, but needs some work.
>
> The current MSVC build instructions use some pre-compiled third party
> libraries. Of course these work only for exactly one MSVC version.
> Therefore
> I would propose the following procedure instead of just replicat
David Hyde wrote:
> Hi there,
>
>
> I'm interested in compiling LyX on Windows. I've read through the
> INSTALL.Win32 file and was able to get LyX to compile from source using
> Visual C++ Express 2010, following the instructions in that file.
Great!
> I'
Hi there,
I'm interested in compiling LyX on Windows. I've read through the
INSTALL.Win32 file and was able to get LyX to compile from source using Visual
C++ Express 2010, following the instructions in that file. I'm wondering
though, is it possible (do people have experie
Am 06.05.2015 um 02:04 schrieb Uwe Stöhr:
Am 05.05.2015 um 22:24 schrieb Liviu Andronic:
I may be the odd one around here, but why not Evince for Windows?
It seems that Evince does not fully support PDF annotations/comments and
also its PDF form support is limited. Liviu, could you please tes
Am 05.05.2015 um 22:24 schrieb Liviu Andronic:
I may be the odd one around here, but why not Evince for Windows?
It seems that Evince does not fully support PDF annotations/comments and
also its PDF form support is limited. Liviu, could you please test LyX's
PDF comment example with Evince a
On Tue, May 5, 2015 at 9:31 AM, Scott Kostyshak wrote:
> My motivation for this proposal is that in so many cases I have seen
> "LyX doesn't open/update my PDF" and when SumatraPDF is proposed, I
> see responses of "that works" and "wow I like this PDF reader". Here
> are some examples:
>
I may be
Scott Kostyshak wrote:
> My motivation for this proposal is that in so many cases I have seen
> "LyX doesn't open/update my PDF" and when SumatraPDF is proposed, I
> see responses of "that works" and "wow I like this PDF reader". Here
> are some examples:
+1
> A final advantage of bundling Sumat
My motivation for this proposal is that in so many cases I have seen
"LyX doesn't open/update my PDF" and when SumatraPDF is proposed, I
see responses of "that works" and "wow I like this PDF reader". Here
are some examples:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg98064.html
https:/
Dear LyX users and developers,
LyX has a problem with Windows users that have their home directory on a UNC
path. http://wiki.lyx.org/LyX/Troubleshooting mentions these problems for Lyx
1.5 already. (Recent versions do start, but have no classes available.)
I have been struggling with this f
Il 22/03/2012 20:09, Julien Rioux ha scritto:
On 21/03/2012 11:10 AM, Matthias Hunstig wrote:
Dear LyX users and developers,
LyX has a problem with Windows users that have their home directory
on a UNC path. http://wiki.lyx.org/LyX/Troubleshooting mentions these
problems for Lyx 1.5 already.
On 21/03/2012 11:10 AM, Matthias Hunstig wrote:
Dear LyX users and developers,
LyX has a problem with Windows users that have their home directory on a UNC
path. http://wiki.lyx.org/LyX/Troubleshooting mentions these problems for Lyx
1.5 already. (Recent versions do start, but have no classes
Just as a follow-up. This is bug http://www.lyx.org/trac/ticket/7187
and will be fixed in the next release.
Vincent
Op 21-7-2010 18:08, Larry Maturo schreef:
I have a 64 bit Windows 7 installation. The install of Lyx version
167-4-25 went
very smoothly. However, when it came up the text on the screen was
virtually
unintelligible. I brought up the DVI and printed it out and that was
just fine.
Afte
I have a 64 bit Windows 7 installation. The install of Lyx version 167-4-25
went
very smoothly. However, when it came up the text on the screen was
virtually
unintelligible. I brought up the DVI and printed it out and that was just
fine.
After playing with it for a while I believe the problem
Christian Ridderström wrote:
Hi,
I've got a question about the behaviour of LyX which I'm using on
Windows (Uwe's installer), here's the use case:
* I've got a LyX file open in a LyX window.
* I click on a LyX file in my browser (Opera), and a second LyX window is
opened. Actually, I assum
Christian Ridderström writes:
> I've got a question about the behaviour of LyX which I'm using on
> Windows (Uwe's installer), here's the use case:
>
> * I've got a LyX file open in a LyX window.
>
> * I click on a LyX file in my browser (Opera), and a second LyX window is
> opened. Actually, I
Hi,
I've got a question about the behaviour of LyX which I'm using on Windows
(Uwe's installer), here's the use case:
* I've got a LyX file open in a LyX window.
* I click on a LyX file in my browser (Opera), and a second LyX window is
opened. Actually, I assume that I've started a new inst
Bo Peng schrieb:
Bo could you then please report it to the Scons people? In contary to
me you'll be able to melt the problematic down to a small scons trest
script for the bug report. Please CC me the report.
I can not do that without access to a 64 bit windows machine. The
windows XP license
Bo could you then please report it to the Scons people? In contary to me you'll
be able to melt the problematic down to a small scons trest
script for the bug report. Please CC me the report.
I can not do that without access to a 64 bit windows machine. The
windows XP license is simply too expe
> I guess so. This looks like a scons windows 64 bug but I have no
> access to such a machine.
Bo could you then please report it to the Scons people? In contary to me you'll be able to melt the problematic down to a small scons trest
script for the bug report. Please CC me the report.
Thanks
Bo Peng wrote:
>> > : 'SConsEnvironment' object has no
>> > attribute '
>> > MSVSProject':
>> > File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1898:
>> > build_project('boost', src = boost_src)
>> > File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1882:
>> >
> : 'SConsEnvironment' object has no
> attribute '
> MSVSProject':
> File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1898:
> build_project('boost', src = boost_src)
> File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 1882:
> proj = env.MSVSProject(
>
> regards
Uwe Stöhr wrote:
> Uwe Stöhr schrieb:
>
There's a problem: The lyx.vcproject isn't created:
>
> It still doesn't work, also not with the bild script Michael has
> commited today to svn.
> I'm on WinXP x64, so perhape this could have a side effect, but I still
> don't understand why it stops
Uwe Stöhr schrieb:
There's a problem: The lyx.vcproject isn't created:
It still doesn't work, also not with the bild script Michael has commited today
to svn.
I'm on WinXP x64, so perhape this could have a side effect, but I still don't
understand why it stops at:
Processing files in boost/
Bo Peng schrieb:
There's a problem: The lyx.vcproject isn't created:
It works fine here. I guess you did not run from within 'vs 2005
command prompt', right? If it still does not work, add use_vc=yes.
Of course I run it from the MSVC command prompt and also tried to use
use_vc=yes.
Here's
Btw. I noticed that tex2lyx.exe isn't created when compiling in debug mode. Is
this intended?
scons [options] [targets]
can have different targets like supports, insets, lyx, tex2lyx. all =
lyx + tex2lyx + client, install = all, po and installation.
By default, scons only builds lyx so tex2ly
There's a problem: The lyx.vcproject isn't created:
It works fine here. I guess you did not run from within 'vs 2005
command prompt', right? If it still does not work, add use_vc=yes.
Bo
Bo Peng schrieb:
2. build lyx in debug mode (default)
Btw. I noticed that tex2lyx.exe isn't created when compiling in debug mode. Is
this intended?
Uwe
Bo Peng schrieb:
Yes. Have a look at INSTALL.scons. Basically, you need to
1. go to the scons directory.
2. build lyx in debug mode (default)
3. scons msvs_projects
4. double click the generated lyx.vcproject (name might be wrong) then
use F5 etc.
There's a problem: The lyx.vcproject isn't cr
> then launch lyx, connect to
> process in mscv and then i can debug...
That sounds complicated. You just need to type F5 in MSVC to debug...
here is a few handy shortcuts:
Yes. Have a look at INSTALL.scons. Basically, you need to
1. go to the scons directory.
2. build lyx in debug mode (defau
Edwin Leuven wrote:
what i do is build as debug (not release),
Yes.
then launch lyx, connect to
process in mscv and then i can debug...
That sounds complicated. You just need to type F5 in MSVC to debug...
here is a few handy shortcuts:
F9: set a break point (as many as you want)
F10: pr
what i do is build as debug (not release), then launch lyx, connect to
process in mscv and then i can debug...
Jean-Marc Lasgouttes wrote:
"Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:
Uwe> The symbols files are a "debug database" with the file extensions
Uwe> *.pdb, the manuals tell me that
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:
Uwe> The symbols files are a "debug database" with the file extensions
Uwe> *.pdb, the manuals tell me that MSVC creates them automatically
Uwe> when compiling an application, but I can't find them anywhere.
Uwe> The manual also says that withou
I spend now some time to be able to debug LyX on Windows but without success.
The MSVC-compiler that MS offers for free, doesn't seem to come with a debugger. I therefore installed the "Debugging Tools for Windows" that
are available at MS's homepage, I also installed the sym
On 1/4/07, Michael Gerz <[EMAIL PROTECTED]> wrote:
Andr� Poenitz schrieb:
> Is there a reason for not embedding manifests in the .exe?
>
The manifest is already embedded in the .exe! I think there was some
kind of misunderstanding...
It is because the lyx.exe.manifest file that stands beside ly
Andr� Poenitz schrieb:
Is there a reason for not embedding manifests in the .exe?
The manifest is already embedded in the .exe! I think there was some
kind of misunderstanding...
Michael
Is there a reason for not embedding manifests in the .exe?
No, but I need to figure out how. :-)
Bo
(I really don't understand why it was necessary to over-complicate
things in this area - we have just one (1) frontend)
We are still officially following GUII so I need to leave rooms for
other frontends. The change made two building environments clearly
separated:
1. basic env: used to build s
Uwe Stöhr schrieb:
I found the problem:
The lyx.exe.manifest must be in the same folder with lyx.exe. The
problem is that the file is not automatically be copied by SCons to
the folder
~\lyx-devel\build-msvc
where the compiled LyX is created by SCons.
No, the problem is that mt.exe is no lon
Uwe Stöhr schrieb:
> This is the old manifest problem, but I can not reproduce it. Do you
> have lyx.exe.manifest in the build (most likely debug) directory?
> Yes, I have it in
> ~\lyx-devel\development\scons\release
I found the problem:
The lyx.exe.manifest must be in the same folder wit
> Do you mean INSTALL.Win32 using lyx-windows-deps-msvc-qt4.zip? Last
> time I tried, it worked.
Yes.
>>Runtime Error!
>>Program: C:\bla\foo\lyx.exe
>>R6034
>>An application has made an attempt to load the C runtime library
>>incorrectly.
>>Please contact the application'
when following Joost's recipe, I get the following error message:
Do you mean INSTALL.Win32 using lyx-windows-deps-msvc-qt4.zip? Last
time I tried, it worked.
Runtime Error!
Program: C:\bla\foo\lyx.exe
R6034
An application has made an attempt to load the C runtime library
incorrectly.
Please c
Bo,
when following Joost's recipe, I get the following error message:
Runtime Error!
Program: C:\bla\foo\lyx.exe
R6034
An application has made an attempt to load the C runtime library
incorrectly.
Please contact the application's support team for more information.
Some resources in the Inter
On Mon, Jun 05, 2006 at 05:02:38PM +0200, Enrico Forestieri wrote:
On Sun, Jun 04, 2006 at 08:16:15PM -0700, Stephen Harris wrote:
> I wanted to put links on my Windows Desktop that would automatically
> start LyX up.
It should suffice creating a shortcut to
C:\cygwin\usr\local\bin\lyx-x11.e
On Mon, Jun 05, 2006 at 05:02:38PM +0200, Enrico Forestieri wrote:
> On Sun, Jun 04, 2006 at 08:16:15PM -0700, Stephen Harris wrote:
>
> > I wanted to put links on my Windows Desktop that would automatically
> > start LyX up.
>
> It should suffice creating a shortcut to C:\cygwin\usr\local\bin\l
On Sun, Jun 04, 2006 at 08:16:15PM -0700, Stephen Harris wrote:
> Enrico Forestieri wrote:
>
> "Notice that if you make a shortcut to lyx-x11.exe, you don't need to
> manually start the X server. If needed, lyx-x11.exe will start the X
> server using the /usr/local/bin/startxserver script which p
Enrico Forestieri wrote:
"Notice that if you make a shortcut to lyx-x11.exe, you don't need to
manually start the X server. If needed, lyx-x11.exe will start the X
server using the /usr/local/bin/startxserver script which performs the
same exact actions as the /usr/X11R6/bin/startxwin.{sh,bat} sc
On Sat, Jun 03, 2006 at 10:09:25PM -0700, Stephen Harris wrote:
> Stephen Harris wrote:
>
> >> Nico wrote:
> >> At the end, LyX started, but with the error message "This is not a LyX
> >> document", in a tiny, non-resizable window, and the error "bddraw = 0"
> >> in the dos box, seemingly repeati
Stephen Harris wrote:
Nico wrote:
At the end, LyX started, but with the error message "This is not a LyX
document", in a tiny, non-resizable window, and the error "bddraw = 0"
in the dos box, seemingly repeating itself whenever the mouse moves over
the LyX window. [Trying Win98 native LyX1.3.7]
Jean-Marc Lasgouttes wrote:
Michael> That doesn't really explain why LyX 1.3 behaves correctly
Michael> where LyX 1.4 does not.
What are the values of the font-related preferences?
Sorry, I was wrong. The problem occurs with 1.4 and 1.3. It is
definitely a Q.../Free problem. I have already
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> Angus Leeming wrote:
>> Not in LyX.
>>
>> qtconfig in your qt3/bin directory.
>>
>>
Michael> That doesn't really explain why LyX 1.3 behaves correctly
Michael> where LyX 1.4 does not.
What are the values of the font-related
Angus Leeming wrote:
Not in LyX.
qtconfig in your qt3/bin directory.
That doesn't really explain why LyX 1.3 behaves correctly where LyX 1.4
does not.
Michael
Michael Gerz wrote:
> Ok,
>
> I am able to run LyX on Windows again. However, the selected font is
> pretty ugly. It seems that LyX 1.4 is not able to find reasonable fonts
> (LyX 1.3 does!) and so Qt decides to take the first font in
> alphabetically order. This font is no
Ok,
I am able to run LyX on Windows again. However, the selected font is
pretty ugly. It seems that LyX 1.4 is not able to find reasonable fonts
(LyX 1.3 does!) and so Qt decides to take the first font in
alphabetically order. This font is not only choosen for displaying a LyX
document but
Jean-Marc Lasgouttes wrote:
>>> Dear Angus,
>>>
>>> I tried to edit/view a document which was located at
>>>
>>> "c:\Dokumente und Einstellungen\michael\Eigene Dateien"
>>>
>>> but I failed for several reasons:
>>>
>>> 1. BibTeX, Version 0.99c (MiKTeX 2.4) cannot handle spaces
>>>
>>> White s
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> [EMAIL PROTECTED] wrote:
>> Dear Angus,
>>
>> I tried to edit/view a document which was located at
>>
>> "c:\Dokumente und Einstellungen\michael\Eigene Dateien"
>>
>> but I failed for several reasons:
>>
>> 1. BibTeX, Version 0
[EMAIL PROTECTED] wrote:
>
> Dear Angus,
>
> I tried to edit/view a document which was located at
>
>"c:\Dokumente und Einstellungen\michael\Eigene Dateien"
>
> but I failed for several reasons:
>
> 1. BibTeX, Version 0.99c (MiKTeX 2.4) cannot handle spaces
>
>White space in argument
Dear Angus,
I tried to edit/view a document which was located at
"c:\Dokumente und Einstellungen\michael\Eigene Dateien"
but I failed for several reasons:
1. BibTeX, Version 0.99c (MiKTeX 2.4) cannot handle spaces
White space in argument---line 66 of file doc.aux
: \bibdata{"C:/Dok
Andre Poenitz wrote:
Since we are at it: I had a look at the .vcproj and a more recent (and
therefore possibly incompatible) version of LyX sources. Patch applied
nicely, however I was not able get anywhere near a full compile.
Compilation succeed for individual files, but there seemed to be files
On Tue, Jan 25, 2005 at 09:16:38AM +0100, Asger Ottar Alstrup wrote:
> John Weiss wrote:
> [A great opportunity to have a little flame-fest.]
>
> >Not FUD. Reality. [Long story about something irrelevant.]
> > Took them YEARS to get it to that state.
>
> Sad for them. I have a working LyX. It to
1 - 100 of 155 matches
Mail list logo