[PolyORB-users] Re: GNAT-GPL PolyORB 1.3r Red Hat 8.0 & 9.0

Anh Vo anhvofrcaus at gmail.com
Mon Feb 20 01:21:10 CET 2006


On 2/18/06, Jerome Hugues <hugues.jerome at gmail.com> wrote:
> Anh Vo a écrit :
> > The make process went much further toward the end. However, it fails
> > when processing *.idl as shown in the captured out error message. Note
> > that there was no problem before this point. That is why I did not
> > show the output.
>
> This bug usually indicates a preprocessor not being recent enough, what
> is the version of the processor you are using ?
>
> Check compilers/idlac/platform.ads for its name.
>
> If you're using the one with gcc 3.2.x, please upgrade to 4.0.x or 3.4.x
>

Here is the content of this file.

pragma Style_Checks (Off);
--  This file contains automatic configure substitutions which may yield
--  long lines.

package Platform is

   pragma Pure;

   CXX_Preprocessor : constant String :=
                        "g++ -E -C -x c -ansi";

   CXX_Preprocessor_Suffix : constant String :=
                               "";

end Platform;

did you mean g++ compiler?


More information about the PolyORB-users mailing list