Dittmar, Daniel wrote: >>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? >
Yes, there is - stdio.h is included somewhere, and of course defines a printf. It is different, but how would that interfere with a printf defined local to a class ? Sorry, I should have mentioned that the printfs were all defined local to a class. gco10.h: The printf that the build complains about is the one in OmsSimDumpCollector. It returns void, whereas the one defined in stdio returns an int. hin97.h: The printf is local to class cin97_TraceStream. livecache.h: printf is local to class OmsSimDumpCollector. /Per _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
