Win32-release

2003-02-13 Thread Claus Hentschel
According to the current README I've removed XForms 0.89.6 and tried to use XForms 1.0 and/or Qt! A new Cygwin release with a new gcc 3.2 compiler. The new xforms 1.0 as well as the new choice to use the Qt frontend and the new lyx 1.3.0 sources: Too much changes in a too short time 8((

Win32-release

2003-02-13 Thread Claus Hentschel
According to the current README I've removed XForms 0.89.6 and tried to use XForms 1.0 and/or Qt! A new Cygwin release with a new gcc 3.2 compiler. The new xforms 1.0 as well as the new choice to use the Qt frontend and the new lyx 1.3.0 sources: Too much changes in a too short time 8((

Re: Remove trailing \r when reading...

2003-01-08 Thread Claus Hentschel
Not with Win32! Have a look into src/support/os_win32.C. There os::read:mode() does return rb for Win32! I think this has nothing to do with the \r in LaTeX.C. There an ordinary ifstream is used without giving the std::ios_base::binary flag, so this should read in text mode. What the *

Re: Remove trailing \r when reading...

2003-01-08 Thread Claus Hentschel
| Of course it could be done easier with | ifstream ifs(tmp.c_str(), ios::in | ios::text); | Maybe we should include that instead ;-) And we can rewrite all calls to | open a file for both reading and writing. | | Does that work? No, not with gcc, because gcc is conform with ANSI.

Re: Remove trailing \r when reading...

2003-01-08 Thread Claus Hentschel
| ios::text? No. It is a non-standard flag. | ... | ios::binary otoh is a standard flag and should work everywhere. | | So there seems not to be another way then removong those trailing \r's the | way I'v done. We do need that in all cases where text read from a (binary) | opened file is

Re: Remove trailing \r when reading...

2003-01-08 Thread Claus Hentschel
> > Not with Win32! Have a look into src/support/os_win32.C. There > > os::read:mode() does return "rb" for Win32! > > I think this has nothing to do with the \r in LaTeX.C. There an ordinary > ifstream is used without giving the std::ios_base::binary flag, so this > should read in text mode. > >

Re: Remove trailing \r when reading...

2003-01-08 Thread Claus Hentschel
> | > Of course it could be done easier with > | > ifstream ifs(tmp.c_str(), ios::in | ios::text); > | > Maybe we should include that instead ;-) And we can rewrite all calls to > | > open a file for both reading and writing. > | > | Does that work? No, not with gcc, because gcc is conform

Re: Remove trailing \r when reading...

2003-01-08 Thread Claus Hentschel
> | > ios::text? No. It is a non-standard flag. > | > ... > | > ios::binary otoh is a standard flag and should work everywhere. > | > | So there seems not to be another way then removong those trailing \r's the > | way I'v done. We do need that in all cases where text read from a (binary) > |

Re: Remove trailing \r when reading...

2003-01-07 Thread Claus Hentschel
Lars Andre Poenitz [EMAIL PROTECTED] writes: Lars | On Tue, Jan 07, 2003 at 12:31:00PM +0100, Andre' Poenitz wrote: Lars | I just got confirmation from de.comp.lang.iso-c++ that | Lars getline() should never return the '\r' if the stream is in | Lars text mode. That's the reason! In Lyx

Re: Remove trailing \r when reading...

2003-01-07 Thread Claus Hentschel
That's the reason! In Lyx we do open *all* files the same way, i.e. in binary mode by default. No, the default mode is text. Not with Win32! Have a look into src/support/os_win32.C. There os::read:mode() does return rb for Win32! To distinguish between text/binary mode we should have to

Re: Remove trailing \r when reading...

2003-01-07 Thread Claus Hentschel
> Lars> Andre Poenitz <[EMAIL PROTECTED]> writes: > Lars> | On Tue, Jan 07, 2003 at 12:31:00PM +0100, Andre' Poenitz wrote: > Lars> | > I just got confirmation from de.comp.lang.iso-c++ that | > > Lars> getline() should never return the '\r' if the stream is in | > > Lars> text mode. That's the

Re: Remove trailing \r when reading...

2003-01-07 Thread Claus Hentschel
> > That's the reason! In Lyx we do open *all* files the same way, i.e. in > > binary mode by default. > > No, the default mode is text. Not with Win32! Have a look into src/support/os_win32.C. There os::read:mode() does return "rb" for Win32! > > To distinguish between text/binary mode we

Compilation errors

2002-09-09 Thread Claus Hentschel
Trying to compile release 1.2.1 on both Win32/Cygwin and SuSE 8.0 I do get errors, because #include FORMS_H_LOCATION can't be resolved by the C-preprocessor. A diff with 1.2.0 shows that src/config.h does not include any xforms stuff in particular that #define FORMS_H_LOCATION needed above.

Compilation errors

2002-09-09 Thread Claus Hentschel
Trying to compile release 1.2.1 on both Win32/Cygwin and SuSE 8.0 I do get errors, because #include FORMS_H_LOCATION can't be resolved by the C-preprocessor. A diff with 1.2.0 shows that src/config.h does not include any xforms stuff in particular that #define FORMS_H_LOCATION needed above.

Fw: Win32 patch

2002-06-26 Thread Claus Hentschel
Because I neither haven't got an answer from JMarc nor have found the win32 announcement at lyx.org I do forward my Win32 patch to this list directly. - Original Message - From: Claus Hentschel [EMAIL PROTECTED] To: Jean-Marc Lasgouttes [EMAIL PROTECTED] Sent: Friday, June 21, 2002 12:07

margins with a4 paper

2002-06-26 Thread Claus Hentschel
I'd a problem to control the margins with Lyx 1.2.0 some days ago (and a quick and dirty(?)fix for it): If you do use A4 paper as your default papersize and you decide to make own margin settings in Layout-Document then package geometry will be called in the tex file. But those values you do

Fw: Win32 patch

2002-06-26 Thread Claus Hentschel
Because I neither haven't got an answer from JMarc nor have found the win32 announcement at lyx.org I do forward my Win32 patch to this list directly. - Original Message - From: "Claus Hentschel" <[EMAIL PROTECTED]> To: "Jean-Marc Lasgouttes" <[EMAIL PROT

margins with a4 paper

2002-06-26 Thread Claus Hentschel
I'd a problem to control the margins with Lyx 1.2.0 some days ago (and a quick and dirty(?)fix for it): If you do use A4 paper as your default papersize and you decide to make own margin settings in Layout->Document then package geometry will be called in the tex file. But those values you do

Re: Images in 1.2.0/Win32

2002-06-14 Thread Claus Hentschel
Ruurd, Lyx 1.2.0 seems to run stable on my system now. I've started to rewrite the html docu because of many changes in setting up Lyx. I've packages Lyx together with the following 1) newest XFree-DLL's 2) ImageMagick compiles under Cygwin 3) epstopdf.exe compiled under Cygwin The

Re: Images in 1.2.0/Win32

2002-06-14 Thread Claus Hentschel
Ruurd, Lyx 1.2.0 seems to run stable on my system now. I've started to rewrite the html docu because of many changes in setting up Lyx. I've packages Lyx together with the following 1) newest XFree-DLL's 2) ImageMagick compiles under Cygwin 3) epstopdf.exe compiled under Cygwin The

Re: Images in 1.2.0/Win32

2002-06-13 Thread Claus Hentschel
It works 8-)) i.e. XPM files can be viewed inside Lyx! You wrote: To reiterate what Angus says, there is the following in rgb_db.c in xforms 1.0rc4: static char *rgbfile[] = { /usr/lib/X11/rgb.txt, /* typical */ /usr/local/lib/X11/rgb.txt, /* try */ #if defined(sun) ||

Re: Images in 1.2.0/Win32

2002-06-13 Thread Claus Hentschel
It works 8-)) i.e. XPM files can be viewed inside Lyx! You wrote: > To reiterate what Angus says, there is the following in rgb_db.c in > xforms 1.0rc4: > > static char *rgbfile[] = > { > "/usr/lib/X11/rgb.txt", /* typical */ > "/usr/local/lib/X11/rgb.txt", /* try */ > #if

Images in 1.2.0/Win32

2002-06-12 Thread Claus Hentschel
First of all: The new Lyx really looks great ;-) I'm still preparing the Win32 port of Lyx 1.2.0. So far I've successfully compiled 1.2.0 on Win32/Cygwin after some manually changes in config.h. These changes were necessary because autoconf/configure wasn't able to check the existance of some

Images in 1.2.0/Win32

2002-06-12 Thread Claus Hentschel
Hi, it's me again ;-) Obviously XPM now is the preferred image format in Lyx, right?! I've found, too the problem to convert EPS into XPM format and it have it fixed. As always before it's a pathname problem, i.e. pathes should be os::external_path()'ed when building the convert script. But

Images in 1.2.0/Win32

2002-06-12 Thread Claus Hentschel
First of all: The new Lyx really looks great ;-) I'm still preparing the Win32 port of Lyx 1.2.0. So far I've successfully compiled 1.2.0 on Win32/Cygwin after some manually changes in config.h. These changes were necessary because autoconf/configure wasn't able to check the existance of some

Images in 1.2.0/Win32

2002-06-12 Thread Claus Hentschel
Hi, it's me again ;-) Obviously XPM now is the preferred image format in Lyx, right?! I've found, too the problem to convert EPS into XPM format and it have it fixed. As always before it's a pathname problem, i.e. pathes should be os::external_path()'ed when building the convert script. But

Patch for Lyx on Win32/Cygnus

2002-01-22 Thread Claus Hentschel
Attached is my patch against the sources to make Lyx running on Win32 using the Cygwin environment (release 1.3.6). Maybe someone is interested and this patch will be included in future releases. Some remarks to that patch: 1) lib/configure.m4 wasn't part of the sources tarball. I've picked

Patch for Lyx on Win32/Cygnus

2002-01-22 Thread Claus Hentschel
Attached is my patch against the sources to make Lyx running on Win32 using the Cygwin environment (release 1.3.6). Maybe someone is interested and this patch will be included in future releases. Some remarks to that patch: 1) lib/configure.m4 wasn't part of the sources tarball. I've picked

Makefile problems with current cvs

2001-06-29 Thread Claus Hentschel
JMarc and me are trying to merge all current diffs concerning Win32 into the current cvs. I have downloaded it today from the US and changed all things which still are not merged into cvs taken from Ruurds patch file. I've tried to configure and compile LyX. But I do have many problems because

Makefile problems with current cvs

2001-06-29 Thread Claus Hentschel
JMarc and me are trying to merge all current diffs concerning Win32 into the current cvs. I have downloaded it today from the US and changed all things which still are not merged into cvs taken from Ruurds patch file. I've tried to configure and compile LyX. But I do have many problems because

Fix for pdflatex's dependency file

2001-06-25 Thread Claus Hentschel
I don't know if the pdflatex problem already has been fixed but here is what I have made to fix the problem for Win32 (just inserted one character into the sources): Problem: pdflatex writes the following third line into the log: (sample.tex{pdftex.cfg} instead of latex where the

Fix for pdflatex's dependency file

2001-06-25 Thread Claus Hentschel
I don't know if the pdflatex problem already has been fixed but here is what I have made to fix the problem for Win32 (just inserted one character into the sources): Problem: pdflatex writes the following third line into the log: (sample.tex{pdftex.cfg} instead of latex where the

bib/bst-file entries in dep-file

2001-06-07 Thread Claus Hentschel
Ruurd, what's going wrong is, that the full path of the bib-file (as well as an entry to plain.bst which furthermore has an ^M in its dep-file line near the end) should not be appended to the tmpdir-pathname! So far as I have tested, the bib-entry into the dep-file will NOT be done in

bib/bst-file entries in dep-file

2001-06-07 Thread Claus Hentschel
Ruurd, what's going wrong is, that the full path of the bib-file (as well as an entry to plain.bst which furthermore has an ^M in its dep-file line near the end) should not be appended to the tmpdir-pathname! So far as I have tested, the bib-entry into the dep-file will NOT be done in

dependencies error (makeindex error before)

2001-06-06 Thread Claus Hentschel
I have made some tests on Linux and Win32. There are two problems (one new): 1. Under Linux the dep-file has an entry 'sample.idx' under Win32 there is no entry in th edep file!?!?! So far as I have tested: if this will be written into the dep file, all the makeindex stuff runs well! The error

dependencies error (makeindex error before)

2001-06-06 Thread Claus Hentschel
I have made some tests on Linux and Win32. There are two problems (one new): 1. Under Linux the dep-file has an entry 'sample.idx' under Win32 there is no entry in th edep file!?!?! So far as I have tested: if this will be written into the dep file, all the makeindex stuff runs well! The error

Makeindex error

2001-06-05 Thread Claus Hentschel
Following message I have sent to JMarc and Ruurd ([EMAIL PROTECTED]) who helped me porting Lyx to Win32. I don't know if this is only a Win32 problem but makeindex will not be called although a missing *.ind file has been detected by latex (and not by LyX): = begin

Makeindex error

2001-06-05 Thread Claus Hentschel
Following message I have sent to JMarc and Ruurd ([EMAIL PROTECTED]) who helped me porting Lyx to Win32. I don't know if this is only a Win32 problem but makeindex will not be called although a missing *.ind file has been detected by latex (and not by LyX): = begin

What's wrong with the new Tables!?

2001-03-09 Thread Claus Hentschel
I am using LyX since Lyx 1.0.4 on both Linux and Windows system. Up to Lyx 1.1.6 (fix1) I always was able to use LyX's source files on both systems regardless where they have been written! Now I have many problems with tables in 1) newly created files, i.e. with 1.1.6fix1 2) some old

Re: What's wrong with the new Tables!?

2001-03-09 Thread Claus Hentschel
Allan (Allan Rae [EMAIL PROTECTED]) had mentioned the solution: The new tabular code can't handle CR (\r)! Although I have tried to remove them within Win32 (maybe I had made anything wrong;-)) using vim, another test in Linux makes all things as expected! Conclusion: Removing those

What's wrong with the new Tables!?

2001-03-09 Thread Claus Hentschel
I am using LyX since Lyx 1.0.4 on both Linux and Windows system. Up to Lyx 1.1.6 (fix1) I always was able to use LyX's source files on both systems regardless where they have been written! Now I have many problems with tables in 1) newly created files, i.e. with 1.1.6fix1 2) some old

Re: What's wrong with the new Tables!?

2001-03-09 Thread Claus Hentschel
Allan (Allan Rae <[EMAIL PROTECTED]>) had mentioned the solution: The new tabular code can't handle CR (\r)! Although I have tried to remove them within Win32 (maybe I had made anything wrong;-)) using vim, another test in Linux makes all things as expected! Conclusion: Removing those

German key bindings not usable

2001-02-06 Thread Claus Hentschel
Please note that I am NOT subscribed to lyx-devel! So please at least don't forget to send a copy to me! Thank you! Beginning with 1.1.6 LyX by default offers the new menu layout. If using this (what is recommended) together with

German key bindings not usable

2001-02-06 Thread Claus Hentschel
Please note that I am NOT subscribed to lyx-devel! So please at least don't forget to send a copy to me! Thank you! Beginning with 1.1.6 LyX by default offers the new menu layout. If using this (what is recommended) together with

Win32-Port

2001-01-19 Thread Claus Hentschel
At the moment I am not subscribed at lyx-devel, so please at least CC to [EMAIL PROTECTED] if answering to that topic! (thank you!) I am now trying to get 1.1.6 run on Win32. Obviously there has been changed so much in

Re: Win32-Port

2001-01-19 Thread Claus Hentschel
for all insets, or only for "new" ones that use sigc++ signals and slots to trigger the dialog? Eg: Citation is new but Bibtex and Bibitem are old. Angus On Friday 19 January 2001 09:31, Claus Hentschel wrote: At the moment I am not subscribed at lyx-devel, so please a

Win32-Port

2001-01-19 Thread Claus Hentschel
At the moment I am not subscribed at lyx-devel, so please at least CC to [EMAIL PROTECTED] if answering to that topic! (thank you!) I am now trying to get 1.1.6 run on Win32. Obviously there has been changed so much in

Re: Win32-Port

2001-01-19 Thread Claus Hentschel
rue for all insets, or only for "new" ones that use sigc++ signals > and slots to trigger the dialog? > > Eg: Citation is new but Bibtex and Bibitem are old. > > Angus > > > > On Friday 19 January 2001 09:31, Claus Hentschel wrote: > > At the moment I am n

Re: V1.14fix2 on Win32

2000-03-27 Thread Claus Hentschel
Jean-Marc Lasgouttes wrote: "Claus" == Claus Hentschel [EMAIL PROTECTED] writes: Claus Am i right when I patch the fix1 sources and after that install Claus the fix2 patch? Yes the right order is: get 1.1.4 apply 1.1.4fix1 apply 1.1.4fix2 apply any other patch you like

Re: V1.14fix2 on Win32

2000-03-27 Thread Claus Hentschel
Jean-Marc Lasgouttes wrote: > >>>>> "Claus" == Claus Hentschel <[EMAIL PROTECTED]> writes: > > Claus> Am i right when I patch the fix1 sources and after that install > Claus> the fix2 patch? > > Yes the right order is: > > get 1.1.4 &g

Re: V1.14fix2 on Win32

2000-03-25 Thread Claus Hentschel
From: Dekel wrote: | If there is an error - and there still are a lot of in my files which did | not come up in fix1 - than in fix2 near the error boxes there are some | characters removed from what I have written before. So fixing one | error and That is a bug. Kaywan posted a fix

Re: V1.14fix2 on Win32

2000-03-25 Thread Claus Hentschel
I've patched 1.1.4fix1 with your sent patch and have compiled it. This results in an unresolved external 'sort' when linking lyx(.exe) 8-( What am I missing, what is not part of the LyX source code? Regards Claus

Re: V1.14fix2 on Win32

2000-03-25 Thread Claus Hentschel
From: Dekel wrote: > > | If there is an error - and there still are a lot of in my files which did > > | not come up in fix1 - than in fix2 near the error boxes there are some > > | characters removed from what I have written before. So fixing one > > | error and > > > > That is a bug. Kaywan

Re: V1.14fix2 on Win32

2000-03-25 Thread Claus Hentschel
I've patched 1.1.4fix1 with your sent patch and have compiled it. This results in an unresolved external 'sort' when linking lyx(.exe) 8-( What am I missing, what is not part of the LyX source code? Regards Claus

Re: V1.14fix2 on Win32

2000-03-24 Thread Claus Hentschel
Jaen-Marc wrote: Claus BTW: What about that "file not found error" with relative files Claus included? The problem could be fixed when setting \use_tempdir Claus false But: in that case I can't access the Logfile, so 'View Claus Latex Logfile..' results in a window, telling me that it cannot

Re: V1.14fix2 on Win32

2000-03-24 Thread Claus Hentschel
Jaen-Marc wrote: > Claus> BTW: What about that "file not found error" with relative files > Claus> included? The problem could be fixed when setting \use_tempdir > Claus> false But: in that case I can't access the Logfile, so 'View > Claus> Latex Logfile..' results in a window, telling me that it

V1.14fix2 on Win32

2000-03-23 Thread Claus Hentschel
I've got some information that cygwin has fixed some problems concerning process generation in a new (although beta) cygwin.dll. So I fetched that dll and recompiled 1.1.4fix1 with only one change in the sources. This change (I mailed this some days ago) is the flag O_RDONLY | O_BINARY

Re: V1.14fix2 on Win32

2000-03-23 Thread Claus Hentschel
Yes, the parsing of log file is improved in fix2. Does this mean that beginning with fix2 you can't use all style files within LyX, although they could be used before and in pure LaTeX? Claus

Re: V1.14fix2 on Win32

2000-03-23 Thread Claus Hentschel
Jean-Marc Lasgouttes wrote: No, that means that there was an error in the way you used the file, and now LyX tells you about it (I think). If you send a short example file, along with the .log and .tex, we might be able to help. I've included all necessary files to reproduce that error. Try

V1.14fix2 on Win32

2000-03-23 Thread Claus Hentschel
I've got some information that cygwin has fixed some problems concerning process generation in a new (although beta) cygwin.dll. So I fetched that dll and recompiled 1.1.4fix1 with only one change in the sources. This change (I mailed this some days ago) is the flag O_RDONLY | O_BINARY

Re: V1.14fix2 on Win32

2000-03-23 Thread Claus Hentschel
> Yes, the parsing of log file is improved in fix2. Does this mean that beginning with fix2 you can't use all style files within LyX, although they could be used before and in pure LaTeX? Claus

Re: V1.14fix2 on Win32

2000-03-23 Thread Claus Hentschel
Jean-Marc Lasgouttes wrote: > No, that means that there was an error in the way you used the file, > and now LyX tells you about it (I think). If you send a short example > file, along with the .log and .tex, we might be able to help. I've included all necessary files to reproduce that error.

Bug in Lyx 1.1.4

2000-03-03 Thread Claus Hentschel
Hi anybody! Maybe you Know, that I'm working on ports for Win32 of Lyx. There were some messages a few weeks ago, concerning that port! Now some people asked me because it is not possible to enable german, dutch or whatever menus in Lyx? And of course this does not work with my port - But it

Bug in Lyx 1.1.4

2000-03-03 Thread Claus Hentschel
Hi anybody! Maybe you Know, that I'm working on ports for Win32 of Lyx. There were some messages a few weeks ago, concerning that port! Now some people asked me because it is not possible to enable german, dutch or whatever menus in Lyx? And of course this does not work with my port - But it

How to apply a patch?

2000-02-22 Thread Claus Hentschel
I've fetched lyx-1.1.4fix1.gz from the official web site. How can I patch my source files using the included text file? Thanks in advance Claus

How to apply a patch?

2000-02-22 Thread Claus Hentschel
I've fetched lyx-1.1.4fix1.gz from the official web site. How can I patch my source files using the included text file? Thanks in advance Claus

Re: Latest win32 port

2000-02-21 Thread Claus Hentschel
Lars Jensen wrote: Is there a specific site where the latest win32 port can always be found? I noticed that www.lyx.org has a link to v.1.0.4, while others on the mailing list appear to have v.1.1.4. It seems that Steven van Dijk has released the 'official' win32 port for LyX. I Don't know

Re: Latest win32 port

2000-02-21 Thread Claus Hentschel
> Lars Jensen wrote: > Is there a specific site where the latest win32 port can always be > found? I noticed that www.lyx.org has a link to v.1.0.4, while others on > the mailing list appear to have v.1.1.4. It seems that Steven van Dijk has released the 'official' win32 port for LyX. I Don't

Re: Changes made for Win98

2000-02-16 Thread Claus Hentschel
: # -- - On Thu, 25 Nov 1999, Claus Hentschel wrote: Is it true, that mingw32 do not support signals due to the underlaying windows opsys? I got messages that struct sigaction (usually defined in sys/signal.h) is not known, so my

Re: Changes made for Win98

2000-02-16 Thread Claus Hentschel
lowing mail some time ago: # -- ----- On Thu, 25 Nov 1999, Claus Hentschel wrote: > Is it true, that mingw32 do not support signals due to the underlaying > windows opsys? I got messages that struct sigaction (us

Undefined reference to regex-functions

2000-02-15 Thread Claus Hentschel
I tried to compile Lyx 1.1.4 on Win98 using cygnus. The problrm is, that on my system originally regex was NOT installed! The configuration didn't set HAVE_REGEX_H so it should be lyxregex.h included -- BUT LYXREGEX.H IS NOT PART OF THE SOURCE PACKAGE! I fetched regex-0.12 and installed regex.h

LyX1.1.4 on Win98

2000-02-15 Thread Claus Hentschel
Thank you for the inlined lyxregex.h! I removed my symblink and installed your file instead -- and all went well ;) So Lyx 1.1.4 is running under Win98!! I will make a distribution file (ZIP) and put it into the web for others, who are interested in the next days! I send a message to @lyx-users@!

Changes made for Win98

2000-02-15 Thread Claus Hentschel
LyX 1.1.4 could be compiled on Win98 using the cygnus environment with the released source tar file when the missing file lyxregex.h is available. Furthermore one needs regex-0.12, i.e. regex.c and regex.h both copied into src/support. This compiled out-of-the-box-Lyx runs stable so long as you

Undefined reference to regex-functions

2000-02-15 Thread Claus Hentschel
I tried to compile Lyx 1.1.4 on Win98 using cygnus. The problrm is, that on my system originally regex was NOT installed! The configuration didn't set HAVE_REGEX_H so it should be lyxregex.h included -- BUT LYXREGEX.H IS NOT PART OF THE SOURCE PACKAGE! I fetched regex-0.12 and installed regex.h

LyX1.1.4 on Win98

2000-02-15 Thread Claus Hentschel
Thank you for the inlined lyxregex.h! I removed my symblink and installed your file instead -- and all went well ;) So Lyx 1.1.4 is running under Win98!! I will make a distribution file (ZIP) and put it into the web for others, who are interested in the next days! I send a message to @lyx-users@!

Changes made for Win98

2000-02-15 Thread Claus Hentschel
LyX 1.1.4 could be compiled on Win98 using the cygnus environment with the released source tar file when the missing file lyxregex.h is available. Furthermore one needs regex-0.12, i.e. regex.c and regex.h both copied into src/support. This compiled out-of-the-box-Lyx runs stable so long as you

More strange results

1999-11-16 Thread Claus Hentschel
I tried to debug a little bit in figinset.C to learn a little bit about what the child process is doing. I tried the following: if (pid == 0) { // child char **env, rbuf[80], gbuf[40]; int ne = 0; Display* tempdisp = XOpenDisplay(XDisplayName(0)); FilePtr

More strange results

1999-11-16 Thread Claus Hentschel
I tried to debug a little bit in figinset.C to learn a little bit about what the child process is doing. I tried the following: if (pid == 0) { // child char **env, rbuf[80], gbuf[40]; int ne = 0; Display* tempdisp = XOpenDisplay(XDisplayName(0)); FilePtr

Lyx 1.1.2 ported to Windows98

1999-11-12 Thread Prof. Dr. Claus Hentschel
I've succesfully compiled Lyx 1.1.2 with Cygnus B20.1 on my system. I don't know how to make this public, so I tell you what problems I had and what I've done to fix those! 1. I've got the source lyx.1.1.2.tar.gz from a mentioned ftp server. 2. I've configured lyx with following options:

Lyx 1.1.2 ported to Windows98

1999-11-12 Thread Prof. Dr. Claus Hentschel
I've succesfully compiled Lyx 1.1.2 with Cygnus B20.1 on my system. I don't know how to make this public, so I tell you what problems I had and what I've done to fix those! 1. I've got the source lyx.1.1.2.tar.gz from a mentioned ftp server. 2. I've configured lyx with following options:

Problem with Port to Cygwin

1999-11-11 Thread Prof. Dr. Claus Hentschel
I tried to port Lyx 1.1.2 to Win98 using the cygwin-b20.1 environment, i.e gcc 2.95. What I first have done is to configure Lyx as by calling following script: === #!/bin/sh ./configure --prefix=/apps/lyx112 \ --x-includes=/usr/X11r64/include \

Problem with Port to Cygwin

1999-11-11 Thread Prof. Dr. Claus Hentschel
I tried to port Lyx 1.1.2 to Win98 using the cygwin-b20.1 environment, i.e gcc 2.95. What I first have done is to configure Lyx as by calling following script: === #!/bin/sh ./configure --prefix=/apps/lyx112 \ --x-includes=/usr/X11r64/include \

Bug in Lyx 1.0.4

1999-10-27 Thread Claus Hentschel
Hi anybody! I'm still moving from Microsoft Word 97 to Lyx, because I need to write text with many math. formulas. That's obviously too hard for that tool :-(( Lyx seems to be great! But I found a minor bug in the MathEditor. When inserting a math. logical or (like a letter 'v') than you see

Bug in Lyx 1.0.4

1999-10-27 Thread Claus Hentschel
Hi anybody! I'm still moving from Microsoft Word 97 to Lyx, because I need to write text with many math. formulas. That's obviously too hard for that tool :-(( Lyx seems to be great! But I found a minor bug in the MathEditor. When inserting a math. logical or (like a letter 'v') than you see