[PolyORB-users] Re: GNAT-GPL PolyORB 1.3r Red Hat 8.0 & 9.0
Anh Vo
anhvofrcaus at gmail.com
Mon Feb 20 03:13:40 CET 2006
Finally, the make process went through successfully, yea! :-)
You are right, g++ needs to be upgraded to gcc-4.0 or 4.1. In
addition, I have learned that GNAT-GPL does not contain g++ compiler
in it.
Jerome, thank you very much for great help.
AV
On 2/19/06, Anh Vo <anhvofrcaus at gmail.com> wrote:
> 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