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

mariadb_config/mariadb_config.c.in does not exist.

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • None
    • N/A
    • Packaging
    • None
    • OSX Yosemite, CMake 3.0.2

    Description

      CMake Error: File /Users/Ken/Documents/MySQL_C++/mariadb-connector-c-2.2.0-src/mariadb_config/mariadb_config.c.in does not exist.
      CMake Error at mariadb_config/CMakeLists.txt:27 (CONFIGURE_FILE):
      configure_file Problem configuring file

      Found in mariadb-connector-c-2.1.0-src but not current version

      Attachments

        Issue Links

          Activity

            kcrossen Ken Crossen added a comment -

            copying mariadb_config.c.in from 2.1.0 to 2.2.0 appears to work for both
            unix make and xcode.

            Having done a unix make, on static linking to code in Qt, the following
            libraries will be needed: libcrypto.a (openssl), libssl.a (openssl), and
            libiconv.a.

            With libiconv.a, the problem is that mariadb-client build is trying to link
            w/ iconv_open and a unix make of libiconv-1.14 exports libiconv_open.

            In the 2.0.0 change log:

            I think it may not be that simple.

            Ken

            On Fri, Nov 6, 2015 at 12:27 PM, Ken Crossen (JIRA) <

            kcrossen Ken Crossen added a comment - copying mariadb_config.c.in from 2.1.0 to 2.2.0 appears to work for both unix make and xcode. Having done a unix make, on static linking to code in Qt, the following libraries will be needed: libcrypto.a (openssl), libssl.a (openssl), and libiconv.a. With libiconv.a, the problem is that mariadb-client build is trying to link w/ iconv_open and a unix make of libiconv-1.14 exports libiconv_open. In the 2.0.0 change log: Fix for CONC-65 < https://mariadb.atlassian.net/browse/CONC-65 >: Apples libiconv doesn't provide libiconv_open so we need to link against the macports library instead I think it may not be that simple. Ken On Fri, Nov 6, 2015 at 12:27 PM, Ken Crossen (JIRA) <
            kcrossen Ken Crossen added a comment -

            Having made all these fixes, the resulting static library functions as expected on OSX Yosemite.

            kcrossen Ken Crossen added a comment - Having made all these fixes, the resulting static library functions as expected on OSX Yosemite.

            People

              georg Georg Richter
              kcrossen Ken Crossen
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.