Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread Kornel Benko
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

Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread Daniel
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

Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread 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 the current locale, which is not a good idea at all. We want to use unicode stuff. Good to know

Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread Kornel Benko
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.

Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread Jean-Marc Lasgouttes
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\

Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread 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.h, shame on me. I did not see an exact equivalent to isalnum, so I do not know what you are

Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread Kornel Benko
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

Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread Daniel
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

Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread 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\lyxfind.cpp 2866 The line in question reads: if (std::isalnum(t

Re: Errors compiling LyX on Windows 10 VS 2017

2019-02-28 Thread Kornel Benko
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) >

Errors compiling LyX on Windows 10 VS 2017

2019-02-27 Thread 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) C:\Users\Daniel\lyx\devel\lyx\src\BufferParams.cpp 3293

Re: LyX on Windows: New Wiki Pages

2018-09-09 Thread Pavel Sanda
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

Re: LyX on Windows: New Wiki Pages

2018-09-09 Thread Daniel
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

Re: LyX on Windows: New Wiki Pages

2018-09-09 Thread Richard Kimberly Heck
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

Re: LyX on Windows: New Wiki Pages

2018-09-09 Thread Daniel
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

Re: LyX on Windows: New Wiki Pages

2018-09-09 Thread Richard Kimberly Heck
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

Re: LyX on Windows: New Wiki Pages

2018-09-09 Thread Richard Kimberly Heck
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

Re: LyX on Windows: New Wiki Pages

2018-09-09 Thread Daniel
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

Re: LyX on Windows: New Wiki Pages

2018-09-09 Thread Pavel Sanda
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.

LyX on Windows: New Wiki Pages

2018-09-08 Thread Richard Kimberly Heck
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

Re: Installation of Lyx on Windows

2018-08-03 Thread Jean-Pierre
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

Re: Installation of Lyx on Windows

2018-08-03 Thread Richard Kimberly Heck
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

Installation of Lyx on Windows

2018-08-03 Thread Jean-Pierre
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

Re: LyX on windows performance

2017-12-25 Thread Uwe Stöhr
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

Re: LyX on windows performance

2017-12-24 Thread Kornel Benko
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

Re: LyX on windows performance

2017-12-24 Thread 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ümmel. And he knows better. Well, profiling should be done with correct optimization (on

Re: LyX on windows performance

2017-12-24 Thread Kornel Benko
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 -

Re: LyX on windows performance

2017-12-24 Thread 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 -O0 OK. Kornel, what is a good set of parameters for profiling? I would try -

Re: LyX on windows performance

2017-12-23 Thread Kornel Benko
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

LyX on windows performance

2017-12-23 Thread 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 install is like evading a maze. But, thanks to the nice INSTALL file, I did it (Qt 5.9.3 64bits

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-11-01 Thread Peter Kümmel
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

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-11-01 Thread 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 sources > to lyx and to build them as sta

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-31 Thread Peter Kümmel
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

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-31 Thread Vincent van Ravesteijn
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

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-31 Thread 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 reported in the message pane are of this kind GuiAppli

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-31 Thread PhilipPirrip
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

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-31 Thread David Hyde
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

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-30 Thread PhilipPirrip
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

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-14 Thread 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 should actually be downloaded and compiled

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-14 Thread Jean-Marc Lasgouttes
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

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-13 Thread David Hyde
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

Re: Compiling LyX on Windows with more recent Visual Studio versions

2015-10-08 Thread Georg Baum
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'

Compiling LyX on Windows with more recent Visual Studio versions

2015-10-07 Thread David Hyde
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

Re: Bundling SumatraPDF with LyX on Windows

2015-05-05 Thread Uwe Stöhr
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

Re: Bundling SumatraPDF with LyX on Windows

2015-05-05 Thread 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 test LyX's PDF comment example with Evince a

Re: Bundling SumatraPDF with LyX on Windows

2015-05-05 Thread Liviu Andronic
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

Re: Bundling SumatraPDF with LyX on Windows

2015-05-05 Thread Georg Baum
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

Bundling SumatraPDF with LyX on Windows

2015-05-05 Thread Scott Kostyshak
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:/

Re: AW: LyX on Windows with UNC home directories

2012-03-24 Thread Vincent van Ravesteijn
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

Re: LyX on Windows with UNC home directories

2012-03-23 Thread Tommaso Cucinotta
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.

Re: LyX on Windows with UNC home directories

2012-03-22 Thread Julien Rioux
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

Re: Lyx on Windows 7 Bug

2011-01-26 Thread Vincent van Ravesteijn
Just as a follow-up. This is bug http://www.lyx.org/trac/ticket/7187 and will be fixed in the next release. Vincent

Re: Lyx on Windows 7 Bug

2010-07-21 Thread Vincent van Ravesteijn
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

Lyx on Windows 7 Bug

2010-07-21 Thread Larry Maturo
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

Re: Should LyX (on Windows) open a new window when clicking on a second .lyx-file?

2009-06-29 Thread Helge Hafting
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

Re: Should LyX (on Windows) open a new window when clicking on a second .lyx-file?

2009-06-29 Thread Jean-Marc Lasgouttes
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

Should LyX (on Windows) open a new window when clicking on a second .lyx-file?

2009-06-29 Thread Christian Ridderström
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

Re: How to debug LyX on Windows?

2007-01-08 Thread Uwe Stöhr
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

Re: How to debug LyX on Windows?

2007-01-08 Thread Bo Peng
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

Re: How to debug LyX on Windows?

2007-01-08 Thread Uwe Stöhr
> 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

Re: How to debug LyX on Windows?

2007-01-07 Thread Peter Kümmel
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: >> >

Re: How to debug LyX on Windows?

2007-01-07 Thread Bo Peng
> : '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

Re: How to debug LyX on Windows?

2007-01-07 Thread Peter Kümmel
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

Re: How to debug LyX on Windows?

2007-01-07 Thread Uwe Stöhr
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/

Re: How to debug LyX on Windows?

2007-01-06 Thread Uwe Stöhr
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

Re: How to debug LyX on Windows?

2007-01-05 Thread Bo Peng
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

Re: How to debug LyX on Windows?

2007-01-05 Thread Bo Peng
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

Re: How to debug LyX on Windows?

2007-01-05 Thread Uwe Stöhr
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

Re: How to debug LyX on Windows?

2007-01-05 Thread Uwe Stöhr
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

Re: How to debug LyX on Windows?

2007-01-05 Thread Bo Peng
> 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

Re: How to debug LyX on Windows?

2007-01-05 Thread Abdelrazak Younes
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

Re: How to debug LyX on Windows?

2007-01-05 Thread Edwin Leuven
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

Re: How to debug LyX on Windows?

2007-01-05 Thread Jean-Marc Lasgouttes
> "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

How to debug LyX on Windows?

2007-01-04 Thread Uwe Stöhr
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

Re: Cannot start LyX on Windows - Scons problem?

2007-01-03 Thread Bo Peng
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

Re: Cannot start LyX on Windows - Scons problem?

2007-01-03 Thread Michael Gerz
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

Re: Cannot start LyX on Windows - Scons problem?

2006-12-30 Thread Bo Peng
Is there a reason for not embedding manifests in the .exe? No, but I need to figure out how. :-) Bo

Re: Cannot start LyX on Windows - Scons problem?

2006-12-23 Thread Bo Peng
(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

Re: Cannot start LyX on Windows - Scons problem?

2006-12-23 Thread Michael Gerz
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

Re: Cannot start LyX on Windows - Scons problem?

2006-12-22 Thread Uwe Stöhr
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

Re: Cannot start LyX on Windows - Scons problem?

2006-12-22 Thread Uwe Stöhr
> 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'

Re: Cannot start LyX on Windows - Scons problem?

2006-12-21 Thread Bo Peng
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

Cannot start LyX on Windows - Scons problem?

2006-12-21 Thread Michael Gerz
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

Re: Installing LyX on Windows 98 - Solved very well with Cygwin

2006-06-05 Thread Stephen Harris
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

Re: Installing LyX on Windows 98 - Solved fairly well with Cygwin

2006-06-05 Thread Enrico Forestieri
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

Re: Installing LyX on Windows 98 - Solved fairly well with Cygwin

2006-06-05 Thread Enrico Forestieri
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

Re: Installing LyX on Windows 98 - Solved fairly well with Cygwin

2006-06-04 Thread Stephen Harris
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

Re: Installing LyX on Windows 98 - Solved fairly well with Cygwin

2006-06-04 Thread Enrico Forestieri
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

Installing LyX on Windows 98 - Solved fairly well with Cygwin

2006-06-03 Thread Stephen Harris
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]

Re: LyX on Windows (MinGW) - Font problem

2005-10-15 Thread Michael Gerz
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

Re: LyX on Windows (MinGW) - Font problem

2005-10-14 Thread Jean-Marc Lasgouttes
> "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

Re: LyX on Windows (MinGW) - Font problem

2005-10-13 Thread Michael Gerz
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

Re: LyX on Windows (MinGW) - Font problem

2005-10-13 Thread Angus Leeming
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

LyX on Windows (MinGW) - Font problem

2005-10-13 Thread Michael Gerz
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

Re: LyX on Windows - Experience Report

2005-04-25 Thread Angus Leeming
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

Re: LyX on Windows - Experience Report

2005-04-25 Thread Jean-Marc Lasgouttes
> "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

Re: LyX on Windows - Experience Report

2005-04-25 Thread Angus Leeming
[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

LyX on Windows - Experience Report

2005-04-24 Thread michael.schmitt
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

Re: LyX on Windows

2005-01-30 Thread Asger Ottar Alstrup
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

Re: LyX on Windows

2005-01-28 Thread Andre Poenitz
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   2   >