Bug 49272

Summary: /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/include/stddef.h:199: syntax error before `typedef'
Product: [Applications] kdevelop Reporter: Rein Eltmaa <rein.eltmaa>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rein Eltmaa 2002-10-17 09:27:33 UTC
Version:           2.1beta (using KDE 2.2.2)
Installed from:    Mandrake Linux 8.2 i586 - 8.2
Compiler:          gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk)
OS:          Linux (i686) release 2.4.18-6mdk

Hello, Support!kDevelop can't make even simple selfgenerated c-application "Hello, World" for terminalexecuting.gcc -DHAVE_CONFIG_H -I. -I/home/rein/hello/hello -I..     -O2   -O0 -g3 -Wall  -c main.cIn file included from /usr/include/stdio.h:34,                 from main.c:22:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/include/stddef.h:199: syntax error before `typedef'gAny ideas?Regards!Rein EltmaaEstonia.
Comment 1 John Firebaugh 2002-10-26 20:18:38 UTC
Looks like you have messed up header files. 
Comment 2 Rein Eltmaa 2002-10-27 06:13:49 UTC
Subject: Re:  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/include/stddef.h:199: syntax error before `typedef'         

Hello, John!

You wrote -
> Looks like you have messed up header files.

Sorry - I couldn't mess up nothing, because
the project "Hello,World!" was autogenerated by
kDevelope and I didn't add any word there.

More -
autogenerated by kDeveloper project "Hello, World!"
to execute in terminal mode gave compilation-time
errors due fully corrupted file 'config.h'
( the commentary end marks */ are placed wrong )

  To test the bugs I had, simply generate "Hello, World!"
projects in different modes and try to compile, link and execute them.

And -
what it means - the report You sent
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME
            Summary|/usr/lib/gcc-lib/i586-      |/usr/lib/gcc-lib/i586-
                   |mandrake-linux-             |mandrake-linux-

|gnu/2.96/include/stddef.h:19|gnu/2.96/include/stddef.h:19
                   |9: syntax error before      |9: syntax error before
                   |`typedef'                   |`typedef'

I don't see any differents between columns Removed amd added !

Please, I'm 65 and don't like You balling back my questions !

No regards yet.

Rein Eltmaa from Estonia.



----- Original Message -----
From: "John Firebaugh" <jfirebaugh@kde.org>
To: <rein.eltmaa@neti.ee>
Sent: Saturday, October 26, 2002 08:18 PM
Subject: [Bug 49272]
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/include/stddef.h:199: syntax
error before `typedef'


> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=49272
> jfirebaugh@kde.org changed:
>
>            What    |Removed                     |Added
> --------------------------------------------------------------------------
--
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |WORKSFORME
>             Summary|/usr/lib/gcc-lib/i586-      |/usr/lib/gcc-lib/i586-
>                    |mandrake-linux-             |mandrake-linux-
>
|gnu/2.96/include/stddef.h:19|gnu/2.96/include/stddef.h:19
>                    |9: syntax error before      |9: syntax error before
>                    |`typedef'                   |`typedef'
>
>
>
> ------- Additional Comments From jfirebaugh@kde.org  2002-10-26
20:18 -------
> Looks like you have messed up header files.
>