This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Failed to build plural.c on IRIX64 6.5


"Tovrea, George W (US SSA)" <george.tovrea@baesystems.com> writes:

> Failed to build on IRIX64 6.5 with the following error:
>
> gcc -c  -g -DHAVE_CONFIG_H  -I.
> -I/home/users/tovrea/FFMPEG/gcc-4.4.0-RC-20090414/intl plural.c
> bison.simple:153: conflicting types for `libintl_gettextparse'
> /home/users/tovrea/FFMPEG/gcc-4.4.0-RC-20090414/intl/plural-exp.h:114:
> previous declaration of `libintl_gettextparse'
> bison.simple: In function `libintl_gettextparse':
> bison.simple:219: number of arguments doesn't match prototype
> bison.simple:153: prototype declaration

I don't really see how this could happen.  Can you run this command with
the --save-temps option and take a look at the plural.i file to see the
different declarations of libint_gettextparse?  Also, which version of
gcc are you running?

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]