Bug#2384: marked as done (makefile generation)

Stephan Kulow owner at bugs.kde.org
Thu Jan 27 22:48:01 UTC 2000


Your message dated Thu, 27 Jan 2000 23:33:49 +0100
with message-id <00012723340208.02470 at ati15>
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; 6 Dec 1999 14:28:21 +0000
From micha at micha.ani.de Mon Dec  6 15:28:21 1999
Received: from micha.ani.de ([195.180.220.72]:6 "EHLO micha.ani.de")
	by max.tat.physik.uni-tuebingen.de with ESMTP id <S742210AbPLFO2D>;
	Mon, 6 Dec 1999 15:28:03 +0100
Received: (from micha at localhost)
	by micha.ani.de (8.8.8/8.8.8) id PAA16213;
	Mon, 6 Dec 1999 15:28:08 +0100
Date:   Mon, 6 Dec 1999 15:28:08 +0100
Message-Id: <199912061428.PAA16213 at micha.ani.de>
FROM:   micha <micha at ani.de>
TO:     submit at bugs.kde.org
SUBJECT: makefile generation
Return-Path: <micha at micha.ani.de>
X-Orcpt: rfc822;submit at bugs.kde.org

Package: kdevelop
Version: 1.0
Severity: normal

Bugreport ID : 15:06,06.12.99

Originator	: micha
E-Mail		: micha at ani.de

Subject : makefile generation

Error Class	: software bug
Error Location	: project management
Priority	: medium
Bug Description ---------------------------

Additional Options for the Compiler are generated for g++ only not in invoking gcc

example:

g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/lib/qt/include  -I/usr/X11R6/include    -O2 -g3 -Wall   -I/home/micha/local/include -I/usr/local/dx/include  -c mainwindow.cpp

OK, all include pathes catched, but now (same run):

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt/include  -I/usr/X11R6/include    -g -O2 -c explorer.c
In file included from explorer.c:9:
explorer.h:18: dxl.h: No such file or directory
make[1]: *** [explorer.o] Error 1

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

set up mixed C/C++ project  with different compiler options

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

I´m scanning the sources ... Greetings, Micha

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

KDevelop version	: 1.0
KDE version		: 1.1.3
QT version		: 1.44
OS/Distribution		: Linux (SuSE 6.0 + handcrafted)
Compiler		: gcc 2.95.1

misc :




More information about the KDevelop-devel mailing list