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]

Re: help- URGENT build errors while using gcc


> From: "Radhika Shenoy" <meradix@hotmail.com>
> To: gcc@gcc.gnu.org
> Date: Mon, 23 Jul 2001 16:52:21 +0530

> This is because i have a set of old files (created even before the
> creation of the c++ std libraries) these files have user defined
> data types named as "set" and "pair". and there is a conflict
> between these two and the "Stl" set and pair datatypes.

> Is there any way to avoid these errors? i need to use the stl
> variables too but they are in other files, which are also part of
> teh same project, the stl set and teh old set are used in two
> different files. the ordinary CC compilation does not give me these
> errors!!

> Can you tell me how to tackle  this??

Not here.  This list is for the discussion of how to create a
compiler.  :-)

You want the, how do I program in C++ list.  help-g++@gnu.org would be
closer to the right list.  Also, there is comp.lang.c++ that I think I
would recommend.


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