When I copy the files into the lib directory and call "make install" I
can launch LyX without an error. The dinbrief.lyx template functionality
is great, exactly what I was looking for...
I unpacked the source package from scratch, trying to reproduce the
problem...
######################################### START OF OUTOUT
tar xvfz lyx-1.1.6fix1.tar.gz
*snip*
cd lyx-1.1.6fix1
./configure
creates the following output:
*snip*
creating textclass.lst
creating packages.lst
creating doc/LaTeXConfig.lyx
creating lyxrc.defaults
configuring in lib/reLyX
running /bin/sh ./configure --cache-file=../.././config.cache
--srcdir=.
loading cache ../.././config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for prefix by checking for reLyX... /usr/local/bin/reLyX
checking for a BSD compatible install... /usr/bin/install -c
checking for perl >= 5.002... /usr/bin/perl
updating cache ../.././config.cache
creating ./config.status
creating Makefile
creating reLyX
creating noweb2lyx
Configuration:
Source code location: .
C++ Compiler: g++
C++ Compiler flags: -g -O2 -fno-rtti -fno-exceptions
C Compiler: gcc
C Compiler flags: -g -O2
LyX binary dir: /usr/local/kde/bin
LyX files dir: /usr/local/kde/share/lyx
Special flags: frontend-xforms included-libsigc
Configuration of LyX was successful.
Type 'make' to compile the program,
and then 'make install' to install it.
[mru@pc-mrumpf lyx-1.1.6fix1]$
######################################### END OF OUTPUT
I see the creation of the files went fine now !! But fortunately I had
the old output still in my gnome-terminal history:
The first time I saw the autogen.sh script and decided to launch the
configuration by typing "autogen.sh". This fails because it couldn't
find a configure.m4 script in the lib directory. and thus the creation
of the three files failed later in the configure run !!!!
######################################### START OF OUTPUT
[mru@pc-mrumpf lyx-1.1.6fix1]$ ./autogen.sh
Locating GNU m4... found: m4
Generate acinclude.m4... done.
Building macros... done.
Building config header template... done.
Building Makefile templates... done.
Building configure... done.
Building lib/configure ... m4: lib/configure.m4: No such file or
directory
done.
run "./configure ; make"
[mru@pc-mrumpf lyx-1.1.6fix1]$ ./configure; make
creating cache ./config.cache
*snip*
checking if should compile with pthreads... yes
checking sizes of threading elements... found
updating cache .././config.cache
creating ./config.status
creating Makefile
creating sigc-config
creating macros/Makefile
creating sigc++config.h
configuring in lib
running /bin/sh ./configure --cache-file=.././config.cache --srcdir=.
configuring in lib/reLyX
running /bin/sh ./configure --cache-file=../.././config.cache
--srcdir=.
loading cache ../.././config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for prefix by checking for reLyX... no
checking for a BSD compatible install... /usr/bin/install -c
checking for perl >= 5.002... /usr/bin/perl
creating ./config.status
creating Makefile
creating reLyX
creating noweb2lyx
Configuration:
Source code location: .
C++ Compiler: g++
C++ Compiler flags: -g -O2 -fno-rtti -fno-exceptions
C Compiler: gcc
C Compiler flags: -g -O2
LyX binary dir: /usr/local/kde/bin
LyX files dir: /usr/local/kde/share/lyx
Special flags: frontend-xforms included-libsigc
Configuration of LyX was successful.
Type 'make' to compile the program,
and then 'make install' to install it.
######################################### END OF OUTPUT
I'm not familiar with the GNU build system, but it seems that there is a
configure.m4 file in the lib sub-directory missing....
Thanks for your help....
Michael
--
---------------------------------------------------------------------
Michael Rumpf Brokat Technologies
Software Engineer http://www.brokat.com
Phone +49 711 78844 435 Industriestr. 3
[EMAIL PROTECTED] 70565 Stuttgart-Vaihingen
---------------------------------------------------------------------