This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: [v3] gcc STL issue


I can't do it. This files includes many headers to be build.  

But, this file  includes compat.h header (
http://www.nabble.com/file/7157/compat.h compat.h ).
I found that problem disappears when I comment  line that includes "list"
header in compat.h and add "#include <list>" before including compat.h it in
file.C.

Strange thing that I don't get any errors pointing to my files.


Benjamin Kosnik wrote:
> 
>> g++ -c -g ...<file>.C
> Please include file.C
> -benjamin
> 

-- 
View this message in context: http://www.nabble.com/gcc-STL-issue-tf3394341.html#a9473555
Sent from the gcc - libstdc++ mailing list archive at Nabble.com.


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