Author: tbedford
Date: 2009-04-16 15:28:15 +0200 (Thu, 16 Apr 2009)
New Revision: 14648
Log:
Expanded the warning on binary incompatibilities, and moved it to a more logical location.
Modified:
trunk/refman-common/connector-cpp-core.xml
Modified: trunk/refman-common/connector-cpp-core.xml
===================================================================
--- trunk/refman-common/connector-cpp-core.xml 2009-04-16 13:04:58 UTC (rev 14647)
+++ trunk/refman-common/connector-cpp-core.xml 2009-04-16 13:28:15 UTC (rev 14648)
Changed blocks: 2, Lines Added: 35, Lines Deleted: 13; 2475 bytes
@@ -478,7 +478,41 @@
&mysql-connector-cpp-warning;
- <para>
+ <caution>
+ <para>
+ One problem that can occur is when the tools you use to build
+ your application are not compatible with the tools used to build
+ the binary versions of &ccpp;. Ideally you need to build your
+ application with the same tools that were used to build the
+ &ccpp; binaries. To help with this the following resources are
+ provided.
+ </para>
+
+ <para>
+ All distributions contain a <filename>README</filename> file,
+ which contains platform-specific notes. At the end of the
+ <filename>README</filename> file contained in the binary
+ distribution you will find the settings used to build the
+ binaries. If you experience build-related issues on a platform,
+ it may help to check the settings used on the platform to build
+ the binary.
+ </para>
+
+ <para>
+ For your convenience the same information, but more frequently
+ updated, can be found on the
+ <ulink url=" http://forge.mysql.com/wiki/Connector_C%2B%2B_Binary_Builds">MySQL
+ Forge site</ulink>.
+ </para>
+
+ <para>
+ A better solution is to build your &ccpp; libraries from the
+ source code, using the same tools that you use for building your
+ application. This ensures compatibility.
+ </para>
+ </caution>
+
+ <para>
<emphasis role="bold">Archive Package</emphasis>
</para>
@@ -595,18 +629,6 @@
documentation for other installation options.
</para>
- <note>
- <para>
- All distributions contain a <filename>README</filename> file,
- which contains platform-specific notes. At the end of the
- <filename>README</filename> file contained in the binary
- distribution you will find the settings used to build the
- binaries. If you experience build issues on a platform, it may
- help to check the settings used on the platform to build the
- binary.
- </para>
- </note>
-
<section id="connector-cpp-installation-source-unix">
<title>Building source on Unix, Solaris and Mac OS X</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r14648 - trunk/refman-common | anthony.bedford | 16 Apr |