Changes between Initial Version and Version 1 of Ticket #35728


Ignore:
Timestamp:
Aug 18, 2012, 11:31:27 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35728 – Description

    initial v1  
    1 Bump gsoap version to 2.8.9.  Add patch to correct <gsoap/stdsoap2.h>.  The SOAP_NEW(type) macro must be the old form without parenthesis for /usr/bin/gcc-4.2 on SL, i.e., __APPLE_CC__ 5666.  I find this fix is useful, e.g., in building VirtualBox from the mercurial repository.
     1Bump gsoap version to 2.8.9.  Add patch to correct <gsoap/stdsoap2.h>.  The SOAP_NEW(type) macro must be the old form without parenthesis for /usr/bin/gcc-4.2 on SL, i.e., !__APPLE_CC!__ 5666.  I find this fix is useful, e.g., in building VirtualBox from the mercurial repository.