[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice
Subject:    Re: Can't compile qt2.1.0 Dec 15 snapshot
From:       David Faure <faure () kde ! org>
Date:       1999-12-15 20:21:29
[Download RAW message or body]

On Wed, Dec 15, 1999 at 07:58:52PM +0000, Joao Neto wrote:
> 
> I can't compile qt2.1.0, today's snapshot.
> After running make the following error appears:
> $ make
> cd src/moc; make
> make[1]: Entering directory `/usr/lib/qt-2.1.0/src/moc'
> make[1]: *** No rule to make target `localsubs', needed by `all'.  Stop.
> make[1]: Leaving directory `/usr/lib/qt-2.1.0/src/moc'
> make: *** [moc] Error 2        
> 
> Anyone can help?
> Thank you!

Their Makefiles are broken :(

In the offending Makefile (src/moc/Makefile) replace

all: localsubs $(DESTDIR)$(TARGET)
 
# List of local subdirectories, which do not have Makefile.in in them,\n# which mean \
that they would be a missing from the cloned tree\nLOCALSUBS = kernel widgets tools \
utils dialogs\n\nlocalsubs:  for d in $(LOCALSUBS); do \
                test -d  || mkdir  || exit 1 ; \
        done 

with simply

all: $(DESTDIR)$(TARGET) 


PS : No Reply-To please.

-- 
David FAURE
david@mandrakesoft.com, faure@kde.org
http://home.clara.net/faure/
KDE, Making The Future of Computing Available Today


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic