Bug#2384: makefile generation

micha micha at ani.de
Mon Dec 6 14:28:08 UTC 1999


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