Jean-Marc Lasgouttes wrote:
Could it be that you have autoconf 2.62 installed? We require <= 2.61 in
1.5.x for now. 2.62 works, but causes warnings (which have been fixed
for 1.6.0svn).

No. I have 2.59. Do I have to tell autogen where my Qt installation is?

autogen.sh (export from today's branch svn) reports:
Using automake (GNU automake) 1.6.3
Using autoconf (GNU Autoconf) 2.59
Locating GNU m4... /usr/bin/gm4
Building macros...
        .
done.
Building config header template...
        .
done.
Building Makefile templates...
        .
configure.ac:7: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
lib/doc/Makefile.am:246: variable `docfiles' not defined
lib/doc/Makefile.am:5: variable `docfiles' not defined
src/Makefile.am:38: lyx_qt4_SOURCES was already defined in condition TRUE, 
which implies condition LYX_WIN_RESOURCE_TRUE

  lyx_qt4_SOURCES (User, where = src/Makefile.am:38) +=
  {
    TRUE => main.cpp
  }
src/Makefile.am:38: warning: automake does not support conditional definition 
of lyx_qt4_SOURCES in lyx_qt4_SOURCES
Use of uninitialized value in concatenation (.) or string at /usr/bin/automake 
line 8449.
: am_lyx_qt4_OBJECTS was already defined in condition TRUE, which implies 
condition LYX_WIN_RESOURCE_TRUE
  am_lyx_qt4_OBJECTS (Automake, where = undefined) =
  {
    TRUE => main.$(OBJEXT)
  }
done.
Building configure...
       .
done.

run "./configure ; make"


And then a "make dist" fails after a while with:
> [snip]
mkdir ../../LyX-1.5-1.5.7svn/lib/doc/sv
cp: .//Users/khofbaue/lyxdevel_svn/export/lib/doc/Makefile.depend: No such file 
or directory
make[2]: *** [distdir] Error 1
make[1]: *** [distdir] Error 1
make: *** [distdir] Error 1

Any idea what could be the problem?

/Konrad

Reply via email to