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

Re: build problem (include problems)


Benjamin Kosnik <bkoz@redhat.com> writes:

| > ../../../../libstdc++-v3/libsupc++/new:34:19: cstddef: No such file or directory                                             
| 
| can you make sure that include/std has cstddef?

sure:

/local/larsbj/gcc/libstdc++-v3/include/std
[larsbj@lett std]$ ls
CVS/       ciso646  cstdarg  cwctype     iostream  memory   stdexcept
algorithm  climits  cstddef  deque       istream   numeric  streambuf
bitset     clocale  cstdio   fstream     iterator  ostream  string
cassert    cmath    cstdlib  functional  limits    queue    strstream
cctype     complex  cstring  iomanip     list      set      utility
cerrno     csetjmp  ctime    ios         locale    sstream  valarray
cfloat     csignal  cwchar   iosfwd      map       stack    vector        

Seems to me that the -I includes walk up one dir too little.

        Lgb

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