Hi, Lionel Elie Mamane suggested to me for including the MySQL connector using the MySQL C client library in the MacOSX-10.9-x86-64@53 Tinderbox builds. Now, the MySQL connector and the MySQL C client library [1] are bundled in the LibreOffice Nightly Build [2]
The MySQL "Connector/C" was built by using the following configuration: $ cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/Volumes/Tinderbox/mysql -DCMAKE_C_FLAGS="-m64 -mmacosx-version-min=10.9 -isysroot /Applications/Xcode-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" -DCMAKE_CXX_FLAGS="-m64 -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot /Applications/Xcode-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" -DCMAKE_C_COMPILER*=*"/Applications/Xcode-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -DCMAKE_CXX_COMPILER ="/Applications/Xcode-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++" Next, the MySQL "Connector/C" was installed in a user folder (-DCMAKE_INSTALL_PREFIX=/Volumes/Tinderbox/mysql): $ make $ make install Finally, The following lines were added to the tinderbox configuration: --enable-ext-mariadb-connector --with-system-mariadb --enable-bundle-mariadb MARIADBCONFIG=/Volumes/Tinderbox/mysql/bin/mysql_config [1] http://dev.mysql.com/downloads/connector/c/ [2] http://dev-builds.libreoffice.org/daily/master/MacOSX-10.9-x86_64@53/ Regards, Robert On Sat, Sep 13, 2014 at 11:48 AM, Norbert Thiebaud <[email protected]> wrote: > On Sat, Sep 13, 2014 at 10:38 AM, Sophie <[email protected]> wrote: > > Hi, > > Le 13/09/2014 10:07, Norbert Thiebaud a écrit : > > > > [...] > > > >> > >> "Yet 7 new contributors to the LibreOffice project! Welcome to them!" > >> -> > >> "We welcomed 7 new contributors to the LibreOffice project:" > > > > And I would say ...7 new contributors to the development team, there are > > new contributors to the project not cited here. > > True.. point taken :-) > _______________________________________________ > LibreOffice mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/libreoffice > -- http://about.me/rbuj -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/marketing/ All messages sent to this list will be publicly archived and cannot be deleted
