Hello again,

please add the following lines to 'lyxsum.C':

  using std::FILE;
  using std::fopen;
  using std::fread;
  using std::fclose;
  using std::ferror;

in lstring.h:

 using std::size_t;

in lyx_gui_misc.h:

  using std::pair;
  using std::make_pair; (forgot that line in my previous email)

layout.C still requires the following changes:

  1217: return make_pair(true, static_cast<unsigned>(cit -
classlist.begin()));
  1219: return make_pair(false, 0u); }
  1245: return make_pair(true, static_cast<unsigned>(LYX_DUMMY_LAYOUT));
  1246: return make_pair(false, 0u); // not found

  (second argument must be 'unsigned')

lyx_gui_misc.C:

  411: return make_pair<bool, string>(true, string(tmp));

Finally, I get warnings like the following one when compiling lyx-devel
with Sun's CC:

  CC: Warning: Option -Wp,-MD,.deps/math_utils.pp passed to ld, 
  if ld is invoked, ignored otherwise

How can I disable them? It seems like they are not relevant for
compiling, are they?

Thanks,

Michael

PS: Still 'kill' is not a standardized function defined in <csignal>!
    I suggest changing the code.
 
-- 
======================================================================
Michael Schmitt                            phone:     +49 451 500 3725
Institute for Telematics                   secretary: +49 451 500 3721
Medical University of Luebeck              fax:       +49 451 500 3722
Ratzeburger Allee 160              eMail: [EMAIL PROTECTED]
D-23538 Luebeck, Germany           WWW:   http://www.itm.mu-luebeck.de
======================================================================

S/MIME Cryptographic Signature

Reply via email to