make problem on generated project

Massimo Morin mmorin at schedsys.com
Thu Oct 14 10:38:13 BST 1999


Hi,
	when I genereate the project, during the configuration part, configure
says that the compile line is
gcc -O0 -g3 -Wall -v -I..
but the executed one is
gcc -DHAVE_CONFIG_H -I. -I. -I.. -O0 -g3 -Wall -v -I..
This is cousing conflicts with my files (I can accept the
-DHAVE_CONFIG_H thought :) ).
Actually I have a local signal.h and the system signal.h conflicting.
In the
#include <signal.h> 
is getting the local one and not the system one due to the presence of
-I.
Without it everything works fine....

Another things: why the cut copy and paste is not working in the
"messages" window?? I can higlight with the mouse but I cannot past
anywhere.

And another: the snapshot (head) of 19991009 exits with sigsegv
Program received signal SIGSEGV, Segmentation fault.
0x40185572 in QCursorData::~QCursorData ()
(gdb) bt
#0  0x40185572 in QCursorData::~QCursorData ()
#1  0x401856f9 in QCursor::cleanup ()
#2  0x4017e21e in qt_cleanup ()
#3  0x400ec8d2 in QApplication::~QApplication ()
#4  0x405595e3 in KApplication::~KApplication ()
#5  0x404bcaf1 in KWMModuleApplication::~KWMModuleApplication ()
#6  0x80768a6 in main (argc=1, argv=0xbffff364) at main.cpp:83
(gdb) 

Last but not least: why not colorizing differntly the warning and the
errors in the messages window? This will help identifiying them during
the compilation...

Cheers
		Max
-- 
                                               _...__..-'
Massimo Morin                                .'
mmorin at schedsys.com                        .'
+1 (617) 484 2999                        .'
                                       .'
            .------._                 ;
      .-"""`-.<')    `-._           .'
     (.--. _   `._       `'---.__.-'
      `   `;'-.-'         '-    ._     Scheduling Systems Inc.
        .--'``  '._      - '   .       Three University Office Park
         `""'-.    `---'    ,          95 Sawyer Road
 ''--..__      `\                      Waltham, 02453 Massachusetts USA
         ``''---'`\      .'            +1 (781) 893-0390 x 126
                   `'. '               http://www.schedsys.com
                     `'.



More information about the KDevelop mailing list