Angus Leeming <[EMAIL PROTECTED]> writes:


| src/frontends/xforms/FormPrint.h:
| -#ifdef __GNUG__
| -#pragma interface
| -#endif
| (These one allows the code to link)

In stead of that you could try to add 
#ifdef __GNUG__
#pragma implementation
#endif

to FormPrint.C unless already present.

        Lgb

Reply via email to