Uploaded image for project: 'MariaDB Connector/C'
  1. MariaDB Connector/C
  2. CONC-140

MinGW/Window7 build doesn't work because ssize_t is redefined

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 2.1
    • 3.0.0, 2.2.0
    • None
    • None
    • OSX Yosemite, VirtualBox, Windows7, MinGW latest, cmake latest

    Description

      To fix problem:
      In file <MariaDB_Connector_C_SourceDirectory>\include\my_global.h, line 458
      change:
      typedef SSIZE_T ssize_t;
      to:
      typedef int ssize_t;

      Attachments

        Activity

          georg Georg Richter added a comment -

          fixed in 2.2 branch
          revision b0444f573fa39e83a947b36b421e278a4ab9ab08

          georg Georg Richter added a comment - fixed in 2.2 branch revision b0444f573fa39e83a947b36b421e278a4ab9ab08

          People

            georg Georg Richter
            kcrossen Ken Crossen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.