From koffice Sat Oct 30 09:19:07 1999 From: David Faure Date: Sat, 30 Oct 1999 09:19:07 +0000 To: koffice Subject: Re: Pb compile with kspread X-MARC-Message: https://marc.info/?l=koffice&m=94127514732605 On Sat, Oct 30, 1999 at 08:37:40AM +0200, Laurent montel wrote: > Hello > can you help me please ? > When I try to compile kspread, I have these errors. > I found c++-suffix but I don't find it on my redhat6.0 > So where is programm ? The makefiles are trying to do $(DCOPIDL) --c++-suffix cc .... and you get DCOPIDL to be empty, which is where the bug is. Your toplevel Makefile should contain Makefile:DCOPIDL = $(kde_bindir)/dcopidl Makefile:DCOPIDL2CPP = $(kde_bindir)/dcopidl2cpp Makefile:DCOP_DEPENDENCIES = $(DCOPIDL) If it doesn't, re-run make -f Makefile.cvs ./configure make > And I don't understand why you try to execute KSpreadDocIface.h. Same thing. $(DCOPIDL2CPP) replaced by nothing -> confusion. -- David FAURE david@mandrakesoft.com, faure@kde.org http://home.clara.net/faure/ KDE, Making The Future of Computing Available Today