On 26/11/2011 11:16 AM, stefano franchi wrote:
On Sat, Nov 26, 2011 at 10:02 AM, Richard Heck<rgh...@comcast.net> wrote:
patch -p1< 0001-Backport*.patch
Hmm, that's exactly what I tried and it didn't work...anyways, it works now.
[stefano@polus lyx-2.0.2]$ patch -p1<
0001-Backport-changes-Julien-made-to-deal-with-Arch-s-use.patch
patching file config/lyxinclude.m4
patching file configure.ac
patching file po/Makefile.in.in
patching file po/Rules-lyx
But the patch does not help. Configure behaves the same way and compiling fails:
[stefano@polus lyx-2.0.2]$ ./configure --with-version-suffix=lyx-2-0-2-beta
configuring LyX version 2.0.2
checking for build type... release
checking for version suffix... lyx-2-0-2-beta
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking what packaging should be used... posix
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for a Python interpreter with version>= 2.3.4... python
checking for python... /usr/bin/python
checking for python version... 3.2
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python3.2/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python3.2/site-packages
checking for style of include used by make... GNU
checking for gcc... gcc
c
Hi Stefano,
I think issuing ./autogen.sh is necessary after the patch and before
./configure.
Cheers,
Julien