Am Saturday, 25. May 2013, 15:24:22 schrieb Stephan Witt:
> Am 25.05.2013 um 13:56 schrieb Wolfgang Engelmann <engelmann@uni-
tuebingen.de>:
> > I have compiled lyx 2.0.6 according to
> >
> > 1) ./configure
> >
> > configures LyX according to your system.
>
> Hi Wolfgang,
>
> it's not a good idea to build in source tree.
>
> You should make a separate build directory to build LyX. Like that:
>
> $ mkdir lyxhome
> $ cd lyxhome
> $ tar xfz ${download_dir}/lyx-2.0.6.tar.gz
> $ mkdir lyx-build
> $ cd lyx-build
> $ ../lyx-2.0.6/configure
> $ make
> $ src/lyx
Thats what I did !
I used in my home
/lyx-2.0.6
and compiled there.
But as in my last mail the issue is solved now, after removing the .lyx
folder.
Thanks
Wolfgang