Building MySQL-Connector on Ubuntu 12.04 32 bit
Stephan Bergmann
sbergman at redhat.com
Wed Feb 27 02:55:19 PST 2013
On 02/27/2013 02:10 AM, Dan Lewis wrote:
> 1) git clone git://gerrit.libreoffice.org/core libo to get the source code.
> 2) cd libo
> 3) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql
> 4) make dev-install 2>&1 | tee build.log
>
> While running #4, I saw 2 notes in the Terminal:
> Recompile with -Xlint: deprication for details
> Recompile with -Xlint: uncheck for details
Those are harmless warnings from javac, about somewhat "smelly" places
in the source. (See
<http://docs.oracle.com/javase/6/docs/technotes/tools/solaris/javac.html>,
-Xlint:deprecation shows "a description of each use or override of a
deprecated member or class" and -Xlint:unchecked shows "more detail for
unchecked conversion warnings that are mandated by the Java Language
Specification.")
Stephan
More information about the LibreOffice
mailing list