Bug#2244: marked as done (the project parser (scanner?) dont like namespaces)

Stephan Kulow owner at bugs.kde.org
Sun Dec 5 17:03:02 UTC 1999


Your message dated Sun, 5 Dec 1999 17:42:53 +0100
with message-id <99120517430801.07553 at albundy>
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; 5 Nov 1999 15:54:27 +0000
From Andrey.Behrens at gmx.de Fri Nov  5 16:54:27 1999
Received: from smtp0.zeitung-online.net ([193.218.127.9]:38180 "EHLO
        smtp0.zet.net") by max.tat.physik.uni-tuebingen.de with ESMTP
	id <S741635AbPKEPyS>; Fri, 5 Nov 1999 16:54:18 +0100
Received: from gmx.de (yeti.zet.net [193.218.126.136])
	by smtp0.zet.net (8.9.1/8.9.1) with ESMTP id QAA03872
	for <submit at bugs.kde.org>; Fri, 5 Nov 1999 16:54:17 +0100
Sender: andrey at smtp0.zet.net
Message-ID: <3822FDB7.74D332A4 at gmx.de>
Date:   Fri, 05 Nov 1999 16:54:31 +0100
From:   Andrey Behrens <Andrey.Behrens at gmx.de>
Reply-To: Andrey.Behrens at gmx.de
X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.7 sun4u)
X-Accept-Language: en
MIME-Version: 1.0
To:     submit at bugs.kde.org
Subject: the project parser (scanner?) dont like namespaces
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Return-Path: <Andrey.Behrens at gmx.de>
X-Orcpt: rfc822;submit at bugs.kde.org

Package: kdevelop
Version: 1.0beta4.1
Severity: critical

Bugreport ID : 16:48,05.11.99

Originator	: Andrey Behrens
E-Mail		: Andrey.Behrens at gmx.de

Subject : the project parser (scanner?) dont like namespaces

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

try the following file. If you remove the "namespace UnixTools" line
will KDevelop work fine
----------------------------
#include <string>
namespace UnixTools {

///////////////////////////////////////////
//Ask for an ID
int 		getUid(void); 						//Gibt uid des gegenwaertigen Benutzers
zurueck
int 		getGid(void); 						//Gibt gid des aktuellen Users zurueck
int 		getUid(const char* name); //Gibt UID von NAME zurueck
int 		getGid(const char* name);	//Gibt gid von NAME zurueck
string	getUidName(void); 				//gibt die user-id fuer den aktuellen
Nutzer zurueck (z.B. "abehrens")
string	getGidName(void); 				//gibt die gruppen-id fuer den aktuellen
Benutzer zurueck (z.B. "users")


inline int getRootUid(void){ 				//Gibt uid von root zurueck
	return getUid("root");
}
inline int getRootGid(void){ 				//gibt gid von root zurueck
	return getGid("root");
}
inline int getUid(const string& name){ //Gibt uid von NAME zurueck
	return getUid(name.c_str());
}
inline int getGid(const string& name){	//Gibt gid von NAME zurueck
	return getGid(name.c_str());
}

}


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



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



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

KDevelop version	: 1.0beta4.1
KDE version		: 1.1.2
QT version		: 1.44
OS/Distribution		: Sunos 
Compiler		: gcc 2.8.1

misc :

-- 
Andrey Behrens, Burgstadt Dohna
Fuer private Mail bitte unbedingt: mailto:Andrey.Behrens at gmx.de




More information about the KDevelop-devel mailing list