This is the mail archive of the libstdc++-prs@sources.redhat.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]

libstdc++/72: streambuf.h



>Number:         72
>Category:       libstdc++
>Synopsis:       streambuf.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jul 14 09:07:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Kenneth M. Berry
>Release:        2.95.3
>Organization:
>Environment:
2.3.X or 2.4.X, glibc-2.1.91-2, K7/700Mhz AMD-751 VIA686A
>Description:
make[2]: Entering directory `/extra1/ALSA/alsa-conf'
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./newt    -g -Wall -ftemplate-depth-20 -c Alloc.cc
In file included from /usr/lib/gcc-lib/i386-redhat-linux/2.95.3/../../../../include/g++-3/iostream.h:31,
                 from /usr/lib/gcc-lib/i386-redhat-linux/2.95.3/../../../../include/g++-3/iomanip.h:31,
                 from Alloc.cc:23:
/usr/lib/gcc-lib/i386-redhat-linux/2.95.3/../../../../include/g++-3/streambuf.h: In method `struct _IO_FILE *& streambuf::xchain()':
/usr/lib/gcc-lib/i386-redhat-linux/2.95.3/../../../../include/g++-3/streambuf.h:295: type `_IO_FILE' is not a base type for type `_IO_FILE_plus'
make[2]: *** [Alloc.o] Error 1
make[2]: Leaving directory `/extra1/ALSA/alsa-conf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/extra1/ALSA/alsa-conf'
make: *** [all-recursive-am] Error 2
[root@localhost alsa-conf]# 

gmake[3]: Entering directory `/extra2/MOZILLA_CVS/mozilla/xpcom/tools/registry'
regxpcom.cpp
c++ -o regxpcom.o -c -DOSTYPE=\"Linux2.4\" -DOJI -DUSE_NSREG  -I../../../dist/include     -I/usr/X11R6/include   -fPIC  -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -pedantic -Wno-long-long -pthread  -DDEBUG -DDEBUG_root -DTRACING -g -DMOZILLA_CLIENT -include ../../../config-defs.h -Wp,-MD,.deps/regxpcom.pp regxpcom.cpp
In file included from /usr/lib/gcc-lib/i386-redhat-linux/2.95.3/../../../../include/g++-3/iostream.h:31,
                 from regxpcom.cpp:24:
/usr/lib/gcc-lib/i386-redhat-linux/2.95.3/../../../../include/g++-3/streambuf.h: In method `struct _IO_FILE *& streambuf::xchain()':
/usr/lib/gcc-lib/i386-redhat-linux/2.95.3/../../../../include/g++-3/streambuf.h:295: type `_IO_FILE' is not a base type for type `_IO_FILE_plus'
gmake[3]: *** [regxpcom.o] Error 1
gmake[3]: Leaving directory `/extra2/MOZILLA_CVS/mozilla/xpcom/tools/registry'
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory `/extra2/MOZILLA_CVS/mozilla/xpcom/tools'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/extra2/MOZILLA_CVS/mozilla/xpcom'
gmake: *** [install] Error 2
[root@localhost mozilla]# 
>How-To-Repeat:
Compile mozilla cvs or alsa-conf cvs.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

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