Re: [Fresco-devel] Problem running the demo
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
Matty Noble wrote: > BTW, I'm compiling with G++ 2.95.2.1, and I had to make a bunch of changes > to get it to compile, mainly with respect to G++'s pre-3.0 strstream > wierdness, and also the absence of the push_back method for strings. If > anyone is interested in a patch, I think I managed to avoid doing anything > destructive to the code, and I could provide one pretty easily. actually, we are thinking of not supporting gcc 2.x any longer at some point in the near future. There are too many things that change in incompatible ways, all related to the std library (include headers, some API changes as you noted, etc.). Is there anything holding you back from upgrading to gcc 3.2 ? Stefan