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

List:       koffice-devel
Subject:    Bug#44433: marked as done (handler.moc) by David Faure <david@mandrakesoft.com>
From:       owner () bugs ! kde ! org (Stephan Kulow)
Date:       2002-06-27 19:18:02
[Download RAW message or body]

Your message with subj: Bug#44433: handler.moc

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thursday 27 June 2002 19:17, Thomas Fischer wrote:
> Package: koffice
> Version: 1.2-beta2
> 
> When I compile koffice-1.2-beta2 from source (./configure --prefix=/usr/local 
> --enable-debug=yes --enable-final --with-qt-dir=/usr/local/qt3 && make) the 
> make process stops with this error message:
> 
> Reason: handler.moc has not been created.
> Work around: Change to  lib/kofficecore  and call  make handler.moc  by hand.

Yes, or don't use --enable-final, it's an experimental feature.

> Suggested Bugfix: Add dependency between target libkofficecore_la.all_cpp (or 
> related) to handler.moc, as there is a target for handler.moc, but it is not 
> called.

Yes, I did fix am_edit to do that .... right after the release.
Suggestion: take am_edit from current CVS :)

- -- 
David FAURE, david@mandrakesoft.com, faure@kde.org
http://people.mandrakesoft.com/~david/
Contributing to: http://www.konqueror.org/, http://www.koffice.org/
KOffice-1.2-beta2 is coming very shortly...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9G2O572KcVAmwbhARAoRPAKCtsXVzyE0TNj3OQc7zZ7+9VADmfgCgkz1V
JzcVv6Dkto62C8f//f/9/0A=
=iWwQ
-----END PGP SIGNATURE-----


has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

(Complete bug history is available at http://bugs.kde.org/db/44/44433.html)

Received: (at submit) by bugs.kde.org; 27 Jun 2002 17:17:20 +0000
Received: (qmail 6492 invoked from network); 27 Jun 2002 17:17:20 -0000
Received: from ultra02.rbg.informatik.tu-darmstadt.de (HELO \
mail.rbg.informatik.tu-darmstadt.de) (root@130.83.9.52)  by \
                max.tat.physik.uni-tuebingen.de with SMTP; 27 Jun 2002 17:17:20 -0000
Received: from chelonia (ultra20.rbg.informatik.tu-darmstadt.de [130.83.129.7])
	by mail.rbg.informatik.tu-darmstadt.de (8.9.3+Sun/8.9.1) with ESMTP id TAA21307
	for <submit@bugs.kde.org>; Thu, 27 Jun 2002 19:17:10 +0200 (MET DST)
Content-Type: text/plain;
  charset="iso-8859-1"
From: Thomas Fischer <th.fischer@gmx.net>
To: submit@bugs.kde.org
Subject: handler.moc
Date: Thu, 27 Jun 2002 19:17:07 +0200
User-Agent: KMail/1.4.1
X-PGP-Keyserver: http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xDD5B8D0F
                
X-PGP-URL: http://www.student.informatik.tu-darmstadt.de/~fischer/ThomasFischer.asc
X-PGP-Fingerprint: 0199 C895 F329 B44D 0686  B391 9E54 A60C DD5B 8D0F
X-Disclaimer: Hiermit widerspreche ich der Nutzung meiner Daten gemaess BDSG 28
X-PGP-ID: DD5B8D0F
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Message-Id: <200206271917.07941.th.fischer@gmx.net>
X-Spam-Rating: max.tat.physik.uni-tuebingen.de 0/1000/N

Package: koffice
Version: 1.2-beta2

When I compile koffice-1.2-beta2 from source (./configure --prefix=/usr/local 
--enable-debug=yes --enable-final --with-qt-dir=/usr/local/qt3 && make) the 
make process stops with this error message:

make[4]: Entering directory `/tmp/koffice-1.2-beta2/lib/kofficecore'
source='libkofficecore_la.all_cpp.cpp' object='libkofficecore_la.all_cpp.lo' 
libtool=yes \
depfile='.deps/libkofficecore_la.all_cpp.Plo' 
tmpdepfile='.deps/libkofficecore_la.all_cpp.TPlo' \
depmode=gcc /bin/sh ../../admin/depcomp \
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H 
-I. -I. -I../.. -I../../lib/store -I../../lib/store -I../../lib/kwmf 
-I../../lib/kwmf -I/usr/local/include -I/usr/local/qt3/include 
-I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor 
-Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wconversion -fno-builtin -g -O2 -fno-exceptions -fno-check-new 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DKDE_NO_COMPAT  
-Woverloaded-virtual -c -o libkofficecore_la.all_cpp.lo `test -f 
libkofficecore_la.all_cpp.cpp || echo './'`libkofficecore_la.all_cpp.cpp
In file included from libkofficecore_la.all_cpp.cpp:3:
handler.cpp:380: handler.moc: No such file or directory
make[4]: *** [libkofficecore_la.all_cpp.lo] Error 1
make[4]: Leaving directory `/tmp/koffice-1.2-beta2/lib/kofficecore'

Reason: handler.moc has not been created.
Work around: Change to  lib/kofficecore  and call  make handler.moc  by hand.
Suggested Bugfix: Add dependency between target libkofficecore_la.all_cpp (or 
related) to handler.moc, as there is a target for handler.moc, but it is not 
called.

I am using KDE 3.0.1, QT 3.0.4 and gcc 2.95.3, everything compiled from 
source. System is SuSE 7.1 based, but many programs added from source.

Bye,
Thomas

-- 
PGP-ID = DD5B8D0F
PGP-Fingerprint: 0199 C895 F329 B44D 0686  B391 9E54 A60C DD5B 8D0F
PGP-URL: http://fischer.sdf-eu.org/ThomasFischer.asc

_______________________________________________
koffice-devel mailing list
koffice-devel@mail.kde.org
http://mail.kde.org/mailman/listinfo/koffice-devel


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

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