On Wed, Feb 24, 2016 at 02:35:40PM +0100, Jean-Marc Lasgouttes wrote:
> Le 24/02/2016 10:23, Jean-Marc Lasgouttes a écrit :
> >Le 23/02/2016 19:43, Pavel Sanda a écrit :
> >>Jean-Marc Lasgouttes wrote:
> >>>This is the beta2 tar.gz. The versions are whatever Scott used....
> >>>Actually I think it was AC 2.69 and am 1.14.1.
> >>
> >>Oh I see, Scott, the following tarball is made with the autotools
> >>which I reported to work on my machine.
> >>Can you check, whether just configure and make distcheck without
> >>invoking autogen works for you?
> >>195.113.26.193/~sanda/lyx-2.2.0dev.tar.bz2
> >
> >It works perfectly here.
> 
> Even with -j5

It seems the problem for me is when I run make lyxdist out of source.
The following works:

lyxrepo=~/"Downloads/lyx-2.2.0dev"
cd "${lyxrepo}" && "${lyxrepo}"/configure && make distcheck

where lyxrepo is either the directory where I untarred the tar that
Pavel sent (or 2.2.0beta2)

the following, however, does not work:
lyxrepo=~/"Downloads/lyx-2.2.0dev"
tempdir="$( mktemp -d )"
cd "${tempdir}" && "${lyxrepo}"/configure && make distcheck

Am I not supposed to run make distcheck out of source?

Scott

Attachment: signature.asc
Description: PGP signature

Reply via email to