This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

problem compiling locale-inst.cc on alphaev56-dec-osf4.0d


I encountered this error compiling libstdc++-2.90.5 with the latest 2.95
egcs snapshot. this seems to be similar to a problem reported in April
(http://sourceware.cygnus.com/ml/libstdc++/1999-q2/msg00010.html). however,
i am getting the same error.

Joe

make[2]: Entering directory `/cadunx/hansolo/people/jfitz/objdir/src'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I.
-I/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/src -I.. -nostdinc++
-I/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5
-I/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/stl
-I/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/libio     -g
-D_GNU_SOURCE -fno-implicit-templates  -fimplicit-templates -c
/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/src/locale-inst.cc
rm -f .libs/locale-inst.lo
c++ -DHAVE_CONFIG_H -I.
-I/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/src -I.. -nostdinc++
-I/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5
-I/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/stl
-I/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/libio -g -D_GNU_SOURCE
-fno-implicit-templates -fimplicit-templates -c  -DPIC
/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/src/locale-inst.cc -o
.libs/locale-inst.lo
/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/src/locale-inst.cc:189:
template-id `insert<>' for `vector<locale::facet *,allocator<locale::facet
*> >::insert(__normal_iterator<locale::facet **,vector<locale::facet
*,allocator<locale::facet *> > >, unsigned int, locale::facet *const &)'
does not match any template declaration
/cadunx/hansolo/people/jfitz/gnu/libstdc++-2.90.5/src/locale-inst.cc:189:
confused by earlier errors, bailing out
make[2]: *** [locale-inst.lo] Error 1
make[2]: Leaving directory `/cadunx/hansolo/people/jfitz/objdir/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cadunx/hansolo/people/jfitz/objdir'

>Joe Fitzgerald
>joe.fitzgerald@compaq.com
>508-841-3314


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com

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