This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc 3.2 behaviour/changes
- From: Axel Siebenwirth <axel at hh59 dot org>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 8 Jul 2002 23:11:35 +0200
- Subject: gcc 3.2 behaviour/changes
- Organization: hh59.org
Hi!
I am sorry if this is not suitable for this list. Maybe I should attend the
developers list.
Anyway, I have just build gcc 3.2 and wanted to see how it's doing so I
build X with it.
And then it comes up with errors like this:
config/cf/Imake.tmpl:1936: macro "Concat3" requires 3 arguments, but only 1
given
config/cf/Imake.tmpl:1936: warning: extra tokens at end of #include
directive
config/cf/Imake.tmpl:1937: ,TopLevelProject,.rules: No such file or
directory
on a line like this:
# define ProjectRulesFile Concat3(<,TopLevelProject,.rules>)
Why is this not working? Is there a way to have new gcc-3.2 behave to
"old-fashioned" way?
Regards,
Axel