Re: LyX on Windows

2005-01-17 Thread Ruurd Reitsma
Hi Angus, The irritating thing with Windows is that all stdout messages get lost somewhere when using the GUI subsystem. You would have to add additional code to handle all debugging messages. Now that isn´t that hard to do, but another issue was that some shell script stopped working when

Re: LyX on Windows

2005-01-17 Thread Ruurd Reitsma
Asger, you might want to look into am2msdev ftp://ftp.slac.stanford.edu/users/pfkeb/automake/. This tool will at least provide you with a skeleton. And, I believe the source even includes a project file, so no scary mingw/cygwin tools. There also seems to be an options to add visual studio

Re: LyX on Windows

2005-01-17 Thread Ruurd Reitsma
Angus Leeming [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Reading this thread http://lists.trolltech.com/qt-interest/2001-11/thread00727-0.html A Windows application does not have any stdout/stderr by default, all output vanishes without a trace for you.But if you want to, you

Re: LyX on Windows

2005-01-17 Thread Ruurd Reitsma
Hi Angus, The irritating thing with Windows is that all stdout messages get lost somewhere when using the GUI subsystem. You would have to add additional code to handle all debugging messages. Now that isn´t that hard to do, but another issue was that some shell script stopped working when

Re: LyX on Windows

2005-01-17 Thread Ruurd Reitsma
Asger, you might want to look into am2msdev ftp://ftp.slac.stanford.edu/users/pfkeb/automake/. This tool will at least provide you with a skeleton. And, I believe the source even includes a project file, so no scary mingw/cygwin tools. There also seems to be an options to add visual studio

Re: LyX on Windows

2005-01-17 Thread Ruurd Reitsma
"Angus Leeming" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Reading this thread > http://lists.trolltech.com/qt-interest/2001-11/thread00727-0.html > > A Windows application does not have any stdout/stderr by default, all > output vanishes without a trace for you.But if you want

Re: LyX needs help: Broken font metrics computation

2005-01-07 Thread Ruurd Reitsma
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ruurd == Ruurd Reitsma [EMAIL PROTECTED] writes: Ruurd, about your distributions: I seem to remember that LyX/Win 1.3.3 was distributed with the docs from the HEAD of lyxdoc, which have been updated for 1.4.0cvs

LyX icon for mingw/cygwin

2005-01-07 Thread Ruurd Reitsma
Angus, maybe you want to include this at some stage. The procedure is quite simple: windres -i lyx.rc -o lyx.o and include lyx.o in the final link step. Cheers, Ruurd begin 666 lyx.ico M```!``$`( ```$` H# [EMAIL PROTECTED]@[EMAIL PROTECTED] $` ``@ P`

Re: LyX needs help: Broken font metrics computation

2005-01-07 Thread Ruurd Reitsma
"Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >>>>> "Ruurd" == Ruurd Reitsma <[EMAIL PROTECTED]> writes: > > Ruurd, about your distributions: I seem to remember that LyX/Win 1.3.3 > was distrib

LyX icon for mingw/cygwin

2005-01-07 Thread Ruurd Reitsma
Angus, maybe you want to include this at some stage. The procedure is quite simple: windres -i lyx.rc -o lyx.o and include lyx.o in the final link step. Cheers, Ruurd begin 666 lyx.ico M```!``$`(" ```$`& "H# [EMAIL PROTECTED]"@[EMAIL PROTECTED] $`& ``@ P`

Re: LyX needs help: Broken font metrics computation

2005-01-06 Thread Ruurd Reitsma
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The 3.2.1nc value is strange. It may be related to the QFontMetrics change I just mentioned elsewhere in this thread. It may be that qt 3.2.x is not usable for us in windows, or that we have to translate the values

Re: LyX needs help: Broken font metrics computation

2005-01-06 Thread Ruurd Reitsma
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ruurd == Ruurd Reitsma [EMAIL PROTECTED] writes: Hmm, these values seem very weird to me... I cannot understand how qt 3.2.1 could have been sooo broken. Some reverse engineering reveils that the height

Re: LyX needs help: Broken font metrics computation

2005-01-06 Thread Ruurd Reitsma
Michael, IMHO there is no need to worry about the behaviour of Qt 3.2.1/Win any more. Yesterday evening, one of the guys of the Free Qt/Win32 team fixed the font metrics bug. I checked the fix and everything looks pretty good. Even the display of math formula has improved _significantly_. At

Re: LyX needs help: Broken font metrics computation

2005-01-06 Thread Ruurd Reitsma
"Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The 3.2.1nc value is strange. It may be related to the QFontMetrics > change I just mentioned elsewhere in this thread. It may be that qt > 3.2.x is not usable for us in windows, or that we have to translate > the

Re: LyX needs help: Broken font metrics computation

2005-01-06 Thread Ruurd Reitsma
"Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >>>>> "Ruurd" == Ruurd Reitsma <[EMAIL PROTECTED]> writes: > Hmm, these values seem very weird to me... I cannot understand how qt > 3.2.1 could ha

Re: LyX needs help: Broken font metrics computation

2005-01-06 Thread Ruurd Reitsma
Michael, > IMHO there is no need to worry about the behaviour of Qt 3.2.1/Win any more. > > Yesterday evening, one of the guys of the Free Qt/Win32 team fixed the font > metrics bug. I checked the fix and everything looks pretty good. Even the > display of math formula has improved

Re: LyX needs help: Broken font metrics computation

2005-01-05 Thread Ruurd Reitsma
Michael Schmitt [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] However, we have a serious problem with the computation of font metrics. I have generated a small test case that illustrates the problem: #include qapplication.h int main(int argc, char **argv) { QApplication

Re: LyX needs help: Broken font metrics computation

2005-01-05 Thread Ruurd Reitsma
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ruurd == Ruurd Reitsma [EMAIL PROTECTED] writes: Ruurd On the Lyx side, this helps: [...] Ruurd At least, with Non-Commercial 3.2.1. So you mean that official Qt/Win and Qt/X have different semantics for font

Re: LyX needs help: Broken font metrics computation

2005-01-05 Thread Ruurd Reitsma
"Michael Schmitt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > However, we have a serious problem with the computation of font metrics. I > have generated a small test case that illustrates the problem: > > #include > > int main(int argc, char **argv) { > QApplication app(argc,

Re: LyX needs help: Broken font metrics computation

2005-01-05 Thread Ruurd Reitsma
"Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >>>>> "Ruurd" == Ruurd Reitsma <[EMAIL PROTECTED]> writes: > > Ruurd> On the Lyx side, this helps: > [...] > Ruurd> At least, with Non-Commercial

Re: Win32 binary for 1.3.5+

2004-12-31 Thread Ruurd Reitsma
Peter, My company uses LyX - seeing the fixes that have gone into 1.3.5 I'd love to have a binary for win32, I believe you two have one. I´ve just made one available at the regular spot. There are still issues with the math fonts however. Ruurd

Re: LyX 1.3 with MinGW

2004-12-31 Thread Ruurd Reitsma
Second issue: As you have already pointed out, the menu separator is not displayed correctly. The same is true for math formulas. For instance, create some simple math formula and then select it: The selection background is shown _below_ the formula! Seems like some offset is computed

Re: LyX 1.3 with MinGW

2004-12-31 Thread Ruurd Reitsma
Here I start swapping. 512MB is just not enough :-( Must be that 1024MB then Ruurd

Re: Win32 binary for 1.3.5+

2004-12-31 Thread Ruurd Reitsma
Peter, >My company uses LyX - seeing the fixes that have gone into 1.3.5 I'd >love to have a binary for win32, I believe you two have one. I´ve just made one available at the regular spot. There are still issues with the math fonts however. Ruurd

Re: LyX 1.3 with MinGW

2004-12-31 Thread Ruurd Reitsma
> > Second issue: As you have already pointed out, the menu separator is not > > displayed correctly. The same is true for math formulas. For instance, > > create some simple math formula and then select it: The selection > > background is shown _below_ the formula! Seems like some offset is > >

Re: LyX 1.3 with MinGW

2004-12-31 Thread Ruurd Reitsma
> Here I start swapping. 512MB is just not enough :-( Must be that 1024MB then Ruurd

Re: LyX 1.3 with MinGW

2004-12-30 Thread Ruurd Reitsma
Congratulations. I bet it took a while. Here it takes me 24 minutes just to link the thing. Linking with a static Qt lib takes 12 seconds here;-) Ruurd

Re: LyX 1.3 with MinGW

2004-12-30 Thread Ruurd Reitsma
> Congratulations. I bet it took a while. Here it takes me 24 minutes just to > link the thing. > Linking with a static Qt lib takes 12 seconds here;-) Ruurd

Re: LyX + MinGW + MinSYS + GPLed QT/Win32 --- success!

2004-12-20 Thread Ruurd Reitsma
--- Andre Poenitz [EMAIL PROTECTED] wrote: On Tue, Dec 14, 2004 at 12:48:40PM +0100, Jean-Marc Lasgouttes wrote: Ruurd It´s already included in mingw, not in MSVC. Ahh, OK. I guess it would be a good idea to incorporate patches for mingw first, and then msvc. Is that doable? Haws

Re: Running the lib/configure script on Windows

2004-12-20 Thread Ruurd Reitsma
script for Win32 rem calls msys sh.exe rem written by Ruurd Reitsma echo %0 SET PATH=%~p0..\..\bin;%PATH% echo %PATH% %~p0..\..\bin\sh.exe --login %0

Re: LyX + MinGW + MinSYS + GPLed QT/Win32 --- success!

2004-12-20 Thread Ruurd Reitsma
--- Andre Poenitz <[EMAIL PROTECTED]> wrote: > On Tue, Dec 14, 2004 at 12:48:40PM +0100, Jean-Marc Lasgouttes wrote: > > Ruurd> It´s already included in mingw, not in MSVC. > > > > Ahh, OK. I guess it would be a good idea to incorporate patches for > > mingw first, and then msvc. Is that doable?

Re: Running the lib/configure script on Windows

2004-12-20 Thread Ruurd Reitsma
sh.exe stolen from msys. Ruurd @echo off rem Configure script for Win32 rem calls msys sh.exe rem written by Ruurd Reitsma echo %0 SET PATH=%~p0..\..\bin;%PATH% echo %PATH% %~p0..\..\bin\sh.exe --login %0

Re: MSVC wrapper

2004-12-16 Thread Ruurd Reitsma
Angus Leeming [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Incidentally, Ruurd, do you need this wrapper at all? Why not patch the scripts in config to generate Makefiles that 'just do the right thing'? I did try that at first, but I wasn´t very successfull. If remember correctly,

Re: MSVC wrapper

2004-12-16 Thread Ruurd Reitsma
"Angus Leeming" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Incidentally, Ruurd, do you need this wrapper at all? Why not patch the > scripts in config to generate Makefiles that 'just do the right thing'? I did try that at first, but I wasn´t very successfull. If remember

Re: Native and GPLed Win32 version

2004-12-15 Thread Ruurd Reitsma
Hi Peter, Peter Kümmel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Here's the project file for qmake: lyx-devel/src/lyx.pro With MSVC, I use a wrapper tool which makes cl.exe grog gcc arguments. Saves you the trouble of maintaining your own project files, besides the autotools

Re: MSVC wrapper

2004-12-15 Thread Ruurd Reitsma
Angus Leeming [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Would it be possible to use MinGW and MinSYS instead of Cygwin? If so, I'll try it out at some stage. For building, yes, but you would need the msys developer kit to compile wrapmsvc.exe. MinSYS being a cygwin derivative.

MSVC wrapper

2004-12-15 Thread Ruurd Reitsma
By request, thisthe wrapper tool thatI use to compile LyX with MSVC. All thanks to the Coin3D project. Cygwin is used to run the autotools and make, but compilation is native Win32 with MSVC. IMO this is the most time efficient way to do it. I have fiddled with Visual Studio projects and

Re: Native and GPLed Win32 version

2004-12-15 Thread Ruurd Reitsma
Asger Kunuk Ottar Alstrup [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Wed, 15 Dec 2004, Ruurd Reitsma wrote: Could you maybe wrap that wrapper script up, along with a README for how to do this? I would suggest to add this to the CVS distribution. Just threw it in the group

Re: Native and GPLed Win32 version

2004-12-15 Thread Ruurd Reitsma
Hi Peter, "Peter Kümmel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Here's the project file for qmake: lyx-devel/src/lyx.pro > With MSVC, I use a wrapper tool which makes cl.exe grog gcc arguments. Saves you the trouble of maintaining your own project files, besides the

Re: MSVC wrapper

2004-12-15 Thread Ruurd Reitsma
"Angus Leeming" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Would it be possible to use MinGW and MinSYS instead of Cygwin? If so, I'll try > it out at some stage. > For building, yes, but you would need the msys developer kit to compile wrapmsvc.exe. MinSYS being a cygwin

MSVC wrapper

2004-12-15 Thread Ruurd Reitsma
By request, this the wrapper tool that I use to compile LyX with MSVC. All thanks to the Coin3D project. Cygwin is used to run the autotools and make, but compilation is native Win32 with MSVC.   IMO this is the most time efficient way to do it. I have fiddled with Visual Studio projects

Re: Native and GPLed Win32 version

2004-12-15 Thread Ruurd Reitsma
"Asger Kunuk Ottar Alstrup" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 15 Dec 2004, Ruurd Reitsma wrote: > Could you maybe wrap that wrapper script up, along with a README for how > to do this? I would suggest to add this to the CVS di

Re: LyX + MinGW + MinSYS + GPLed QT/Win32 --- success!

2004-12-14 Thread Ruurd Reitsma
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I do not remember whether I already pointed it out, but there is a hack in lyx_gui.C for LyX/Mac that fixes such a problem. This is lyx_gui::needs_ugly_metrics_hack() in src/frontends/qt2/lyx_gui.C. Did you try to make

Re: LyX + MinGW + MinSYS + GPLed QT/Win32 --- success!

2004-12-14 Thread Ruurd Reitsma
"Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I do not remember whether I already pointed it out, but there is a >hack in lyx_gui.C for LyX/Mac that fixes such a problem. This is >lyx_gui::needs_ugly_metrics_hack() in src/frontends/qt2/lyx_gui.C. >Did you try

Re: [PATCH 13x, 14x]: Typo in systemcall.C?

2004-12-13 Thread Ruurd Reitsma
Angus Leeming [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Ruurd has changed the invocation of system() under DOS to: system(start /min command); from system(start /min/n command); Ruurd, what's the reason for this? Is it just a typo in the original code? The /n came from

Re: [PATCH 13x, 14x]: Typo in systemcall.C?

2004-12-13 Thread Ruurd Reitsma
"Angus Leeming" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ruurd has changed the invocation of system() under DOS to: > system("start /min "); > from > system("start /min/n "); > > Ruurd, what's the reason for this? Is it just a typo in the original > code? The /n came from

Re: Renaming README.Win32

2004-11-29 Thread Ruurd Reitsma
Angus Leeming [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Edwin Leuven wrote: Here, 'formal support' means merging changes made by Ruurd to get LyX to compile with the half-baked compiler (Borland) that was used to compile the qt/win32 library provided by Trolltech. Hypocritical

Re: Renaming README.Win32

2004-11-29 Thread Ruurd Reitsma
Angus Leeming [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have MinSyS installed on a WinXP machine. I guess I could create a native Windows LyX executable using the gcc toolchain, no? Yep. The regular mingw distro (gcc etc.) + msys will do. There are instructions for Qt on

Re: Renaming README.Win32

2004-11-29 Thread Ruurd Reitsma
"Angus Leeming" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Edwin Leuven wrote: > > Here, 'formal support' means merging changes made by Ruurd to get LyX to > compile with the half-baked compiler (Borland) that was used to compile > the qt/win32 library provided by Trolltech.

Re: Renaming README.Win32

2004-11-29 Thread Ruurd Reitsma
"Angus Leeming" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I have MinSyS installed on a WinXP machine. I guess I could create a > native Windows LyX executable using the gcc toolchain, no? > Yep. The regular mingw distro (gcc etc.) + msys will do. There are instructions for

Re: LyX compiles on Win32 with mingw gpl qt library

2004-09-23 Thread Ruurd Reitsma
Actually, someone already made an installer for Win32. Just haven´t had the time to do anything with it... Ruurd Kayvan A. Sylvan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Wow, that's great! Does that mean that a LyX Win32 installer can be created at some point? Thanks for

Re: LyX compiles on Win32 with mingw gpl qt library

2004-09-23 Thread Ruurd Reitsma
In the Mathed example file, math characters are 1 meter tall, and when scrolling around LyX crashes. Ruurd Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How far is it from being usable? What kind of weird things happens with mathed? We should probably try to

Re: LyX compiles on Win32 with mingw gpl qt library

2004-09-23 Thread Ruurd Reitsma
Georg Baum [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I might try the cross compiler if I find some time. What is the difficult part with qt? It´s very difficult to build with a cross compiler. Much easier to build Qt on windows, and then use the lib on another OS. Ruurd

Re: LyX compiles on Win32 with mingw & gpl qt library

2004-09-23 Thread Ruurd Reitsma
Actually, someone already made an installer for Win32. Just haven´t had the time to do anything with it... Ruurd "Kayvan A. Sylvan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Wow, that's great! Does that mean that a LyX Win32 installer can be created at some point? Thanks for

Re: LyX compiles on Win32 with mingw & gpl qt library

2004-09-23 Thread Ruurd Reitsma
In the Mathed example file, math characters are 1 meter tall, and when scrolling around LyX crashes. Ruurd "Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] How far is it from being usable? What kind of weird things happens with mathed? We should probably try to

Re: LyX compiles on Win32 with mingw & gpl qt library

2004-09-23 Thread Ruurd Reitsma
"Georg Baum" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I might try the cross compiler if I find some time. What is the difficult > part with qt? > It´s very difficult to build with a cross compiler. Much easier to build Qt on windows, and then use the lib on another OS.

LyX compiles on Win32 with mingw gpl qt library

2004-09-22 Thread Ruurd Reitsma
Hi there, just want to let you know that it is now possible to build a native LyX on the evil OS with just free tools. All of this because the qt port in the kde on cygwin project is maturing. What you need is: -LyX 1.3.x CVS -latest mingw with GCC 3.4 http://www.mingw.org/download.shtml -MSYS

LyX compiles on Win32 with mingw & gpl qt library

2004-09-22 Thread Ruurd Reitsma
Hi there, just want to let you know that it is now possible to build a native LyX on the evil OS with just free tools. All of this because the qt port in the kde on cygwin project is maturing. What you need is: -LyX 1.3.x CVS -latest mingw with GCC 3.4 http://www.mingw.org/download.shtml -MSYS

Re: Anybody working on LyX/Qt for Win 32?

2004-07-14 Thread Ruurd Reitsma
Micheal, The reason why I ask is that I am wondering whether I should buy the Qt book with the free and native Qt 3.2/Win non-commercial edition. Has anybody tested it? (If someone else is eager to do the Win32 port (Ruurd? Kuba?) and needs the new Qt library for that purpose, I am willing

Re: Anybody working on LyX/Qt for Win 32?

2004-07-14 Thread Ruurd Reitsma
Micheal, > > The reason why I ask is that I am wondering whether I should buy > the Qt book with the free and native Qt 3.2/Win non-commercial edition. > Has anybody tested it? > > (If someone else is eager to do the Win32 port (Ruurd? Kuba?) and needs > the new Qt library for that purpose, I am

Re: qt3/win noncommercial

2004-03-30 Thread Ruurd Reitsma
That's only for commerical Qt, obviously. Note that I'm currently working on getting a whole crosscompilation setup working with Qt enterprise 3.3.0 for windows, so I'll be making some rpms with distributable stuff (like updated crossmingw32) and will be willing to compile stuff for anybody

Re: qt3/win noncommercial

2004-03-30 Thread Ruurd Reitsma
The most recent .NET compiler (7.1) has better standard conformance than gcc, according to an extensive test in a recent edition of the C++ users journal. I believe you can download a non-optimising version with the .NET SDK for free on Microsoft's web-site. Last time I tried the .NET

Re: qt3/win noncommercial

2004-03-30 Thread Ruurd Reitsma
> That's only for commerical Qt, obviously. > > Note that I'm currently working on getting a whole crosscompilation setup > working with Qt enterprise 3.3.0 for windows, so I'll be making some rpms > with distributable stuff (like updated crossmingw32) and will be willing to > compile stuff for

Re: qt3/win noncommercial

2004-03-30 Thread Ruurd Reitsma
> The most recent .NET compiler (7.1) has better standard conformance > than gcc, according to an extensive test in a recent edition of the C++ > users journal. I believe you can download a non-optimising version with > the .NET SDK for free on Microsoft's web-site. > Last time I tried the .NET

Re: [Lars Jensen] [Web-team] LyX win32 link dead

2004-03-08 Thread Ruurd Reitsma
Back up again on the old site for a while... Ruurd Ruurd Reitsma [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] My crappy dsl provider thinks it´s neccesary to disable my account while moving the physical connection to a new location Will put up a new page elsewhere some time

Re: [Lars Jensen] [Web-team] LyX win32 link dead

2004-03-08 Thread Ruurd Reitsma
Back up again on the old site for a while... Ruurd "Ruurd Reitsma" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > My crappy dsl provider thinks it´s neccesary to disable my account while > moving the physical connection to a new location > > Will

Re: [Lars Jensen] [Web-team] LyX win32 link dead

2004-03-03 Thread Ruurd Reitsma
My crappy dsl provider thinks it´s neccesary to disable my account while moving the physical connection to a new location Will put up a new page elsewhere some time soon. Ruurd Lars Gullik Bjønnes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] What do do about it? Just remove

Re: [Lars Jensen] [Web-team] LyX win32 link dead

2004-03-03 Thread Ruurd Reitsma
My crappy dsl provider thinks it´s neccesary to disable my account while moving the physical connection to a new location Will put up a new page elsewhere some time soon. Ruurd "Lars Gullik Bjønnes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > What do do about it? > Just

Re: Do we want a native Qt/win port?

2003-07-07 Thread Ruurd Reitsma
--- Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote: Andre I thought Ruurd offered (d) as a clean way for us but with less Andre hassle for the user than in the other 'clean' solution. I was Andre just trying to say that the hassle for the user is not much Andre less than to let him compile and

Re: Do we want a native Qt/win port?

2003-07-07 Thread Ruurd Reitsma
--- Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > Andre> I thought Ruurd offered (d) as a clean way for us but with less > Andre> hassle for the user than in the other 'clean' solution. I was > Andre> just trying to say that the hassle for the user is not much > Andre> less than to let him

Re: 1.3.2 for Windoze

2003-06-05 Thread Ruurd Reitsma
Ruurd To get back at my original question: Can I put it on the lyx Ruurd ftp site when I'm done? Well, I still do not know what is involved... Of course, the storage on the server is not a problem. What do you have in your distribution? Didn't I read something about bits of perl or python?

Re: 1.3.2 for Windoze

2003-06-05 Thread Ruurd Reitsma
> Ruurd> To get back at my original question: Can I put it on the lyx > Ruurd> ftp site when I'm done? > > Well, I still do not know what is involved... Of course, the storage > on the server is not a problem. What do you have in your distribution? > Didn't I read something about bits of perl or

Re: 1.3.2 for Windoze

2003-05-30 Thread Ruurd Reitsma
Just to mention another option: I've used 'InnoSetup' at the time I had to create a Windows version of my programms. That creates nice installers which can create icons on the desktop etc and had the benefit that InnoSetup itself as well as the created installers ran fine under Wine. To

Re: 1.3.2 for Windoze

2003-05-30 Thread Ruurd Reitsma
> Just to mention another option: > > I've used 'InnoSetup' at the time I had to create a Windows version of my > programms. That creates nice installers which can create icons on the > desktop etc and had the benefit that InnoSetup itself as well as the > created installers ran fine under Wine. >

New LyX Win32 build 1.3.0

2003-02-27 Thread Ruurd Reitsma
Hi, Just created another win32 build, based on 1.3.0: http://www.home.zonnet.nl/rareitsma/lyx/ This fixes the preferences bug and the table bug. Stripped-down versions of Perl and Python are now included. Known bugs: -Screen updates too often; visible when browsing menus. Actually, the whole

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Ruurd Reitsma
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Did you check the various licenses to make sure that you have the right to distribute this? And what about the Qt license? To be honest, I have no rights to do this. So, please don't sue me ;-) The licence should be

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Ruurd Reitsma
I can compile it for you using latest commercial Qt3 (enterprise) as long as you put proper exclusion in the license. I have done it several times with other software, and it's perfectly OK (legal). Since lyx compiles on gcc 3.2, it should compile with little problem on bcc5.5 that I'm

New LyX Win32 build 1.3.0

2003-02-27 Thread Ruurd Reitsma
Hi, Just created another win32 build, based on 1.3.0: http://www.home.zonnet.nl/rareitsma/lyx/ This fixes the preferences bug and the table bug. Stripped-down versions of Perl and Python are now included. Known bugs: -Screen updates too often; visible when browsing menus. Actually, the whole

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Ruurd Reitsma
"Jean-Marc Lasgouttes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Did you check the various licenses to make sure that you have the > right to distribute this? And what about the Qt license? To be honest, I have no rights to do this. So, please don't sue me ;-) The licence

Re: New LyX Win32 build 1.3.0

2003-02-27 Thread Ruurd Reitsma
> I can compile it for you using latest commercial Qt3 (enterprise) as long as > you put proper exclusion in the license. > > I have done it several times with other software, and it's perfectly OK > (legal). > > Since lyx compiles on gcc 3.2, it should compile with little problem on bcc5.5 > that

New win32 build

2003-01-16 Thread Ruurd Reitsma
Hi, just made a fresh build for win32. This fixes the dialog crashes. It's available at: http://www.home.zonnet.nl/rareitsma/lyx/ All the patches are over there also. Is anyone still interested in adding some of it to CVS, or should I just stop asking? Cheers, Ruurd Btw, this was what caused

New win32 build

2003-01-16 Thread Ruurd Reitsma
Hi, just made a fresh build for win32. This fixes the dialog crashes. It's available at: http://www.home.zonnet.nl/rareitsma/lyx/ All the patches are over there also. Is anyone still interested in adding some of it to CVS, or should I just stop asking? Cheers, Ruurd Btw, this was what caused

LyX for Win32 - Test release

2003-01-07 Thread Ruurd Reitsma
Hi, a couple of days ago, I picked up a fresh cvs version and made a win32 binary. You can check it out here: http://www.home.zonnet.nl/rareitsma/lyx/ Issues that remain are: -finding a suitable replacement for a unix style home directory -fix some external scripts -probably a lot more.

Re: LyX for Win32 - Test release

2003-01-07 Thread Ruurd Reitsma
Philipp Reichmuth [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... One of them that prevents me from testing is the lack of libmmd.dll (that's the Intel compiler's equivalent of libm, and you'll have to redistribute it with the binary application). I've added it

Re: cross compiling

2003-01-07 Thread Ruurd Reitsma
Andre Poenitz [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... /opt/mingw32/install/lib/gcc-lib/i386-mingw32msvc/2.95.2/include/syslimits.h :7, from /opt/mingw32/install/lib/gcc-lib/i386-mingw32msvc/2.95.2/include/limits.h:11 ,

LyX for Win32 - Test release

2003-01-07 Thread Ruurd Reitsma
Hi, a couple of days ago, I picked up a fresh cvs version and made a win32 binary. You can check it out here: http://www.home.zonnet.nl/rareitsma/lyx/ Issues that remain are: -finding a suitable replacement for a unix style home directory -fix some external scripts -probably a lot more.

Re: LyX for Win32 - Test release

2003-01-07 Thread Ruurd Reitsma
"Philipp Reichmuth" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > One of them that prevents me from testing is the lack of libmmd.dll > (that's the Intel compiler's equivalent of libm, and you'll have to > redistribute it with the binary application). I've

Re: cross compiling

2003-01-07 Thread Ruurd Reitsma
"Andre Poenitz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > /opt/mingw32/install/lib/gcc-lib/i386-mingw32msvc/2.95.2/include/syslimits.h :7, > from > /opt/mingw32/install/lib/gcc-lib/i386-mingw32msvc/2.95.2/include/limits.h:11 , >

Re: [PATCH] Native Win32 new and improved

2002-08-22 Thread Ruurd Reitsma
John Levon [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Sat, Aug 17, 2002 at 10:40:00PM +0200, Ruurd Reitsma wrote: A cleaner version of my win32 patch: http://www.xs4all.nl/~ps28/ruurd/lyx_win32.diff.bz2 Why all the s/struct/class/ chan

Re: [PATCH] Native Win32 new and improved

2002-08-22 Thread Ruurd Reitsma
"John Levon" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Sat, Aug 17, 2002 at 10:40:00PM +0200, Ruurd Reitsma wrote: > > > A cleaner version of my win32 patch: > > > > http://www.xs4all.nl/~ps28/ruurd/l

Re: lyxserver

2002-08-19 Thread Ruurd Reitsma
Angus Leeming [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... And I really think that we should ditch pipes as well and move on to local sockets. What about OS/2 and Windows? Do they have local sockets? No local sockets on Windows... Actually, lyxserver

Re: lyxserver

2002-08-19 Thread Ruurd Reitsma
Lars Gullik Bjønnes [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... | No local sockets on Windows... I think they have local sockets on Windows... (at least Java on Windows has LocalSocket) Must be some sort of emulation... AF_UNIX (AF_LOCAL) is just a dummy

Re: lyxserver

2002-08-19 Thread Ruurd Reitsma
"Angus Leeming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > > And I really think that we should ditch pipes as well and move on to > > local sockets. > > What about OS/2 and Windows? Do they have local sockets? > No local sockets on Windows...

Re: lyxserver

2002-08-19 Thread Ruurd Reitsma
"Lars Gullik Bjønnes" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > | No local sockets on Windows... > > I think they have local sockets on Windows... > (at least Java on Windows has LocalSocket) > Must be some sort of emulation... AF_UNIX (AF_LOCAL) is just

[PATCH] Native Win32 new and improved

2002-08-17 Thread Ruurd Reitsma
A cleaner version of my win32 patch: http://www.xs4all.nl/~ps28/ruurd/lyx_win32.diff.bz2 http://www.xs4all.nl/~ps28/ruurd/extra_win32_files.tar.bz2 All #ifdef _WIN32 stuff is now moved to support. A big improvement is a wrapper for VC, taken from the Coin3D project. This allows autoconf

[PATCH] Native Win32 new and improved

2002-08-17 Thread Ruurd Reitsma
A cleaner version of my win32 patch: http://www.xs4all.nl/~ps28/ruurd/lyx_win32.diff.bz2 http://www.xs4all.nl/~ps28/ruurd/extra_win32_files.tar.bz2 All #ifdef _WIN32 stuff is now moved to support. A big improvement is a wrapper for VC, taken from the Coin3D project. This allows autoconf &

Re: [PATCH] Win32 native support II

2002-07-26 Thread Ruurd Reitsma
Kuba Ober [EMAIL PROTECTED] wrote Do you have your VS updated with the latest service pack? I imagine some things that you patch might be VC++ quirks that might have got fixed in SP's. I imagine i would have never gotten this far without the service packs...and even then. I'm not using the

Re: [PATCH] Win32 native support II

2002-07-26 Thread Ruurd Reitsma
"Kuba Ober" <[EMAIL PROTECTED]> wrote > Do you have your VS updated with the latest service pack? I imagine some > things that you patch might be VC++ quirks that might have got fixed in SP's. I imagine i would have never gotten this far without the service packs...and even then. I'm not using

Re: LyX Qt2 on native win32 screenshot

2002-07-15 Thread Ruurd Reitsma
Andre Poenitz [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... What's that 'freeware' thingy in the window title? I am not exactly sure that this reflects the situation properly... It means that Trolltech believes that programmers who forget to supply a name for

Re: LyX Qt2 on native win32 screenshot

2002-07-15 Thread Ruurd Reitsma
It means that Trolltech believes that programmers who forget to supply a name for their program (?) are mostly inclined to write programs called 'freeware'. What a strange assumption. So how does one supply a name then? Well.I have to find out... Ruurd

  1   2   >