> when building 7.4.3.3 for linux/390, I see errors in the cpp
> compiles including those 3 header files.
> In all 3 cases it's a line roughly like this:
> 
> virtual void printf ( const char * format, ...) ;
> 
> and the error says:
> 
> parse error before 'char'.

Could it be that there is a define for 'printf' in some system header file?

You can generate the preprocessed source by
imf vco10.cpp/-E > vco10.i
or whatever .cpp file triggers the error.
Then search for 'class   OmsSimDumpCollector' (which contains a method 'printf') to 
see how it looks.

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to