Andre Poenitz <[EMAIL PROTECTED]> writes:

| On Thu, May 16, 2002 at 11:20:59AM +0200, Lars Gullik Bjønnes wrote:
>> Then you have something fishy in your source/build tree or on your
>> box, I use "make dist" "make distdir" and "make distcheck" all the
>> time.
>
| 'make dist' already does not work on a clean check out.
>
>> Are you trying to compile with qt?
>
| No.
>
>> a "rm -rf qt2" and then recheckout + autogen + configure 
>> would probably help.
>
| The directory frontends/qt2/xforms is empty but for a 'Makefile.am' which
| is not empty:
>
|       include $(top_srcdir)/config/common.am
>
|       noinst_LTLIBRARIES = libqt2xforms.la
>
|       INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
|               $(SIGC_CFLAGS) -I$(top_srcdir)/images \
|               $(FRONTEND_INCLUDES) $(BOOST_INCLUDES) \
|               -I$(top_srcdir)/src/frontends/controllers
>
|       if USE_BASIC_IMAGE_LOADER
|       else
|       XFORMSGIMAGE = xformsGImage.C xformsGImage.h
|       endif
>
|       nodist_libqt2xforms_la_SOURCES = \
|               bmtable.h \
|               bmtable.c \
|               combox.h \
|               combox.C \
|     [.....]
>
>
| This somehow does not look sound....

To me it looks perfectly sound...

-- 
        Lgb

Reply via email to