2 bugs in kdevelop

Eric Klumpp eric.klumpp at emailforever.com
Tue May 8 05:03:43 BST 2001


> In a konsole please try 
> 
> unset LANG
> kdevelop
> 
> Does that fix the problem? (hmm - should that be "export unset LANG"?)


I have tried both sequences :
 >unset LANG
 >kdevelop
and
 >export unset LANG
<kdevelop

and the problem is the same


> if not, look at the make output. You'll see
> Entering directory blah
> g++ ...
> Leaving directory blah
> 
> Does the error messages fall between the Entering and Leaving lines or 
> outside those lines.


it's between, like a normal make output.

Here is the make output :

<
gmake  all-recursive
gmake[1]: Entre dans le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi'
Making all in sysdyn_kde2_sdi
gmake[2]: Entre dans le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi'
Making all in widgets
gmake[3]: Entre dans le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/widgets'
gmake[3]: Rien à faire pour `all'.
gmake[3]: Quitte le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/widgets'
Making all in signals
gmake[3]: Entre dans le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/signals'
gmake[3]: Rien à faire pour `all'.
gmake[3]: Quitte le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/signals'
Making all in plugins
gmake[3]: Entre dans le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/plugins'
gmake[3]: Rien à faire pour `all'.
gmake[3]: Quitte le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/plugins'
Making all in properties
gmake[3]: Entre dans le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/properties'
gmake[3]: Rien à faire pour `all'.
gmake[3]: Quitte le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/properties'
Making all in management
gmake[3]: Entre dans le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/management'
gmake[3]: Rien à faire pour `all'.
gmake[3]: Quitte le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/management'
Making all in others
gmake[3]: Entre dans le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/others'
gmake[3]: Rien à faire pour `all'.
gmake[3]: Quitte le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/others'
gmake[3]: Entre dans le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/lib/qt2/include 
-I/usr/X11R6/include     -O2 -fno-exceptions -fno-check-new -Wall 
-pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings 
-Wno-long-long -fno-builtin -O0 -g3 -Wall  -c tmeth_ar_model.cpp
tmeth_ar_model.cpp:23: warning: ISO C++ forbids declaration of
`TMgeth_Ar_Model' with no type
tmeth_ar_model.cpp:23: no `int TMeth_Ar_Model::TMgeth_Ar_Model
(THierarchy *, THierarchy *)' member function declared in class
`TMeth_Ar_Model'
tmeth_ar_model.cpp: In method `int TMeth_Ar_Model::TMgeth_Ar_Model
(THierarchy *, THierarchy *)':
tmeth_ar_model.cpp:23: only constructors take base initializers
tmeth_ar_model.cpp:24: warning: no return statement in function
returning non-void
gmake[3]: Quitte le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi'
gmake[3]: *** [tmeth_ar_model.o] Erreur 1
gmake[2]: Quitte le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi'
gmake[1]: Quitte le répertoire 
`/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi'
gmake[2]: *** [all-recursive] Erreur 1
gmake[1]: *** [all-recursive] Erreur 1
gmake: *** [all-recursive-am] Erreur 2
*** failed ***
 >

I just insert a "g" in the name of the constructor of this class in 
order to have an error in my code.

When I click on the line
 >tmeth_ar_model.cpp:23: warning: ISO C++ forbids declaration of
 >`TMgeth_Ar_Model' with no type

I have the error that the file 
"/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/tmeth_ar_model.cpp"
  doesn't exist, whereas it should be 
"/home/eric/programmation/sysdyn_v0.6.3_kde2_sdi/sysdyn_kde2_sdi/tmeth_ar_model.cpp"


If I have well understand, the error comes from my language setting. I 
tried to set the country US and langage US in KDE (without restarting 
KDE) and then launching kdevelop. I have the same problem. Then I tried 
with country GB and language US, same problem.

In fact I don't have the possibility to select the language GB, is it 
the problem ?


Eric


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list