This is the mail archive of the gcc@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] | |
Compiled successfully 3.1 from CVS 04112002. Installed went without a hitch. One problem though, what complied before does not anymore... the exact version of GCC 3.1 from CVS 04112002 the system type rs6000-ibm-aix4.3.3.0 the options given when GCC was configured/built --enable-laguages=c,c++ the complete command line that triggers the bug g++ -c -I../../api -I../../include -D__AIX__ -D__UNIX__ -D__XREF_COMP__ -w xrefdup.C the compiler output (error messages, warnings, etc.) > Compiling xrefdup.C > g++ -c -I../../api -I../../include -D__AIX__ -D__UNIX__ > -D__XREF_COMP__ -w xrefdup.C > In file included from /usr/local/include/g++-v3/bits/basic_file.h:250, > from /usr/local/include/g++-v3/fstream:48, > from xrefdup.h:28, > from xrefdup.C:30: > /usr/local/include/g++-v3/rs6000-ibm-aix4.3.3.0/bits/basic_file_mo > del.h: In > constructor `std::__basic_file<_CharT>::__basic_file(__c_lock*)': > /usr/local/include/g++-v3/rs6000-ibm-aix4.3.3.0/bits/basic_file_mo > del.h:39: class > `std::__basic_file<_CharT>' does not have any field named `_M_cfile' > /usr/local/include/g++-v3/rs6000-ibm-aix4.3.3.0/bits/basic_file_mo > del.h:39: class > `std::__basic_file<_CharT>' does not have any field named > `_M_cfile_created' > gmake: *** [xrefdup.o] Error 1 the preprocessed file (*.i*) see attachment
Attachment:
xrefdup.ii.gz
Description: Macintosh archive
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |