Joao Luis Meloni Assirati wrote:

> 
> 
> On Mon, 26 Jan 2004, Lars Gullik Bjønnes wrote:
> 
>> rerun configure and automake perhaps...
> 
> Yes, that was the problem. My autoconf was 2.59. Now I downgrade to
> 2.53 and it works.

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

> By the way, I have the following error in the end:
> 
> make[3]: Entering directory `/home/assirati/lyx/lyx-devel/src'
> rm -f lyx
> ln -s lyx-qt lyx
> make[3]: execvp: ln: Too many levels of symbolic links

and does /usr/include/qt3 point somewhere else, for example?

> make[3]: *** [lyx] Error 127
> 
> (lyx-qt and lyx-xforms are well compiled.) I use the configure
> options
> 
> ./configure --disable-debug --with-frontend="qt xforms"
> --with-qt-includes=/usr/include/qt3/
> --with-qt-libraries=/usr/lib/qt3/ --with-qt-dir=/usr/share/qt3/
> --with-version-suffix=-devel
> 
> Thanks,
> Joao Luis.

-- 
Angus

Reply via email to