Re: [glade--]Re: glademm errors...
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Mark Jones wrote:
> Mohamed Ibrahim wrote:
>
>>1. The gcc compiler did not realize it should include "fstream.h" when
>>it met the line #include<fstream>
>>without the ".h".
>
>
> This clearly is a compiler/installation problem. I don't know why your
> system does not recognize standard c++ ...
>
> ----------------
> Mohamed,
>
> Check to see that you have gcc3 and not gcc-2.x if you want to use the #includes without the .h. That might be what is wrong, it is certainly easy to investigate/try.
"fstream" works with g++ [2.95.4, 3.0, 3.1 and 3.2]. So using 2.95 is
not the problem here.
Christof