On Monday 26 January 2004 3:08 pm, Angus Leeming wrote:
>
> No need to do that. Instead modify autogen.sh, so, and tell us whether
> autoconf 2.59 is happy with the configuration files.
>
> diff -u -p -r1.49 autogen.sh
> --- autogen.sh  18 Nov 2003 10:41:57 -0000      1.49
> +++ autogen.sh  26 Jan 2004 15:06:11 -0000
> @@ -11,12 +11,12 @@ autoversion=`$AUTOCONF --version | head
>
>  echo "Using $autoversion"
>  case $autoversion in
> -    *2.5[234678])
> +    *2.5[2-9])
>         EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4"
>         ;;
>      *)
>         echo "This autoconf version is not supported by LyX."
> -       echo "LyX only supports autoconf 2.5[234678]."
> +       echo "LyX only supports autoconf 2.5[2-9]."
>         exit
>         ;;
>  esac

  Ok, I have done more or less that and now I get:

$./autogen.sh
Using autoconf (GNU Autoconf) 2.59
Locating GNU m4... /usr/bin/m4
Generate acinclude.m4... done.
Building macros...
        .
        lib/reLyX
done.
Building config header template...
        .
done.
Building Makefile templates...
        .
boost/libs/regex/src/Makefile.am: trailing backslash on last line
        lib/reLyX
done.
Building configure...
       .
       lib/reLyX
done.
Building lib/configure ... done.

run "./configure ; make"

**************
and then running make:
**************
$ make
Making all in config
make[1]: Entering directory `/home/jamatos/lyx/lyx-devel/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jamatos/lyx/lyx-devel/config'
Making all in development
make[1]: Entering directory `/home/jamatos/lyx/lyx-devel/development'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jamatos/lyx/lyx-devel/development'
Making all in intl
make[1]: Entering directory `/home/jamatos/lyx/lyx-devel/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jamatos/lyx/lyx-devel/intl'
Making all in po
make[1]: Entering directory `/home/jamatos/lyx/lyx-devel/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jamatos/lyx/lyx-devel/po'
Making all in boost
make[1]: Entering directory `/home/jamatos/lyx/lyx-devel/boost'
Making all in libs
make[2]: Entering directory `/home/jamatos/lyx/lyx-devel/boost/libs'
Making all in filesystem
make[3]: Entering directory 
`/home/jamatos/lyx/lyx-devel/boost/libs/filesystem'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory 
`/home/jamatos/lyx/lyx-devel/boost/libs/filesystem'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jamatos/lyx/lyx-devel/boost/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jamatos/lyx/lyx-devel/boost'
make: *** [all-recursive] Error 1

-- 
José Abílio

LyX and docbook, a perfect match. :-)

Reply via email to