Building Scribus: QT/X11

Angus Leeming leeming at lyx.org
Mon Feb 28 23:55:47 CET 2005


Steven Boothe wrote:
> The instructions that exist at the moment required the installation of
> two additional packages to cygwin: autoconf and automake. No problem
> here.

[snip]

> 3. preconfigure
>       make -f Makefile.dist
> [cd ~/src/Scribus && make -f Makefile.dist]
> 
> Resulted in the following errors:
> ...
> acinclude.m4:4681: warning: underquoted definition of AC_PATH_QTOPIA
> /usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of
> AC_CHECK_FT2
> *** Creating configure
> *** Creating config.h template
> *** Creating Makefile templates
> configure.in:215: required file `scribus/templates/Makefile.in' not found

Makefile.in is generated by 'something' from the Makefile.am files. That
'something' is often a file 'autogen.sh' in your top level source
directory.

$ sh ./autogen.sh

???
Angus




More information about the kde-cygwin mailing list