This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Yet another issue with gcc current trunk with ada on cygwin: s-tpoaal.adb:60:13: "Specific" is undefined (more references follow)
- From: Christian Joensson <christian dot joensson at gmail dot com>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Tue, 22 Nov 2011 05:50:12 +0100
- Subject: Yet another issue with gcc current trunk with ada on cygwin: s-tpoaal.adb:60:13: "Specific" is undefined (more references follow)
On cygwin, current gcc trunk, I get this new problem:
/usr/local/src/trunk/objdir.withada/./gcc/xgcc
-B/usr/local/src/trunk/objdir.withada/./gcc/
-B/usr/i686-pc-cygwin/bin/ -B/usr/i686-pc-cygwin/lib/ -isystem
/usr/i686-pc-cygwin/include -isystem /usr/i686-pc-cygwin/sys-include
-c -g -O2 -W -Wall -gnatpg -nostdinc s-taprop.adb -o s-taprop.o
s-tpoaal.adb:60:13: "Specific" is undefined (more references follow)
make[5]: *** [s-taprop.o] Error 1
make[5]: Leaving directory `/usr/local/src/trunk/objdir.withada/gcc/ada/rts'
make[4]: *** [gnatlib] Error 2
make[4]: Leaving directory `/usr/local/src/trunk/objdir.withada/gcc/ada'
make[3]: *** [gnatlib-shared] Error 2
make[3]: Leaving directory `/usr/local/src/trunk/objdir.withada/gcc/ada'
make[2]: *** [gnatlib-shared] Error 2
make[2]: Leaving directory
`/usr/local/src/trunk/objdir.withada/i686-pc-cygwin/libada'
make[1]: *** [all-target-libada] Error 2
make[1]: Leaving directory `/usr/local/src/trunk/objdir.withada'
make: *** [all] Error 2
--
Cheers,
/ChJ