
On Friday 24 March 2006 23:42, Darrell Cormier wrote:
Hmmm. Interesting question. I am building projects that have several libraries and header files that have been built by my counter part in another part of the world. Unfortunately he is on vacation for some time yet so have not had the opportunity to get his opinion. If I just compile my development it works fine. It is not until the build that I have problems. Everything works in earlier versions of g++ (3.3.5 and 3.3.6 at least). I will have to try to pinpoint which file is giving me grief.
btw, quick fix/workaround: what are you including that pulls in sstream.tcc? <complex>? Whatever it is, put #undef min #undef max immediately before the #include, and you will at least not see these errors again. (And perhaps with a little luck whatever it is that #defines them will throw an error because of it, so you can see what it is) -- Certified: Yes. Certifiable: of course! jabber ID: anders@rydsbo.net