On 21-Apr-2002 Marco Fonseca wrote: > All, > > Anyone have trouble compiling 65.0 alpha1? I get : > > make[2]: Entering directory `/home/ryu/try/blackbox-0.65.0alpha1/src' > c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -DSHAPE -DNLS -DTIMEDCACHE > -DLOCALEPATH=\"/opt/packages/blackbox-0.65.0alpha1/share/blackbox/nls\" > -DDEFAULTMENU=\"/opt/packages/blackbox-0.65.0alpha1/share/blackbox/menu\" > -DDEFAULTSTYLE=\"/opt/packages/blackbox-0.65.0alpha1/share/blackbox/styles/Res > ults\" > -O2 -I/usr/X11R6/include -c BaseDisplay.cc > BaseDisplay.cc:81: sstream: No such file or directory. > > I'm using gcc 2.95.2. I don't have sstream anywhere. > > MarcoF
2.95.2 strikes again. Had to have been the most broken ass gcc release in recent history. Grrrrrrrrrr. Do you have <stringstream> or <strstream>? Obviously we need to add a configure check.
