From mboxrd@z Thu Jan 1 00:00:00 1970 From: ckrackowiz@std.schuler-ag.com To: gcc-gnats@gcc.gnu.org Subject: other/2411: 2.95.2 runs, change in .h leads to compile error of 2.95.3 Date: Wed, 28 Mar 2001 02:56:00 -0000 Message-id: <20010328105512.29260.qmail@sourceware.cygnus.com> X-SW-Source: 2001-03/msg00325.html List-Id: >Number: 2411 >Category: other >Synopsis: 2.95.2 runs, change in .h leads to compile error of 2.95.3 >Confidential: no >Severity: serious >Priority: low >Responsible: unassigned >State: open >Class: wrong-code >Submitter-Id: net >Arrival-Date: Wed Mar 28 02:56:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Christian Krackowizer / schuler technodat Gmbh >Release: 2.95.3 >Organization: >Environment: Ultrix 4.3 Y2Kready >Description: Hi, I know Ultrix is an old OS, but up to now, I managed it to get all older releases running, last good is 2.95.2. Now, in the contents of ../libio/libioP.h has changed compared with 2.95.2. This leads to a build error. Maybe you have a hint. regards from Austria Christian >How-To-Repeat: just 'make' >Fix: >Release-Note: >Audit-Trail: >Unformatted: ----gnatsweb-attachment---- Content-Type: text/plain; name="gcc.txt" Content-Disposition: inline; filename="gcc.txt" /pub/tmp/obj/gcc/xgcc -B/pub/tmp/obj/gcc/ -B/usr/local/mips-dec-ultrix4.3/bin/ - c -g -O2 -I. -I../../../gcc-2.95.3/libio ../../../gcc-2.95.3/libio/genops.c ../../../gcc-2.95.3/libio/genops.c:472: conflicting types for `_IO_default_seekpos' ../../../gcc-2.95.3/libio/libioP.h:349: previous declaration of `_IO_default_seekpos' ../../../gcc-2.95.3/libio/genops.c:556: conflicting types for `_IO_default_seekoff' ../../../gcc-2.95.3/libio/libioP.h:348: previous declaration of `_IO_default_seekoff' ../../../gcc-2.95.3/libio/genops.c:887: conflicting types for `_IO_default_seek' ../../../gcc-2.95.3/libio/libioP.h:358: previous declaration of `_IO_default_seek' make[1]: *** [genops.o] Error 1 make[1]: Leaving directory `/pub/tmp/obj/mips-dec-ultrix4.3/libio' make: *** [all-target-libio] Error 2