Re: problems installing lyx ( windows 7)

2014-12-03 Thread STF
On 3 December 2014 at 10:23, Arantza Ugidos  wrote:

> Good morning, I want to install lyx in my computer but I keep getting the
> following message:  Error opening the \bin\lyx.exe file.
>
>
>
> Does somebody know which may be the cause of this error message?
>
>
>
> Thank you very much,
>
>
>
> Arantza
>

When did you get such error message?  During install or after install?


Re: problems installing lyx on macosx lion

2012-08-19 Thread Steve Litt
On Fri, 17 Aug 2012 00:53:31 -0500, Pedro Romero A said:
> Hi all
> 
> I have been trying for hours to install the latest version of lyx on
> my mac osx 10.7.4.
> and I keep getting this message
[clip]
> 
> ** qt 4 library not found !

Hi Pedro,

LyX has been much harder to compile ever since they switched from
xforms to qt4. 

Stephan Witt had a good idea -- if you can install LyX from a package,
and if it works, and if it's the right version for you, install from a
package. If not, here are some suggestions for taming the LyX vs qt4
beast:

* A lot of times you need to install a whole bunch of non-obvious
  components of qt4. Use your package manager to install anything
  remotely connected to qt4. Remember what you installed, so you can
  remove the unnecessary ones once you get LyX working.

* Be aware of some unexpected behavior: When you blow a compile, you
  need to delete your whole compile tree and restore it from the
  original tarball. Otherwise, sometimes, ghosts of failures past can
  sabotage what otherwise would be a successful compile.

HTH,

SteveT

Steve Litt*  http://www.troubleshooters.com/
  *  http://twitter.com/stevelitt
Troubleshooting Training  *  Human Performance



Re: problems installing lyx on macosx lion

2012-08-19 Thread Stephan Witt
Am 17.08.2012 um 20:02 schrieb Pedro Romero A:

> Hi Stephan
> I was doing this
> 
> cd /Applications/lyx-2.0.4
> then ./configure
> I also tried ./configure with options for libraries for qt4 in the
> directories that I´ve found in my machine
> I i´ve got the same result
> 
> I did what you told me and read the Install macOSX, I run CPPFLAGS and
> QTCORE…and i´ve got a worst result, the compiler did not work.
> 
> Then, I use autogen.sh
> then ./configure --with-qt4-dir=/path/to/Qt4
> 
> and I still got the same message
> 
> "qt4 library not found"
> 
> I do not really know what to do now!
> 

Hi Pedro,

why do you want to compile LyX yourself in /Applications/lyx-2.0.4?

1. You should consider to use the ready to run package from www.lyx.org

2. If you want LyX compile yourself you should work in your home dir

3. This is working for me (with Mac OS X 10.6):
- Download Qt4 (I did it with 4.7.4 when this was current)
  I'm using the 32bit developer version for Leopard (10.5).
  The tools are installed here: /Developer/Tools/Qt
  The Headers are here: /Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks
  If you've grabbed another version you have to look for the correct values.
- Checkout the LyX sources (the source tree is in my home dir)
  Run autogen.sh there.
- Create a build directory to separate source and build results.
- Prepare the environment
 export QT4_CORE_CFLAGS=-FQtCore
 export QT4_CORE_LIBS="-framework QtCore"
 export QT4_FRONTEND_CFLAGS=-FQtGui
 export QT4_FRONTEND_LIBS="-framework QtGui"
 export PKG_CONFIG=
 export LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 
-mmacosx-version-min=10.5"
 export CPPFLAGS="$LDFLAGS 
-I/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtCore.framework/Headers 
-I/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtGui.framework/Headers"
 export PATH="/Developer/Tools/Qt:$PATH"
- Run configure and make
 cd build-dir && ../lyx-dir/configure --with-included-gettext && make

Stephan


> 
> On Fri, Aug 17, 2012 at 11:37 AM, Stephan Witt  wrote:
>> Am 17.08.2012 um 07:53 schrieb Pedro Romero A:
>> 
>>> Hi all
>>> 
>>> I have been trying for hours to install the latest version of lyx on
>>> my mac osx 10.7.4.
>>> and I keep getting this message
>>> 
>>> Configuration
>>> Host type:x86_64-apple-darwin11.4.0
>>> Special build flags:  build=release
>>> C   Compiler: gcc
>>> C   Compiler LyX flags:
>>> C   Compiler flags: -O2
>>> C++ Compiler: g++ (4.2.1)
>>> C++ Compiler LyX flags:
>>> C++ Compiler flags: -O2
>>> Linker flags:
>>> Linker user flags:
>>> Qt 4 Frontend:
>>> Qt 4 version:
>>> Packaging:macosx
>>> LyX binary dir:   /Applications/LyX.app/Contents/MacOS
>>> LyX files dir:/Applications/LyX.app/Contents/Resources
>>> 
>>>  The following problems have been detected by configure.
>>>  Please check the messages below before running 'make'.
>>>  (see the section 'Problems' in the INSTALL file)
>>> 
>>> ** qt 4 library not found !
>>> 
>>> 
>>> I have installed the latest qtSDK, I also installed the libraries, and
>>> I even have installed from source from this site
>>> http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x
>>> 
>>> and I am unable to fix this problem
>>> 
>>> please can you help me?
>> 
>> Hi Pedro,
>> 
>> how do you call configure? Did you read INSTALL.MacOSX?
>> 
>> Please try the following:
>> 
>> CPPFLAGS="-I/Library/Frameworks/QtCore.framework/Headers 
>> -I/Library/Frameworks/QtGui.framework/Headers" configure
>> 
>> Just in case the Qt headers are there... or change it accordingly.
>> 
>> Stephan
> 
> 
> 
> -- 
> My papers at:
> http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=535638
> 
> "I confess that I prefer true but imperfect knowledge, even if it
> leaves much indetermined and unpredictable, to a pretence of exact
> knowledge that is likely to be false" F. Hayek, 1974.
> 
> "But it is not the popular movement, but the travelling of the minds
> of men who sit in the seat of Adam Smith that is really serious and
> worthy of all attention." Lord Acton



Re: problems installing lyx on macosx lion

2012-08-17 Thread Stephan Witt
Am 17.08.2012 um 07:53 schrieb Pedro Romero A:

> Hi all
> 
> I have been trying for hours to install the latest version of lyx on
> my mac osx 10.7.4.
> and I keep getting this message
> 
> Configuration
>  Host type:x86_64-apple-darwin11.4.0
>  Special build flags:  build=release
>  C   Compiler: gcc
>  C   Compiler LyX flags:
>  C   Compiler flags: -O2
>  C++ Compiler: g++ (4.2.1)
>  C++ Compiler LyX flags:
>  C++ Compiler flags: -O2
>  Linker flags:
>  Linker user flags:
>  Qt 4 Frontend:
>  Qt 4 version:
>  Packaging:macosx
>  LyX binary dir:   /Applications/LyX.app/Contents/MacOS
>  LyX files dir:/Applications/LyX.app/Contents/Resources
> 
>  The following problems have been detected by configure.
>  Please check the messages below before running 'make'.
>  (see the section 'Problems' in the INSTALL file)
> 
> ** qt 4 library not found !
> 
> 
> I have installed the latest qtSDK, I also installed the libraries, and
> I even have installed from source from this site
> http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x
> 
> and I am unable to fix this problem
> 
> please can you help me?

Hi Pedro,

how do you call configure? Did you read INSTALL.MacOSX?

Please try the following:

CPPFLAGS="-I/Library/Frameworks/QtCore.framework/Headers 
-I/Library/Frameworks/QtGui.framework/Headers" configure

Just in case the Qt headers are there... or change it accordingly.

Stephan

Re: Problems installing LyX 1.5.4 - fixed installer available

2008-03-18 Thread Uwe Stöhr

Juha Meriluoto schrieb:


No, it works only when both files are copied.  Not with the DLL alone.


I uploaded a new installer version where this is fixed. The new installer version also fixes some 
language setting issues:


 Version 3.23
 - new Romanian translation of the installer (thanks to Marius Ionescu)
 - fix to set Catalan and Portuguese as LyX's menu language
 - added a DLL that is needed on some Windows systems to be able to start LyX

You can download it from here:

http://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=14372

Jürgen, could you please relace the existing AltInstaller at ftp.lyx.org by 
this new version?

thanks and regards
Uwe


Re: Problems installing LyX - better method

2008-03-18 Thread José Matos
On Tuesday 18 March 2008 18:50:20 Siegfried MEUNIER-GUTTIN-CLUZEL wrote:
> I reported this bug (4633) 1.6svn seems to be incapable to read 1.5.x
> files (on my Win XP Pro system).

  And I replied there that I suspect from your python installation. :-)
We need a better debugging info for this kind of problems because the default 
message is not always accurate. :-(

> Siegfried.

-- 
José Abílio


Re: Problems installing LyX - better method

2008-03-18 Thread Siegfried MEUNIER-GUTTIN-CLUZEL
I reported this bug (4633) 1.6svn seems to be incapable to read 1.5.x 
files (on my Win XP Pro system).


Siegfried.


Re: Problems installing LyX - better method

2008-03-18 Thread Uwe Stöhr

Juha Meriluoto schrieb:


No, it works only when both files are copied.  Not with the DLL alone.


Many thanks. I'll provide a new installer this evening.

1.6svn does not seem to be able to read 1.5.x documents, says that they 
are from a different version of LyX but lyx2lyx can't convert them.


Could you please report this at bugzilla.lyx.org? Please attach a SMALL LyX 1.5 file to the bug 
report to be able to reproduce the problem.


thanks for testing and best regards
Uwe


Re: Problems installing LyX - better method

2008-03-18 Thread Juha Meriluoto

Uwe Stöhr wrote:

Juha Meriluoto schrieb:

I tested as requested, and 1.60svn started OK when both the .dll and 
manifest files were copied into LyX binary directory.


And does it work when you only copy the DLL and not the manifest file? 
This is important for me to know.


regards Uwe


No, it works only when both files are copied.  Not with the DLL alone.

 - Juha

p.s.
1.6svn does not seem to be able to read 1.5.x documents, says that they 
are from a different version of LyX but lyx2lyx can't convert them.




Re: Problems installing LyX - better method

2008-03-18 Thread Uwe Stöhr

Juha Meriluoto schrieb:

I tested as requested, and 1.60svn started OK when both the .dll and 
manifest files were copied into LyX binary directory.


And does it work when you only copy the DLL and not the manifest file? This is 
important for me to know.

regards Uwe


Re: Problems installing LyX - better method

2008-03-17 Thread Juha Meriluoto

Uwe Stöhr wrote:

Juha,

as you have LyX 1.6svn installed. You could easily test if it works when 
simply copying the attached file "msvcp80.dll" to the folder of LyX 
1.6svn's lyx.exe.

This way, you can keep LyX 1.5 untouched and help me finding the problem.

If this doesn't help, als copy the file I attached to my previous mail 
to the lyx.exe folder and test if it works.


thanks and regards
Uwe


I tested as requested, and 1.60svn started OK when both the .dll and 
manifest files were copied into LyX binary directory.  Thank you for the 
solution :-)


 - Juha


Re: Problems installing LyX 1.5.4

2008-03-17 Thread Uwe Stöhr

Joost Verburg schrieb:

Are you still using the previous version of Visual C++? The current CRT 
version is 9.0.21022.8.


I know and I ship the latest MSVC manifest file. What I attached was just for testing as either a 
dll or this file must cause the problem.


(The mail was not intended for lyx-users to avoid confusions)

regards Uwe


Re: Problems installing LyX 1.5.4

2008-03-17 Thread Joost Verburg

Uwe Stöhr wrote:
If LyX then still doesn't start, copy the attached file to the same 
folder where the lyx.exe is. Then it should definitively work.


Are you still using the previous version of Visual C++? The current CRT 
version is 9.0.21022.8.


Joost



Re: Problems installing LyX 1.5.4

2008-03-17 Thread Uwe Stöhr

Juha Meriluoto schrieb:

I've been experiencing some problems while trying to upgrade my LyX 
installation.  I'm currently using version 1.5.3 (alternate installer 
3.21).  When I try to update to, or install, either version 1.5.4 (alt. 
installer 3.22) or 1.6svn (alt. installer 4.10) the installation and 
configuration proceed with no errors, but launching LyX gives
"The application failed to initialize properly (0xc0150002)."  My 
environment is WinXP SP2.


Dear Juha and Tuomo,

I tested the installer again on 3 different machines. One is a very old Win2000 machine and it works 
even there fine.
I have only one idea what goes wrong. To be sure that I'm right, could you do me a favor and test if 
it works when you install LyX using this installer:


http://prdownload.berlios.de/lyxwininstall/LyX-154-3-22-AltInstaller-Small-Test.exe

Please uninstall the existing LyX 1.5 before testing. (keep MiKTeX as it is)

If LyX then still doesn't start, copy the attached file to the same folder where the lyx.exe is. 
Then it should definitively work.


This would help me much.

thanks in advance and best regards
Uwe











Re: Problems installing LyX

2008-03-17 Thread Juha Meriluoto

Uwe Stöhr wrote:

Juha Meriluoto schrieb:

I've been experiencing some problems while trying to upgrade my LyX 
installation.  I'm currently using version 1.5.3 (alternate installer 
3.21).  When I try to update to, or install, either version 1.5.4 
(alt. installer 3.22) or 1.6svn (alt. installer 4.10) the installation 
and configuration proceed with no errors, but launching LyX gives
"The application failed to initialize properly (0xc0150002)."  My 
environment is WinXP SP2.


Have you used the update installer variant to get LyX 1.5.4? Or does the 
problem also occur when you use the small or complete installer variant?


This has been reported also by other users, but I can't reproduce the 
problem. For the meantime, please use the standard LyX installer.

I'll do some more tests later today.

regards Uwe



This problem has occurred both with the update and complete variants. 
As version 1.5.3 is working fine for me, I think I'll give version 
upgrading a rest for now.


 - Juha


Re: Problems installing LyX

2008-03-17 Thread Uwe Stöhr

Juha Meriluoto schrieb:

I've been experiencing some problems while trying to upgrade my LyX 
installation.  I'm currently using version 1.5.3 (alternate installer 
3.21).  When I try to update to, or install, either version 1.5.4 (alt. 
installer 3.22) or 1.6svn (alt. installer 4.10) the installation and 
configuration proceed with no errors, but launching LyX gives
"The application failed to initialize properly (0xc0150002)."  My 
environment is WinXP SP2.


Have you used the update installer variant to get LyX 1.5.4? Or does the problem also occur when you 
use the small or complete installer variant?


This has been reported also by other users, but I can't reproduce the problem. For the meantime, 
please use the standard LyX installer.

I'll do some more tests later today.

regards Uwe


Re: Problems installing LyX

2008-03-17 Thread Joost Verburg

Juha Meriluoto wrote:
I've been experiencing some problems while trying to upgrade my LyX 
installation.  I'm currently using version 1.5.3 (alternate installer 
3.21).  When I try to update to, or install, either version 1.5.4 (alt. 
installer 3.22) or 1.6svn (alt. installer 4.10) the installation and 
configuration proceed with no errors, but launching LyX gives
"The application failed to initialize properly (0xc0150002)."  My 
environment is WinXP SP2.

Any ideas what I'm missing?


Did you try the official installer?

Joost



RE: problems installing lyx on windows vista

2007-02-07 Thread Tino Langer
The MiKTeX shipped with the last installer is not Vista-ready. The next LyX
version comes out next 
week with an updated MiKTeX version.
Note that there are stil some restrictions to use MiKTeX under Vista:
http://dojo.miktex.org/blogs/christian_schenk/archive/2007/01/22/miktex25vis
ta.aspx

ok - so I will wait - this is no problem :-)

> But the second problem ist, that I can not start lyx. It seems to be 
> there is no python available. But I thought this application comes with 
> lyx?

Don't you have a python.exe in LyX's \bin directory or somewhere else on
your computer?

No - I looked into the bin directory an found no python.exe file and I was
wondering

Nice day - TIno



Re: problems installing lyx on windows vista

2007-02-07 Thread Uwe Stöhr

Tino Langer schrieb:

I just tried to install lyx on my windows vista. The first problem was 
to install miketex out of the bundle-installer of lyx 1.4.3-5 
(lyx-143-5-bundle.exe ) - an Windows API error occurs. a workaround for 
this problem was to install miktex 2.5 stand alone and refer to the 
existing installation while installing lyx.


The MiKTeX shipped with the last installer is not Vista-ready. The next LyX version comes out next 
week with an updated MiKTeX version.

Note that there are stil some restrictions to use MiKTeX under Vista:
http://dojo.miktex.org/blogs/christian_schenk/archive/2007/01/22/miktex25vista.aspx

But the second problem ist, that I can not start lyx. It seems to be 
there is no python available. But I thought this application comes with 
lyx?


Don't you have a python.exe in LyX's \bin directory or somewhere else on your 
computer?

regards Uwe


Re: Problems installing LyX-1.3.3 on Debian Woody

2003-10-15 Thread Thomas Schönhoff
Hello,

htanks for your response!

Matej Cepl schrieb:

Thomas Schönhoff wrote:
 

I am afraid there is something wrong with your
/usr/share/lyx/configure, which should find out what's going on.
 

I'll give it try tomorrow!

greetings
Thomas


Re: Problems installing LyX-1.3.3 on Debian Woody

2003-10-15 Thread Matej Cepl
Thomas Schönhoff wrote:
> Now I am kind of stuck, don't know where to go from here! Any
> ideas? Doing the same with LyX-1.3.2 just went fine, so I
> wonder what changed so profoundly in LyX-1.3.3

I am afraid there is something wrong with your
/usr/share/lyx/configure, which should find out what's going on.

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488




Re: Problems installing Lyx 1.3.2 on Mandrake 9.1

2003-07-30 Thread Robin Turner
Janus Sandsgaard wrote:
On Wednesday 30 July 2003 02:57, Robin Turner wrote:


Bad spec file?  Try it - you can always uninstall it if it doesn't work.


It seems to work just perfetc! I updated from LyX 1.2.x and I must say (among 
other things) it is an improvement with the QT-integration. :-)
Yep, the 1.3.* series is sweet!  Qt eye-candy aside, you'll find a 
number of nice usability features.

Now I just need to learn averything about the BibTex integration. I want to 
use LyX for my academic work - and I am working on a small book about 
Linux-tools for students and researcher at non-technical educations at Danish 
universities.
As I said in another post, I recommend Jurabib.  Feel free to mail me 
off-list if you have any BibTeX questions - I'm no expert, but I have a 
fair amount of trial-and-error experience.

Robin

--
"There are other rules, but you'll find out what those are when you 
break them."
- Blake's 7

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin




Re: Problems installing Lyx 1.3.2 on Mandrake 9.1

2003-07-30 Thread Janus Sandsgaard
On Wednesday 30 July 2003 02:57, Robin Turner wrote:

> Bad spec file?  Try it - you can always uninstall it if it doesn't work.

It seems to work just perfetc! I updated from LyX 1.2.x and I must say (among 
other things) it is an improvement with the QT-integration. :-)

Now I just need to learn averything about the BibTex integration. I want to 
use LyX for my academic work - and I am working on a small book about 
Linux-tools for students and researcher at non-technical educations at Danish 
universities.

-j
-- 
Janus Sandsgaard
http://janus.dk


Re: Problems installing Lyx 1.3.2 on Mandrake 9.1

2003-07-29 Thread Robin Turner
Janus Sandsgaard wrote:
On Tuesday 29 July 2003 23:50, Robin Turner wrote:


Use urpmi with the "allow nodeps" option.


And this won't cause problems? 
Why does it Ask for an old qt?

Bad spec file?  Try it - you can always uninstall it if it doesn't work.

Robin

--
"There are other rules, but you'll find out what those are when you 
break them."
- Blake's 7

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey
www.bilkent.edu.tr/~robin




Re: Problems installing Lyx 1.3.2 on Mandrake 9.1

2003-07-29 Thread Janus Sandsgaard
On Tuesday 29 July 2003 23:50, Robin Turner wrote:

> Use urpmi with the "allow nodeps" option.

And this won't cause problems? 
Why does it Ask for an old qt?

-j

-- 
Janus Sandsgaard
http://janus.dk


Re: Problems installing lyx

2002-04-23 Thread thomas schönhoff

Francisco Useche wrote:

> Hi:
> 
> I am trying to install lyx in
> - Os= redhat linux 7.2
> 
> Version= lyx-1.1.6fix3
> 
> Problem:
> - I untared the file lyx-1.1.6fix3.tar
> - Then proceded to execute the command ./configure as is said in the
>   INSTALL file
> - It aborts the configuration because it cannot find the library
>   libforms or libxforms
> - Under the directory xforms/FORMS/ in the lyx directory there is the
>   library libforms.a
> - I made a link to this library from  both /usr/lib and /usr/local/lib
>   with the name libforms as apparently is expected by ./configure, but
>   it still cannot find the libraries.
> 
> Could somebody tell me what is the trick to install successfully lyx under
> this conditions?
> 
> Any help is welcome
> 
> Thanks
> Francisco
> 
> 

Hello Francisco,

could you tell us what version of Xforms are installed? Sounds like your 
version might be incorrect!
Are there any profound reasons for not using LyX-1.1.6fix4 instaead of 
fix3 ?

Thomas






Re: Problems installing lyx

2002-04-22 Thread Andre Poenitz

On Mon, Apr 22, 2002 at 10:00:09PM -0700, Francisco Useche wrote:
> - I made a link to this library from  both /usr/lib and /usr/local/lib
>   with the name libforms as apparently is expected by ./configure, but
>   it still cannot find the libraries.

One usually has to run 'ldconfig' after "installing" new libraries.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Problems installing lyx

2002-04-22 Thread Herbert Voss

Francisco Useche wrote:

> - I untared the file lyx-1.1.6fix3.tar
> - Then proceded to execute the command ./configure as is said in the
>   INSTALL file
> - It aborts the configuration because it cannot find the library
>   libforms or libxforms
> - Under the directory xforms/FORMS/ in the lyx directory there is the
>   library libforms.a
> - I made a link to this library from  both /usr/lib and /usr/local/lib
>   with the name libforms as apparently is expected by ./configure, but
>   it still cannot find the libraries.


you have to install the xformslib, which should be part of
your linus distribution or download it from
ftp://ftp.sylvan.com

Herbert


-- 
http://www.lyx.org/help/




Re: Problems installing lyx 1.1.6fix3

2001-08-19 Thread John Levon

On Sun, Aug 19, 2001 at 01:11:42PM +0200, Torbjørn Sund wrote:

> "symbol __vt_3ios has different size in shared object, consider relinking",

then you will need to isntall from source RPM

> If I try to install from the source rpm, the ./install-script runs fine, but
> make soon stops with complaints about "no such file or directory" for the
> following symbols: iosfwd, iostream, streambuf.h, vector, map, iterator,
> utility, set, algorithm. I notice in the INSTALL file something about a need
> for the latest c++ libraries, so I have tried to install whatever new versions
> I could find: glibc, libgcc_s, libc, glibc-devel, glibc-common, libstdc++ and a
> couple of others, but to no avail.

This Mandrake's HUGE stupidity. Astonishingly, libstdc++-devel is on the 2nd CD. That's
the package you need. I don't know why they bother supplying g++ on the 1st CD when
the necessary RPMs are only on the 2nd CD ... *sigh*

But then Mandrake are known for including alpha versions of software in their 
distribution ...
and their latest beta includes a kernel which causes FS corruption...

Anyway, get that package, everything should be OK then.

> Any help appreciated. The list server rejected my subscription (obviously it's
> not my day!), so please copy any answer to [EMAIL PROTECTED]

maybe because your From: address is different to this ?

regards
john

-- 
"If it is "all Greek to you", perhaps a trip to Athens is in order."
- jjohn, /.



Re: Problems installing LyX 1.1.6fix1 (win32)

2001-02-04 Thread Marcus Beyer

Steffen Seufert wrote:
> I installed the new version of Lyx (on Win2000), but it hangs (as reported
> before in this mailing list) when you first time press a key
> on the keyboard.
>
> Everything else works fine when you only use the mouse.
>
> (With Version 1.1.6 there's that problem, too. Version 1.1.5fix2 no
> problems.)
>
> As a possible solution there was suggested an upgrade of the x-server.
>
> I tried X-Win32 5.1.1. build2 (demo version) and Winaxe 6.0 (demo version):
> The same behaviour.

Shouldn't this be mentioned in "Known problems" on the "WInLyX" Webpage?

regards,
Marcus Beyer

http://www.Stormlight.de/lyx_de.html