Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-1483

broken due to AXIS2_UNZOPEN2 change in axutil_unix.h

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.7.0
    • platforms/unix
    • None
    • linux

    Description

      Axis2/C build break when built with --with-archive=/usr/include option, due to following change.
      -define AXIS2_UNZOPEN2(zipfilename,ffunc) unzOpen2(zipfilename,NULL); memset(&ffunc, 0, sizeof(ffunc));
      +define AXIS2_UNZOPEN2(zipfilename,ffunc) do

      { unzOpen2(zipfilename,NULL); memset(&ffunc, 0, sizeof(ffunc)); }

      while (0)

      why do we need a while loop here?

      Attachments

        Activity

          People

            Unassigned Unassigned
            damitha Damitha N.M. Kumarage
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: