Jean-Marc Lasgouttes wrote:
Angus> Ok, I tried out the patch. In fact, it does not address the Angus> problem above.
Did you run autogen.sh? I am surprised that this problem is still present (note the added RELYX_USE_PACKAGING).
I'd have thought so. I'll go and try again now.
Yup. I've just updated so my local tree contains all of your just committed bits.
I have removed the autom4te.cache dirs from <top src dir> and from lib/reLyX. I also:
$ cd ~/lyx/13x/lib/reLyX $ rm -f configure Makefile.in aclocal.m4 configure.ac $ cd ~/lyx/13x $ rm -f configure.ac $ ./autogen.sh $ cd lib/reLyX $ ls -t | cat configure Makefile.in aclocal.m4 configure.ac acinclude.m4 ...
Ie, the first four files have all been generated from your acinclude.m4 et al.
$ cd ~/lyx/13x/build-qt $ ../configure --prefix='J:/Programs/LyX' \ --enable-maintainer-mode --with-included-gettext \ --with-frontend=qt --with-qt-dir=/home/angus/qt3
configure: configuring in lib/reLyX
configure: running /bin/sh '../../../lib/reLyX/configure' --prefix=J:/Programs/LyX '--prefix=J:/Programs/LyX' '--enable-maintainer-mode' '--with-included-gettext' '--with-frontend=qt' '--with-qt-dir=/home/angus/qt3' --cache-file=/dev/null --srcdir=../../../lib/reLyX
Packaging: windows LyX binary dir: J:/Programs/LyX/bin LyX files dir: J:/Programs/LyX/Resources/lyx
$ rm -rf J:/Programs $ cd lib/reLyX $ grep share Makefile LYX_DIR = J:/Programs/LyX/share/lyx datadir = ${prefix}/share sharedstatedir = ${prefix}/com
Sure enough: $ cd ~/lyx/13x/build-qt/lib $ make install > lyx_13x_lib_make_install.log 2>&1
Results in the directory heirarchy below. Attached are lyx_13x_lib_make_install.log and reLyX/configure.
HTH, Angus
configure.bz2
Description: Binary data
lyx_13x_lib_make_install.log.bz2
Description: Binary data