Bug#2636: marked as done (Duff application created)

Stephan Kulow owner at bugs.kde.org
Sun Mar 12 09:33:07 UTC 2000


Your message dated Sun, 12 Mar 2000 09:31:26 +0100
with message-id <38CB55DE.F74FBE61 at kdevelop.de>
and subject line (no subject)
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)

Received: (at submit) by bugs.kde.org; 3 Feb 2100 15:01:32 +0000
From summer at OS2.ami.com.au Thu Feb  3 16:01:32 2000
Received: from ppp15.ami.com.au ([203.55.31.111]:20488 "EHLO
        emu.os2.ami.com.au") by max.tat.physik.uni-tuebingen.de with ESMTP
	id <S741756AbQBCPB0>; Thu, 3 Feb 2000 16:01:26 +0100
Received: from possum.os2.ami.com.au (IDENT:root at possum.os2.ami.com.au [192.168.1.6])
	by emu.os2.ami.com.au (8.9.0/8.9.0) with ESMTP id LAA27568
	for <submit at bugs.kde.org>; Thu, 3 Feb 2000 11:51:40 +0800
Received: (from summer at localhost)
	by possum.os2.ami.com.au (8.9.3/8.9.3) id LAA20799;
	Thu, 3 Feb 2000 11:51:00 +0800
Date:   Thu, 3 Feb 2000 11:51:00 +0800
Message-Id: <200002030351.LAA20799 at possum.os2.ami.com.au>
FROM:   John Summerfield <summer at OS2.ami.com.au>
TO:     submit at bugs.kde.org
SUBJECT: Duff application created
Return-Path: <summer at OS2.ami.com.au>
X-Orcpt: rfc822;submit at bugs.kde.org

Package: kdevelop
Version: 1.1beta2
Severity: grave

Bugreport ID : 11:46,03.02.00

Originator	: John Summerfield
E-Mail		: summer at os2.ami.com.au

Subject : Duff application created

Error Class	: software bug
Error Location	: I don´t know
Priority	: high
Bug Description ---------------------------

I've fiddled with kdoc - now it warns, not croaks; here's the new code:
	local $cwd=`pwd`;
	unless (open( INPUT, "$currentfile" ) )
		{
			system "ls -l";
			warn  "Can't read from file $currentfile while in directory $cwd";
		}

With this change, I can generate a KDE application, but it does NOT build.

The application has this include for a header that does not exist on my system.

#include <kmessagebox.h>

As I actually BUILD kdevelop on this system. I expect I have in place all the libraries I should want.

How to repeat the error -------------------

Fiddle with kdoc as above.
Create a 'normal' KDE app.
Try to build it.


Bugfix or Workaround ----------------------



System Information ------------------------

KDevelop version	: 1.1beta2
KDE version		: kdebase-1.1.2-10
QT version		: 1.44 (I've got 2.0 too but kdevelop, it seems, doesn't like it)
OS/Distribution		: Red hat Linux 6.1
Compiler		: egcs-1.1.2-24

misc :




More information about the KDevelop-devel mailing list