Sean 'Shaleh' Perry wrote:

>>> 
>>>
>>>      
>>>
>>BaseDisplay.cc.  I replaced the include statement with strstream instead 
>>of sstream.  That was what you had in mind right?
>>
>>MarcoF
>>    
>>
>
>Could you please send me the compiler output.
>
>  
>

Ugh, I upgraded to 2.95.3, and it made my problem disapear.  Hmm lets 
see, I know I got another machine with 2.95.2 somewhere:)...


Ok, if I replace sstream with strstream on line 81, with 2.95.2 I get 
the following:

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/Results\"  
-O2  -I/usr/X11R6/include -c BaseDisplay.cc
BaseDisplay.cc: In method `ScreenInfo::ScreenInfo(BaseDisplay *, 
unsigned int)':
BaseDisplay.cc:457: `::ostringstream' undeclared (first use here)
BaseDisplay.cc:457: parse error before `;'
BaseDisplay.cc:458: `formatter' undeclared (first use this function)
BaseDisplay.cc:458: (Each undeclared identifier is reported only once
BaseDisplay.cc:458: for each function it appears in.)
make: *** [BaseDisplay.o] Error 1





btw, where did you get 2.95.4, I only see 2.95.3 on the gcc web/ftp page.
MarcoF

Reply via email to