Re: prob in compilation with gcc3.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Deepak Soi <sdeepak@xxxxxxxxxxx> writes:

>        I am getting a compilation error with gcc3.4. Is there some
> special handling of macros in gcc3.4 as all these lines are calling
> macros . It will be really nice if somebody helps out, I am struck.
> ==============================================================
>   find.cxx:723:1: pasting "DbNet" and "*" does not give a valid
> preprocessing token.
>   find.cxx:723:1: pasting "Net" and "*" does not give a valid
> preprocessing token.
>   find.cxx:723:1: pasting "FindFromDbNet" and "(" does not give a
> valid preprocessing token.
> ==================================================================

Sounds like invalid use of ##, which is used to paste two tokens
together into a single token.  The problem is going to be somewhere
inside your macro definitions.  Perhaps you are simply using an
inappropriate argument to your macro.  It's impossible to say much
more without an example.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux