[glade--]Re: glademm errors...
Mark Jones <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <20021022054150.DDFM9318.out016.verizon.net@[127.0.0.1]> |
Mohamed Ibrahim wrote: > Hi, > > Attached after correction, > > I'm working on Redhat linux 8.0, I tried to compile the latest glademm, > and I > found the following two errors (not big ones): > > 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. Mark