SOLVED > Re: lyx 2.4.0 -alpha3 error in make install

2022-02-13 Thread Wolfgang Engelmann via lyx-users



Am 13.02.22 um 18:04 schrieb Wolfgang Engelmann via lyx-users:

lyx 2.4.0 -alpha3 error in
sudo make install
using Debian

...
+checking for package biblatex [biblatex]... yes
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
LyX: Fertig!
LyXRC.cpp (260): Conversion failed for /home/wolfgang/.lyx/preferences
Warning: Die Konfigurationsdatei konnte nicht gelesen werden

Fehler beim Lesen der Konfigurationsdatei
preferences.

Bitte prüfen Sie Ihre Installation.
(Please check your installation)

What should I do?


I had before lyx 2.4.0dev
and did not remove it before doing the new
./configure
make
sudo make install

Wolfgang


removing .lyx and running make install solved it

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


lyx 2.4.0 -alpha3 error in make install

2022-02-13 Thread Wolfgang Engelmann via lyx-users

lyx 2.4.0 -alpha3 error in
sudo make install
using Debian

...
+checking for package biblatex [biblatex]... yes
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
LyX: Fertig!
LyXRC.cpp (260): Conversion failed for /home/wolfgang/.lyx/preferences
Warning: Die Konfigurationsdatei konnte nicht gelesen werden

Fehler beim Lesen der Konfigurationsdatei
preferences.

Bitte prüfen Sie Ihre Installation.
(Please check your installation)

What should I do?


I had before lyx 2.4.0dev
and did not remove it before doing the new
./configure
make
sudo make install

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Error in make of LyX version 2.3.0 under Linux-Mint

2018-09-12 Thread Wolfgang Engelmann




On 12.09.2018 20:37, Kornel Benko wrote:

Am Mittwoch, 12. September 2018 19:00:31 CEST schrieb Wolfgang Engelmann 
:

I am under Linux-Mint trying to install LyX version 2.3.0

./configure
configuring LyX version 2.3.0

was alright

make gives me this fatal error:

GuiApplication.cpp:122:23: fatal error: X11/Xatom.h: No such file or
directory
compilation terminated.

X11/Xatom.h is part of the X11 devel package:
"x11proto-core-dev"
Please install this first.
Looks, like you would have to install some more packages too.

I would try to install 'apt-file' too. Once apt-file is configured (with: "apt-file 
update"),
it is easy to find a package for any eventually missing file.

In this case, I did:
# apt-file find X11/Xatom.h
emscripten: /usr/share/emscripten/system/include/X11/Xatom.h
x11proto-core-dev: /usr/include/X11/Xatom.h


Makefile:1004: recipe for target 'GuiApplication.o' failed
make[6]: *** [GuiApplication.o] Error 1
make[6]: Leaving directory '/mnt/sdb/we/lyx-2.3.0/src/frontends/qt4'
Makefile:848: recipe for target 'all' failed
make[5]: *** [all] Error 2
make[5]: Leaving directory '/mnt/sdb/we/lyx-2.3.0/src/frontends/qt4'
Makefile:778: recipe for target 'all-recursive' failed

Do I need to install something else before running make?

Thanks for a pointer,

Wolfgang


Kornel


Thanks a lot, Kornel!
Wolfgang


Re: Error in make of LyX version 2.3.0 under Linux-Mint

2018-09-12 Thread Kornel Benko
Am Mittwoch, 12. September 2018 19:00:31 CEST schrieb Wolfgang Engelmann 
:
> I am under Linux-Mint trying to install LyX version 2.3.0
> 
> ./configure
> configuring LyX version 2.3.0
> 
> was alright
> 
> make gives me this fatal error:
> 
> GuiApplication.cpp:122:23: fatal error: X11/Xatom.h: No such file or 
> directory
> compilation terminated.

X11/Xatom.h is part of the X11 devel package:
"x11proto-core-dev"
Please install this first.
Looks, like you would have to install some more packages too.

I would try to install 'apt-file' too. Once apt-file is configured (with: 
"apt-file update"),
it is easy to find a package for any eventually missing file.

In this case, I did:
# apt-file find X11/Xatom.h
emscripten: /usr/share/emscripten/system/include/X11/Xatom.h
x11proto-core-dev: /usr/include/X11/Xatom.h

> Makefile:1004: recipe for target 'GuiApplication.o' failed
> make[6]: *** [GuiApplication.o] Error 1
> make[6]: Leaving directory '/mnt/sdb/we/lyx-2.3.0/src/frontends/qt4'
> Makefile:848: recipe for target 'all' failed
> make[5]: *** [all] Error 2
> make[5]: Leaving directory '/mnt/sdb/we/lyx-2.3.0/src/frontends/qt4'
> Makefile:778: recipe for target 'all-recursive' failed
> 
> Do I need to install something else before running make?
> 
> Thanks for a pointer,
> 
> Wolfgang
> 
Kornel



signature.asc
Description: This is a digitally signed message part.


Error in make of LyX version 2.3.0 under Linux-Mint

2018-09-12 Thread Wolfgang Engelmann

I am under Linux-Mint trying to install LyX version 2.3.0

./configure
configuring LyX version 2.3.0

was alright

make gives me this fatal error:

GuiApplication.cpp:122:23: fatal error: X11/Xatom.h: No such file or 
directory

compilation terminated.
Makefile:1004: recipe for target 'GuiApplication.o' failed
make[6]: *** [GuiApplication.o] Error 1
make[6]: Leaving directory '/mnt/sdb/we/lyx-2.3.0/src/frontends/qt4'
Makefile:848: recipe for target 'all' failed
make[5]: *** [all] Error 2
make[5]: Leaving directory '/mnt/sdb/we/lyx-2.3.0/src/frontends/qt4'
Makefile:778: recipe for target 'all-recursive' failed

Do I need to install something else before running make?

Thanks for a pointer,

Wolfgang



error in make

2009-06-12 Thread bb
I tried to install lyx 1.6.3 on Suse 11.1 32 bit. In applying make I get
the following error message (only the last lines of very many). Does
anyone have an idea how to proceed? 

regards bb 

.
make[4]: Entering directory `/home/bb/lyx/lyx-1.6.3/src'
/bin/sh ../libtool --tag=CXX   --mode=link g++  -O2   -o liblyxmathed.la
InsetMathAMSArray.lo InsetMathArray.lo InsetMathBig.lo
InsetMathBoldSymbol.lo InsetMathBox.lo InsetMathBrace.lo InsetMath.lo
InsetMathCases.lo InsetMathChar.lo InsetMathColor.lo CommandInset.lo
InsetMathComment.lo InsetMathDecoration.lo InsetMathDelim.lo
InsetMathDiff.lo InsetMathDots.lo InsetMathEnsureMath.lo InsetMathEnv.lo
InsetMathExFunc.lo InsetMathExInt.lo InsetMathFont.lo
InsetMathFontOld.lo InsetMathFrac.lo InsetMathGrid.lo InsetMathHull.lo
InsetMathKern.lo InsetMathLefteqn.lo InsetMathLim.lo MathMacro.lo
InsetMathMatrix.lo InsetMathNest.lo InsetMathNumber.lo
InsetMathOverset.lo InsetMathPar.lo InsetMathPhantom.lo InsetMathRef.lo
InsetMathRoot.lo InsetMathScript.lo InsetMathSize.lo InsetMathSpace.lo
InsetMathSpecialChar.lo InsetMathSplit.lo InsetMathSqrt.lo
InsetMathStackrel.lo InsetMathString.lo InsetMathSubstack.lo
InsetMathSymbol.lo InsetMathTabular.lo InsetMathUnderset.lo
InsetMathUnknown.lo InsetMathXArrow.lo InsetMathXYMatrix.lo MathAtom.lo
MathAutoCorrect.lo MathData.lo MathExtern.lo MathFactory.lo
MathMacroArgument.lo MacroTable.lo MathMacroTemplate.lo MathParser.lo
MathStream.lo MathSupport.lo TextPainter.lo   
libtool: link: `InsetMathNest.lo' is not a valid libtool object
make[4]: *** [liblyxmathed.la] Fehler 1
make[4]: Leaving directory `/home/bb/lyx/lyx-1.6.3/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/bb/lyx/lyx-1.6.3/src'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/bb/lyx/lyx-1.6.3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/bb/lyx/lyx-1.6.3'
make: *** [all] Fehler 2
b...@linux-8tal:~/lyx/lyx-1.6.3>