Skip to content

Instantly share code, notes, and snippets.

@DemonRx
Created September 22, 2016 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DemonRx/15157941c139e6171be154d231a0f01c to your computer and use it in GitHub Desktop.
Save DemonRx/15157941c139e6171be154d231a0f01c to your computer and use it in GitHub Desktop.
Build Fail Log File for libgda_i686-w64-mingw32.static
make[1]: Entering directory '/home/ader/mxe'
uname -a
Linux UbuntuHP 4.6.0-040600-generic #201606100558 SMP Fri Jun 10 10:01:15 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
3d76d9f8c3d5ce0feba23662ee6b04652f1a16fa - Update versions.json & build-matrix.html [33 hours ago] [ (HEAD -> master, origin/master, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ --version
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
python --version
Python 2.7.12
perl --version 2>&1 | head -3
This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
(with 58 registered patches, see perl -V for more detail)
rm -rf '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static'
mkdir -p '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static'
mkdir -p '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13'
mkdir -p '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/readonly'
chmod 0555 '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/readonly'
cd '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static' && xz -dc '/home/ader/mxe/pkg/libgda-4.2.13.tar.xz' | tar xf -
cd '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13'
sed -i 's,glib-mkenums,'/home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-mkenums',g' '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/Makefile.in'
sed -i 's,glib-mkenums,'/home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-mkenums',g' '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sql-parser/Makefile.in'
sed -i 's,glib-mkenums,'/home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-mkenums',g' '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/Makefile.in'
cd '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13' && ./configure --host='i686-w64-mingw32.static' --prefix='/home/ader/mxe/usr/i686-w64-mingw32.static' --disable-shared --disable-gtk-doc --without-bdb --with-mdb --without-postgres --without-oracle --without-mysql --without-firebird --without-java --enable-binreloc --disable-crypto GLIB_GENMARSHAL='/home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-genmarshal'
configure: WARNING: if you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used
configure: loading site script /home/ader/mxe/usr/i686-w64-mingw32.static/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-w64-mingw32.static-strip... i686-w64-mingw32.static-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for i686-w64-mingw32.static-gcc... i686-w64-mingw32.static-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-w64-mingw32.static-gcc accepts -g... yes
checking for i686-w64-mingw32.static-gcc option to accept ISO C89... none needed
checking dependency style of i686-w64-mingw32.static-gcc... gcc3
checking for intltool >= 0.35.5... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.22.1
checking for XML::Parser... ok
checking how to run the C preprocessor... i686-w64-mingw32.static-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of unsigned int... 4
checking size of unsigned long int... 4
checking for uint8_t... yes
checking for localtime_r... no
checking for localtime_s... no
checking for a C compiler for build tools... checking for gcc... gcc
gcc
checking for suffix of executable build tools...
checking for library containing strerror... none required
checking for i686-w64-mingw32.static-gcc... (cached) i686-w64-mingw32.static-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-w64-mingw32.static-gcc accepts -g... (cached) yes
checking for i686-w64-mingw32.static-gcc option to accept ISO C89... (cached) none needed
checking dependency style of i686-w64-mingw32.static-gcc... (cached) gcc3
checking for i686-w64-mingw32.static-g++... i686-w64-mingw32.static-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-w64-mingw32.static-g++ accepts -g... yes
checking dependency style of i686-w64-mingw32.static-g++... gcc3
checking whether i686-w64-mingw32.static-gcc and cc understand -c and -o together... yes
checking for ANSI C header files... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... i686-w64-mingw32.static
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by i686-w64-mingw32.static-gcc... /home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld
checking if the linker (/home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/ader/mxe/usr/bin/i686-w64-mingw32.static-nm -B
checking the name lister (/home/ader/mxe/usr/bin/i686-w64-mingw32.static-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to i686-w64-mingw32.static format... func_convert_file_nix_to_w32
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld option to reload object files... -r
checking for i686-w64-mingw32.static-objdump... i686-w64-mingw32.static-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for i686-w64-mingw32.static-dlltool... i686-w64-mingw32.static-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for i686-w64-mingw32.static-ar... i686-w64-mingw32.static-ar
checking for archiver @FILE support... @
checking for i686-w64-mingw32.static-strip... (cached) i686-w64-mingw32.static-strip
checking for i686-w64-mingw32.static-ranlib... i686-w64-mingw32.static-ranlib
checking command to parse /home/ader/mxe/usr/bin/i686-w64-mingw32.static-nm -B output from i686-w64-mingw32.static-gcc object... ok
checking for sysroot... no
checking for i686-w64-mingw32.static-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i686-w64-mingw32.static-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-w64-mingw32.static-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32.static-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32.static-gcc static flag -static works... yes
checking if i686-w64-mingw32.static-gcc supports -c -o file.o... yes
checking if i686-w64-mingw32.static-gcc supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32.static-gcc linker (/home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... i686-w64-mingw32.static-g++ -E
checking for ld used by i686-w64-mingw32.static-g++... /home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld
checking if the linker (/home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld) is GNU ld... yes
checking whether the i686-w64-mingw32.static-g++ linker (/home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld) supports shared libraries... yes
checking for i686-w64-mingw32.static-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32.static-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32.static-g++ static flag -static works... yes
checking if i686-w64-mingw32.static-g++ supports -c -o file.o... yes
checking if i686-w64-mingw32.static-g++ supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32.static-g++ linker (/home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether make sets $(MAKE)... (cached) yes
checking for i686-w64-mingw32.static-pkg-config... /home/ader/mxe/usr/bin/i686-w64-mingw32.static-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking gnome-doc-utils >= 0.9.0... no
checking for glib-genmarshal... /home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-genmarshal
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... no
checking if -liconv is needed to use gettext...
checking for ngettext in -lintl... yes
checking for dcgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for i686-w64-mingw32.static-pkg-config... (cached) /home/ader/mxe/usr/bin/i686-w64-mingw32.static-pkg-config
checking pkg-config is at least version 0.18... yes
checking for LIBGDA... yes
checking for GTK... yes
checking for GDKPIXBUF... yes
checking for GTKSOURCEVIEW... yes
checking for GOOCANVAS... no
checking for GRAPHVIZ... no
checking for UNIQUE... no
checking for ISO_CODES... no
checking for platform... Win32 - MinGW
checking for i686-w64-mingw32.static-windres... i686-w64-mingw32.static-windres
checking for i686-w64-mingw32.static-dlltool... (cached) i686-w64-mingw32.static-dlltool
checking for GIO... yes
checking for LIBXSLT... no
checking for gobject-introspection... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for LDAP files in /usr... not found
checking for LDAP files in /usr/local... not found
checking for LDAP files in /local... not found
configure: LDAP backend not used
checking for ld used by GCC... /home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld
checking if the linker (/home/ader/mxe/usr/bin/i686-w64-mingw32.static-ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... guessing yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for MDB... yes
checking whether mdb_open takes one or two arguments... two
checking whether mdb_bind_column takes three or four arguments... four
checking whether Mdbtools is in version 0.7... yes
checking for LIBSOUP... yes
checking for GNOME_KEYRING... no
checking for readline in -lreadline... no
checking for add_history in -lhistory... yes
checking termios.h usability... no
checking termios.h presence... no
checking for termios.h... no
checking for perl5... no
checking for perl... perl
checking which C compiler warning flags to use... -Wall
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libgda.spec
config.status: creating libgda-4.0.pc
config.status: creating libgda-ui-4.0.pc
config.status: creating libgda-report-4.0.pc
config.status: creating libgda-xslt-4.0.pc
config.status: creating po/Makefile.in
config.status: creating libgda/Makefile
config.status: creating libgda/libgda.h
config.status: creating libgda/binreloc/Makefile
config.status: creating libgda/handlers/Makefile
config.status: creating libgda/providers-support/Makefile
config.status: creating libgda/sql-parser/Makefile
config.status: creating libgda/sqlite/Makefile
config.status: creating libgda/sqlite/sqlite-src/Makefile
config.status: creating libgda/sqlite/virtual/libgda-virtual.h
config.status: creating libgda/sqlite/virtual/Makefile
config.status: creating libgda/thread-wrapper/Makefile
config.status: creating providers/Makefile
config.status: creating providers/reuseable/Makefile
config.status: creating providers/reuseable/postgres/Makefile
config.status: creating providers/reuseable/mysql/Makefile
config.status: creating providers/bdb/Makefile
config.status: creating providers/bdb/libgda-bdb-4.0.pc
config.status: creating providers/bdbsql/Makefile
config.status: creating providers/bdbsql/libgda-bdbsql-4.0.pc
config.status: creating providers/mdb/Makefile
config.status: creating providers/mdb/libmdb-src/Makefile
config.status: creating providers/mdb/libgda-mdb-4.0.pc
config.status: creating providers/mysql/Makefile
config.status: creating providers/mysql/libgda-mysql-4.0.pc
config.status: creating providers/oracle/Makefile
config.status: creating providers/oracle/libgda-oracle-4.0.pc
config.status: creating providers/postgres/Makefile
config.status: creating providers/postgres/libgda-postgres-4.0.pc
config.status: creating providers/sqlite/Makefile
config.status: creating providers/sqlite/libgda-sqlite-4.0.pc
config.status: creating providers/jdbc/Makefile
config.status: creating providers/jdbc/libgda-jdbc-4.0.pc
config.status: creating providers/ldap/Makefile
config.status: creating providers/ldap/libgda-ldap-4.0.pc
config.status: creating providers/web/Makefile
config.status: creating providers/web/libgda-web-4.0.pc
config.status: creating providers/skel-implementation/Makefile
config.status: creating providers/skel-implementation/capi/Makefile
config.status: creating providers/skel-implementation/capi/libgda-capi-4.0.pc
config.status: creating providers/skel-implementation/models/Makefile
config.status: creating providers/skel-implementation/models/libgda-models-4.0.pc
config.status: creating providers/sqlcipher/Makefile
config.status: creating providers/sqlcipher/libgda-sqlcipher-4.0.pc
config.status: creating libgda-report/Makefile
config.status: creating libgda-report/engine/Makefile
config.status: creating libgda-report/DocBook/Makefile
config.status: creating libgda-report/RML/Makefile
config.status: creating libgda-report/RML/trml2html/Makefile
config.status: creating libgda-report/RML/trml2pdf/Makefile
config.status: creating libgda-xslt/Makefile
config.status: creating libgda-ui/Makefile
config.status: creating libgda-ui/marshallers/Makefile
config.status: creating libgda-ui/internal/Makefile
config.status: creating libgda-ui/data-entries/Makefile
config.status: creating libgda-ui/data-entries/plugins/Makefile
config.status: creating libgda-ui/data/Makefile
config.status: creating libgda-ui/demos/Makefile
config.status: creating libgda-ui/demos/geninclude.pl
config.status: creating control-center/Makefile
config.status: creating control-center/data/Makefile
config.status: creating tools/Makefile
config.status: creating tools/gda-sql-4.0.1
config.status: creating tools/browser/Makefile
config.status: creating tools/browser/data/Makefile
config.status: creating tools/browser/common/Makefile
config.status: creating tools/browser/schema-browser/Makefile
config.status: creating tools/browser/query-exec/Makefile
config.status: creating tools/browser/data-manager/Makefile
config.status: creating tools/browser/ldap-browser/Makefile
config.status: creating tools/browser/dummy-perspective/Makefile
config.status: creating tools/browser/canvas/Makefile
config.status: creating tools/browser/doc/Makefile
config.status: creating tools/browser/help/Makefile
config.status: creating tools/browser/help/gda-browser.omf
config.status: creating testing/Makefile
config.status: creating tests/Makefile
config.status: creating tests/parser/Makefile
config.status: creating tests/data-models/Makefile
config.status: creating tests/providers/Makefile
config.status: creating tests/value-holders/Makefile
config.status: creating tests/meta-store/Makefile
config.status: creating tests/multi-threading/Makefile
config.status: creating doc/Makefile
config.status: creating doc/C/Makefile
config.status: creating doc/C/libgda.types
config.status: creating doc/C/version.xml
config.status: creating doc/C/builddate.xml
config.status: creating data/Makefile
config.status: creating stamp.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Configuration summary for version 4.2.13
Installation prefix = /home/ader/mxe/usr/i686-w64-mingw32.static
Building GTK+ UI extension: yes
Building Libxslt extension: no
Building libgda GObject Introspection: no
Building libgda-ui GObject Introspection: no
Building Vala Bindings: no
Compiled providers:
Berkeley DB = no
Berkeley DB SQL = no
MDB (MS Access) = yes (from system installation)
MySQL = no
Oracle = no
PostgreSQL = no
SQLite = yes (embedded)
SQLCipher = no
JDBC = no
WEB = yes
LDAP = no
make -C '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13' -j '4' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
make[2]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13'
Making all in po
make[3]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/po'
file=`echo ar | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ar.po
file=`echo az | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file az.po
file=`echo ca | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo ca@valencia | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ca@valencia.po
file=`echo cs | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo dz | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file dz.po
file=`echo el | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_CA | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file en_CA.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo eo | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file eo.po
file=`echo es | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo eu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fa | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fa.po
file=`echo fi | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo ga | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ga.po
file=`echo gl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file gl.po
file=`echo hr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file hr.po
file=`echo hu | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo id | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file id.po
file=`echo it | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ko | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo lt | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file lt.po
file=`echo mk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file mk.po
file=`echo ml | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ml.po
file=`echo ms | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ms.po
file=`echo nb | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo ne | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ne.po
file=`echo nl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo oc | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file oc.po
file=`echo pa | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pa.po
file=`echo pl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo ru | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo rw | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file rw.po
file=`echo sk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sl | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sl.po
file=`echo sq | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sq.po
file=`echo sr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sr.po
file=`echo sr@Latn | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sr@Latn.po
file=`echo sv | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo vi | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file vi.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_HK | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
&& rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[3]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/po'
Making all in libgda
make[3]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda'
Making all in sqlite
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite'
gcc -o gen_emb_string gen_emb_string.c
gcc -o mkkeywordhash mkkeywordhash.c
./gen_emb_string ../../providers/sqlite/*.xml.in > xml_embedded.h
Embedding ../../providers/sqlite/sqlite_specs_add_column.xml.in
Embedding ../../providers/sqlite/sqlite_specs_create_db.xml.in
Embedding ../../providers/sqlite/sqlite_specs_create_index.xml.in
Embedding ../../providers/sqlite/sqlite_specs_create_table.xml.in
Embedding ../../providers/sqlite/sqlite_specs_create_view.xml.in
Embedding ../../providers/sqlite/sqlite_specs_drop_db.xml.in
Embedding ../../providers/sqlite/sqlite_specs_drop_index.xml.in
Embedding ../../providers/sqlite/sqlite_specs_drop_table.xml.in
Embedding ../../providers/sqlite/sqlite_specs_drop_view.xml.in
Embedding ../../providers/sqlite/sqlite_specs_dsn.xml.in
Embedding ../../providers/sqlite/sqlite_specs_rename_table.xml.in
./mkkeywordhash ../../libgda/sqlite/keywords.list > keywords_hash.c
make all-recursive
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite'
Making all in sqlite-src
make[6]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite/sqlite-src'
CC sqlite3.lo
CCLD libsqlite.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[6]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite/sqlite-src'
Making all in virtual
make[6]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite/virtual'
CC gda-vconnection-hub.lo
CC gda-vconnection-data-model.lo
CC gda-vprovider-data-model.lo
CC gda-vprovider-hub.lo
gda-vprovider-data-model.c: In function 'gda_vprovider_data_model_get_type':
gda-vprovider-data-model.c:132:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-vprovider-data-model.c:135:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-vprovider-data-model.c: In function 'virtual_filtered_data_new':
gda-vprovider-data-model.c:233:2: warning: 'g_value_array_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluearray.h:67): Use 'GArray' instead [-Wdeprecated-declarations]
data->values = g_value_array_new (n);
^
gda-vprovider-data-model.c: In function 'virtual_filtered_data_free':
gda-vprovider-data-model.c:263:3: warning: 'g_value_array_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluearray.h:70): Use 'GArray' instead [-Wdeprecated-declarations]
g_value_array_free (data->values);
^
gda-vprovider-data-model.c: In function 'virtualDisconnect':
gda-vprovider-data-model.c:689:16: warning: unused variable 'vtable' [-Wunused-variable]
VirtualTable *vtable = (VirtualTable *) pVtab;
^
gda-vprovider-data-model.c: In function 'virtualClose':
gda-vprovider-data-model.c:722:16: warning: unused variable 'vtable' [-Wunused-variable]
VirtualTable *vtable = (VirtualTable*) cur->pVtab;
^
gda-vprovider-data-model.c: In function 'virtualNext':
gda-vprovider-data-model.c:826:6: warning: 'g_value_array_append' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluearray.h:80): Use 'GArray' instead [-Wdeprecated-declarations]
g_value_array_append (data->values, &value);
^
gda-vprovider-data-model.c:832:6: warning: 'g_value_array_append' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluearray.h:80): Use 'GArray' instead [-Wdeprecated-declarations]
g_value_array_append (data->values, cvalue);
^
gda-vprovider-data-model.c: In function 'get_data_value':
gda-vprovider-data-model.c:889:3: warning: 'g_value_array_get_nth' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluearray.h:63): Use 'GArray' instead [-Wdeprecated-declarations]
value = g_value_array_get_nth (data->values, row * data->ncols + col);
^
gda-vconnection-hub.c: In function 'gda_vconnection_hub_get_type':
gda-vconnection-hub.c:120:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-vconnection-hub.c:123:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-vprovider-hub.c: In function 'gda_vprovider_hub_get_type':
gda-vprovider-hub.c:119:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-vprovider-hub.c:122:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-vconnection-data-model.c: In function 'gda_vconnection_data_model_init':
gda-vconnection-data-model.c:142:2: warning: 'g_mutex_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations]
cnc->priv->lock_context = g_mutex_new ();
^
gda-vconnection-data-model.c: In function 'gda_vconnection_data_model_dispose':
gda-vconnection-data-model.c:163:3: warning: 'g_mutex_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations]
g_mutex_free (cnc->priv->lock_context);
^
gda-vconnection-data-model.c: In function 'gda_vconnection_data_model_get_type':
gda-vconnection-data-model.c:197:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-vconnection-data-model.c:200:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-virtual-connection.lo
CC gda-virtual-provider.lo
gda-virtual-connection.c: In function 'gda_virtual_connection_get_type':
gda-virtual-connection.c:114:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-virtual-connection.c:117:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-virtual-provider.c: In function 'gda_virtual_provider_get_type':
gda-virtual-provider.c:96:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-virtual-provider.c:99:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CCLD libgda-virtual-4.0.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[6]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite/virtual'
make[6]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite'
CC libgda_sqlite_la-gda-sqlite-blob-op.lo
CC libgda_sqlite_la-gda-sqlite-ddl.lo
CC libgda_sqlite_la-gda-sqlite-handler-boolean.lo
CC libgda_sqlite_la-gda-sqlite-handler-bin.lo
gda-sqlite-handler-bin.c: In function '_gda_sqlite_handler_bin_get_type':
gda-sqlite-handler-bin.c:82:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-handler-bin.c:87:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sqlite-blob-op.c: In function '_gda_sqlite_blob_op_get_type':
gda-sqlite-blob-op.c:66:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-blob-op.c:69:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sqlite-handler-boolean.c: In function '_gda_sqlite_handler_boolean_get_type':
gda-sqlite-handler-boolean.c:80:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-handler-boolean.c:85:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC libgda_sqlite_la-gda-sqlite-meta.lo
CC libgda_sqlite_la-gda-sqlite-provider.lo
CC libgda_sqlite_la-gda-sqlite-pstmt.lo
CC libgda_sqlite_la-gda-sqlite-recordset.lo
gda-sqlite-meta.c: In function '_gda_sqlite_provider_meta_init':
gda-sqlite-meta.c:157:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-sqlite-meta.c:188:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_init':
gda-sqlite-provider.c:556:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-sqlite-provider.c:575:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_get_type':
gda-sqlite-provider.c:596:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-provider.c:620:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_open_connection':
gda-sqlite-provider.c:720:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&cnc_mutex);
^
gda-sqlite-provider.c:744:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:774:6: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:796:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:837:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
In file included from gda-sqlite-provider.c:46:0:
gda-sqlite.h:49:31: warning: the address of 'sqlite3_enable_load_extension' will always evaluate as 'true' [-Waddress]
#define SQLITE3_CALL(x) (x)
^
gda-sqlite-provider.c:869:7: note: in expansion of macro 'SQLITE3_CALL'
if (SQLITE3_CALL (sqlite3_enable_load_extension))
^
gda-sqlite-provider.c:874:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:920:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:945:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:958:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:986:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-pstmt.c: In function '_gda_sqlite_pstmt_get_type':
gda-sqlite-pstmt.c:57:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-pstmt.c:60:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sqlite-provider.c:1005:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:1016:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_get_server_version':
gda-sqlite-provider.c:1075:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-sqlite-provider.c:1078:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_begin_transaction':
gda-sqlite-provider.c:1440:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-sqlite-provider.c:1448:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_commit_transaction':
gda-sqlite-provider.c:1475:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-sqlite-provider.c:1483:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_rollback_transaction':
gda-sqlite-provider.c:1511:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-sqlite-provider.c:1519:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_statement_execute':
gda-sqlite-provider.c:3054:4: warning: 'g_value_get_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:182): Use 'g_value_get_schar' instead [-Wdeprecated-declarations]
SQLITE3_CALL (sqlite3_bind_int) (ps->sqlite_stmt, i, g_value_get_char (value));
^
gda-sqlite-provider.c:3303:5: warning: unknown conversion type character 'l' in format [-Wformat=]
str = g_strdup_printf ("INSERT %lld %d", last_id, changes);
^
gda-sqlite-provider.c:3303:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'sqlite3_int64' [-Wformat=]
gda-sqlite-provider.c:3303:5: warning: too many arguments for format [-Wformat-extra-args]
CC libgda_sqlite_la-gda-sqlite-util.lo
gda-sqlite-recordset.c: In function '_gda_sqlite_recordset_get_type':
gda-sqlite-recordset.c:149:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-recordset.c:152:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sqlite-recordset.c: In function 'fetch_next_sqlite_row':
gda-sqlite-recordset.c:579:7: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char (value, (gchar) i);
^
gda-sqlite-util.c: In function '_gda_sqlite_identifier_quote':
gda-sqlite-util.c:318:31: warning: variable 'cdata' set but not used [-Wunused-but-set-variable]
SqliteConnectionData *cdata = NULL;
^
CC libgda_sqlite_la-gda-symbols-util.lo
CC libgda_sqlcipher_la-gda-sqlite-blob-op.lo
gda-sqlite-blob-op.c: In function '_gda_sqlite_blob_op_get_type':
gda-sqlite-blob-op.c:66:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-blob-op.c:69:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC libgda_sqlcipher_la-gda-sqlite-ddl.lo
CC libgda_sqlcipher_la-gda-sqlite-handler-bin.lo
CC libgda_sqlcipher_la-gda-sqlite-handler-boolean.lo
gda-sqlite-handler-bin.c: In function '_gda_sqlite_handler_bin_get_type':
gda-sqlite-handler-bin.c:82:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-handler-bin.c:87:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sqlite-handler-boolean.c: In function '_gda_sqlite_handler_boolean_get_type':
gda-sqlite-handler-boolean.c:80:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-handler-boolean.c:85:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC libgda_sqlcipher_la-gda-sqlite-meta.lo
CC libgda_sqlcipher_la-gda-sqlite-provider.lo
CC libgda_sqlcipher_la-gda-sqlite-pstmt.lo
CC libgda_sqlcipher_la-gda-sqlite-recordset.lo
gda-sqlite-meta.c: In function '_gda_sqlite_provider_meta_init':
gda-sqlite-meta.c:157:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-sqlite-meta.c:188:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-sqlite-recordset.c: In function '_gda_sqlite_recordset_get_type':
gda-sqlite-recordset.c:149:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-recordset.c:152:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sqlite-recordset.c: In function 'fetch_next_sqlite_row':
gda-sqlite-recordset.c:579:7: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char (value, (gchar) i);
^
gda-sqlite-pstmt.c: In function '_gda_sqlite_pstmt_get_type':
gda-sqlite-pstmt.c:57:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-pstmt.c:60:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_init':
gda-sqlite-provider.c:556:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-sqlite-provider.c:575:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_get_type':
gda-sqlite-provider.c:596:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sqlite-provider.c:620:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_open_connection':
gda-sqlite-provider.c:720:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&cnc_mutex);
^
gda-sqlite-provider.c:744:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:774:6: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:796:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:837:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:848:32: warning: the address of 'sqlite3_key' will always evaluate as 'true' [-Waddress]
if (passphrase && *passphrase && SQLITE3_CALL (sqlite3_key)) {
^
gda-sqlite-provider.c:853:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
In file included from gda-sqlite-provider.c:46:0:
gda-sqlite.h:38:29: warning: the address of 'sqlite3_enable_load_extension' will always evaluate as 'true' [-Waddress]
#define SQLITE3_CALL(x) (x)
^
gda-sqlite-provider.c:869:7: note: in expansion of macro 'SQLITE3_CALL'
if (SQLITE3_CALL (sqlite3_enable_load_extension))
^
gda-sqlite-provider.c:874:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:920:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:945:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:958:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:986:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:1005:5: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c:1016:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&cnc_mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_get_server_version':
gda-sqlite-provider.c:1075:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-sqlite-provider.c:1078:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_perform_operation':
gda-sqlite-provider.c:1306:35: warning: the address of 'sqlite3_key' will always evaluate as 'true' [-Waddress]
*g_value_get_string (value) &&
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_begin_transaction':
gda-sqlite-provider.c:1440:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-sqlite-provider.c:1448:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_commit_transaction':
gda-sqlite-provider.c:1475:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-sqlite-provider.c:1483:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-sqlite-provider.c: In function 'gda_sqlite_provider_rollback_transaction':
gda-sqlite-provider.c:1511:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-sqlite-provider.c:1519:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
CC libgda_sqlcipher_la-gda-sqlite-util.lo
gda-sqlite-provider.c: In function 'gda_sqlite_provider_statement_execute':
gda-sqlite-provider.c:3054:4: warning: 'g_value_get_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:182): Use 'g_value_get_schar' instead [-Wdeprecated-declarations]
SQLITE3_CALL (sqlite3_bind_int) (ps->sqlite_stmt, i, g_value_get_char (value));
^
gda-sqlite-provider.c:3303:5: warning: unknown conversion type character 'l' in format [-Wformat=]
str = g_strdup_printf ("INSERT %lld %d", last_id, changes);
^
gda-sqlite-provider.c:3303:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'sqlite3_int64' [-Wformat=]
gda-sqlite-provider.c:3303:5: warning: too many arguments for format [-Wformat-extra-args]
CC libgda_sqlcipher_la-gda-symbols-util.lo
gda-sqlite-util.c: In function '_gda_sqlite_identifier_quote':
gda-sqlite-util.c:318:31: warning: variable 'cdata' set but not used [-Wunused-but-set-variable]
SqliteConnectionData *cdata = NULL;
^
CCLD libgda-sqlite.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libgda-sqlcipher.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[6]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite'
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite'
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sqlite'
Making all in handlers
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/handlers'
CC gda-handler-boolean.lo
CC gda-handler-string.lo
CC gda-handler-bin.lo
CC gda-handler-numerical.lo
gda-handler-string.c: In function 'gda_handler_string_get_type':
gda-handler-string.c:88:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-handler-string.c:93:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-handler-numerical.c: In function 'gda_handler_numerical_get_type':
gda-handler-numerical.c:85:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-handler-numerical.c:90:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-handler-numerical.c: In function 'gda_handler_numerical_get_value_from_str':
gda-handler-numerical.c:313:4: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char (value, (gchar) llint);
^
gda-handler-boolean.c: In function 'gda_handler_boolean_get_type':
gda-handler-boolean.c:84:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-handler-boolean.c:89:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-handler-bin.c: In function 'gda_handler_bin_get_type':
gda-handler-bin.c:84:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-handler-bin.c:89:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-handler-time.lo
CC gda-handler-type.lo
gda-handler-time.c: In function 'gda_handler_time_get_type':
gda-handler-time.c:110:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-handler-time.c:115:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-handler-type.c: In function 'gda_handler_type_get_type':
gda-handler-type.c:81:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-handler-type.c:86:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CCLD libgda_handlers-4.0.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/handlers'
Making all in binreloc
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/binreloc'
CC gda-binreloc.lo
gda-binreloc.c: In function 'gda_gbr_get_file_path':
gda-binreloc.c:75:7: warning: unused variable 'prefix_len' [-Wunused-variable]
gint prefix_len = strlen (LIBGDAPREFIX);
^
CCLD libgda_binreloc-4.0.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/binreloc'
Making all in sql-parser
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sql-parser'
( cd . && /home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-mkenums \
--fhead "#include <sql-parser/gda-sql-parser.h>\n" \
--fhead "#include <sql-parser/gda-sql-statement.h>\n" \
--fhead "#include <glib-object.h>" \
--vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
--vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
--vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
gda-sql-parser.h gda-sql-statement.h gda-statement-struct-decl.h gda-statement-struct.h gda-statement-struct-compound.h gda-statement-struct-delete.h gda-statement-struct-update.h gda-statement-struct-insert.h gda-statement-struct-parts.h gda-statement-struct-pspec.h gda-statement-struct-select.h gda-statement-struct-trans.h gda-statement-struct-unknown.h gda-statement-struct-util.h) > tmp-gda-enum-types.c \
&& (cmp -s tmp-gda-enum-types.c gda-sql-parser-enum-types.c || cp tmp-gda-enum-types.c gda-sql-parser-enum-types.c ) \
&& rm -f tmp-gda-enum-types.c \
&& cat ./gda-sql-parser-enum-types.c.KEEPAPI >> gda-sql-parser-enum-types.c \
&& echo timestamp > s-enum-types-c
gcc -o gen_def -DSRCDIR=\".\" ./gen_def.c
gcc -o lemon ./lemon.c
( cd . && /home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-mkenums \
--fhead "#ifndef __LIBGDA_SQL_PARSER_ENUM_TYPES_H__\n#define __LIBGDA_SQL_PARSER_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
--vhead "GType @enum_name@_get_type (void);\n#define GDA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
--ftail "G_END_DECLS\n\n#endif /* __LIBGDA_ENUM_TYPES_H__ */" \
gda-sql-parser.h gda-sql-statement.h gda-statement-struct-decl.h gda-statement-struct.h gda-statement-struct-compound.h gda-statement-struct-delete.h gda-statement-struct-update.h gda-statement-struct-insert.h gda-statement-struct-parts.h gda-statement-struct-pspec.h gda-statement-struct-select.h gda-statement-struct-trans.h gda-statement-struct-unknown.h gda-statement-struct-util.h) > tmp-gda-enum-types.h \
&& (cmp -s tmp-gda-enum-types.h gda-sql-parser-enum-types.h || cp tmp-gda-enum-types.h gda-sql-parser-enum-types.h ) \
&& rm -f tmp-gda-enum-types.h \
&& cat ./gda-sql-parser-enum-types.h.KEEPAPI >> gda-sql-parser-enum-types.h \
&& echo timestamp > s-enum-types-h
./lemon -q -d -T./lempar.c ./delimiter.y
./lemon -d -T./lempar.c ./parser.y
./lemon -d -T./lempar.c ./parser.y
./lemon -q -d -T./lempar.c ./delimiter.y
3 parsing conflicts.
Makefile:802: recipe for target 'parser.c' failed
make[4]: [parser.c] Error 1 (ignored)
3 parsing conflicts.
Makefile:802: recipe for target 'parser.h' failed
make[4]: [parser.h] Error 1 (ignored)
./gen_def > token_types.h
CC gda-sql-parser-enum-types.lo
CC parser.lo
CC delimiter.lo
CC gda-sql-parser.lo
gda-sql-parser.c: In function 'gda_sql_parser_get_type':
gda-sql-parser.c:140:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-sql-parser.c:145:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-sql-parser.c: In function 'keywordCode':
gda-sql-parser.c:908:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-sql-parser.c:993:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
CC gda-statement-struct.lo
CC gda-statement-struct-compound.lo
gda-statement-struct.c: In function 'gda_sql_statement_get_contents_infos':
gda-statement-struct.c:61:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-statement-struct.c:78:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
CC gda-statement-struct-delete.lo
CC gda-statement-struct-update.lo
CC gda-statement-struct-insert.lo
CC gda-statement-struct-parts.lo
CC gda-statement-struct-pspec.lo
CC gda-statement-struct-select.lo
CC gda-statement-struct-trans.lo
CC gda-statement-struct-unknown.lo
CC gda-statement-struct-util.lo
CCLD libgda_sql_parser-4.0.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/sql-parser'
Making all in providers-support
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/providers-support'
CC gda-pstmt.lo
gda-pstmt.c: In function 'gda_pstmt_get_type':
gda-pstmt.c:63:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-pstmt.c:66:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CCLD libgda-psupport.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/providers-support'
Making all in thread-wrapper
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/thread-wrapper'
CC gda-thread-blob-op.lo
CC gda-thread-meta.lo
CC gda-thread-provider.lo
CC gda-thread-recordset.lo
gda-thread-blob-op.c: In function '_gda_thread_blob_op_get_type':
gda-thread-blob-op.c:63:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-thread-blob-op.c:66:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-thread-recordset.c: In function '_gda_thread_recordset_get_type':
gda-thread-recordset.c:143:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-thread-recordset.c:146:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-thread-wrapper.lo
gda-thread-provider.c: In function '_gda_thread_provider_get_type':
gda-thread-provider.c:284:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-thread-provider.c:287:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-thread-provider.c: In function 'gda_thread_provider_open_connection':
gda-thread-provider.c:395:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-thread-provider.c:431:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-thread-provider.c:438:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-thread-provider.c:461:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-thread-provider.c:483:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-thread-wrapper.c: In function 'pipe_unref':
gda-thread-wrapper.c:125:4: warning: 'g_mutex_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations]
g_mutex_free (m);
^
gda-thread-wrapper.c: In function 'pipe_new':
gda-thread-wrapper.c:142:2: warning: 'g_mutex_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations]
p->mutex = g_mutex_new ();
^
gda-thread-wrapper.c: In function 'signal_spec_unref':
gda-thread-wrapper.c:294:3: warning: 'g_mutex_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations]
g_mutex_free (sigspec->mutex);
^
gda-thread-wrapper.c: In function 'worker_thread_entry_point':
gda-thread-wrapper.c:528:3: warning: 'g_static_private_set' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:254): Use 'g_private_set' instead [-Wdeprecated-declarations]
g_static_private_set (&worker_thread_current_queue, NULL, NULL);
^
gda-thread-wrapper.c:532:3: warning: 'g_static_private_set' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:254): Use 'g_private_set' instead [-Wdeprecated-declarations]
g_static_private_set (&worker_thread_current_queue, job->reply_queue, NULL);
^
gda-thread-wrapper.c: In function 'gda_thread_wrapper_init':
gda-thread-wrapper.c:588:2: warning: 'g_thread_create' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:104): Use 'g_thread_new' instead [-Wdeprecated-declarations]
wrapper->priv->worker_thread = g_thread_create ((GThreadFunc) worker_thread_entry_point,
^
gda-thread-wrapper.c: In function 'gda_thread_wrapper_get_type':
gda-thread-wrapper.c:705:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-thread-wrapper.c:708:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-thread-wrapper.c: In function 'worker_thread_closure_marshal':
gda-thread-wrapper.c:1303:6: warning: 'g_static_private_get' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:251): Use 'g_private_get' instead [-Wdeprecated-declarations]
g_static_private_get (&worker_thread_current_queue) != sigspec->reply_queue)
^
gda-thread-wrapper.c: In function 'gda_thread_wrapper_connect_raw':
gda-thread-wrapper.c:1470:2: warning: 'g_mutex_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations]
sigspec->mutex = g_mutex_new ();
^
CCLD libgda_threadwrapper-4.0.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda/thread-wrapper'
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda'
( cd . && /home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-mkenums \
--fhead "#include <libgda/libgda.h>\n" \
--fhead "#include <glib-object.h>" \
--vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
--vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
--vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
gda-attributes-manager.h gda-batch.h gda-blob-op.h gda-column.h gda-config.h gda-connection-event.h gda-connection.h gda-connection-private.h gda-data-comparator.h gda-data-handler.h gda-data-model-array.h gda-data-model.h gda-data-model-dir.h gda-data-model-extra.h gda-data-model-import.h gda-data-model-iter.h gda-data-model-iter-extra.h gda-data-model-private.h gda-data-access-wrapper.h gda-data-proxy.h gda-data-select.h gda-debug-macros.h gda-decl.h gda-easy.h gda-enums.h gda-holder.h gda-lockable.h gda-log.h gda-meta-store.h gda-meta-struct.h gda-mutex.h gda-quark-list.h gda-repetitive-statement.h gda-row.h gda-set.h gda-server-operation.h gda-server-provider.h gda-server-provider-extra.h gda-server-provider-private.h gda-statement.h gda-statement-extra.h gda-sql-builder.h gda-transaction-status.h gda-transaction-status-private.h gda-tree.h gda-tree-mgr-columns.h gda-tree-mgr-schemas.h gda-tree-mgr-tables.h gda-tree-node.h gda-tree-manager.h gda-tree-mgr-label.h gda-tree-mgr-select.h gda-util.h gda-value.h gda-xa-transaction.h libgda-global-variables.h) > tmp-gda-enum-types.c \
&& (cmp -s tmp-gda-enum-types.c gda-enum-types.c || cp tmp-gda-enum-types.c gda-enum-types.c ) \
&& rm -f tmp-gda-enum-types.c \
&& echo timestamp > s-enum-types-c
/home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-genmarshal gda-marshal.list --body --prefix=_gda_marshal > gda-marshal.c
/home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-genmarshal gda-marshal.list --header --prefix=_gda_marshal > gda-marshal.h
( cd . && /home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-mkenums \
--fhead "#ifndef __LIBGDA_ENUM_TYPES_H__\n#define __LIBGDA_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
--vhead "GType @enum_name@_get_type (void);\n#define GDA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
--ftail "G_END_DECLS\n\n#endif /* __LIBGDA_ENUM_TYPES_H__ */" \
gda-attributes-manager.h gda-batch.h gda-blob-op.h gda-column.h gda-config.h gda-connection-event.h gda-connection.h gda-connection-private.h gda-data-comparator.h gda-data-handler.h gda-data-model-array.h gda-data-model.h gda-data-model-dir.h gda-data-model-extra.h gda-data-model-import.h gda-data-model-iter.h gda-data-model-iter-extra.h gda-data-model-private.h gda-data-access-wrapper.h gda-data-proxy.h gda-data-select.h gda-debug-macros.h gda-decl.h gda-easy.h gda-enums.h gda-holder.h gda-lockable.h gda-log.h gda-meta-store.h gda-meta-struct.h gda-mutex.h gda-quark-list.h gda-repetitive-statement.h gda-row.h gda-set.h gda-server-operation.h gda-server-provider.h gda-server-provider-extra.h gda-server-provider-private.h gda-statement.h gda-statement-extra.h gda-sql-builder.h gda-transaction-status.h gda-transaction-status-private.h gda-tree.h gda-tree-mgr-columns.h gda-tree-mgr-schemas.h gda-tree-mgr-tables.h gda-tree-node.h gda-tree-manager.h gda-tree-mgr-label.h gda-tree-mgr-select.h gda-util.h gda-value.h gda-xa-transaction.h libgda-global-variables.h) > tmp-gda-enum-types.h \
&& (cmp -s tmp-gda-enum-types.h gda-enum-types.h || cp tmp-gda-enum-types.h gda-enum-types.h ) \
&& rm -f tmp-gda-enum-types.h \
&& echo timestamp > s-enum-types-h
gcc -g -o mkkeywordhash ../libgda/sqlite/mkkeywordhash.c
(echo -e EXPORTS; i686-w64-mingw32.static-gcc -E -P - <./libgda.symbols | sed -e '/^$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > libgda.def.tmp && mv libgda.def.tmp libgda.def
./mkkeywordhash ../libgda/keywords.list > keywords_hash.c
CC libcsv.lo
CC gda-enum-types.lo
CC gda-attributes-manager.lo
CC dir-blob-op.lo
libcsv.c: In function 'csv_fini':
libcsv.c:146:7: warning: variable 'pstate' set but not used [-Wunused-but-set-variable]
int pstate = p->pstate;
^
dir-blob-op.c: In function 'gda_dir_blob_op_get_type':
dir-blob-op.c:67:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
dir-blob-op.c:70:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-custom-marshal.lo
CC gda-types.lo
CC gda-marshal.lo
CC md5c.lo
gda-types.c: In function '_gda_error_get_type':
gda-types.c:29:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-types.c:34:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-types.c: In function '_gda_slist_get_type':
gda-types.c:47:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-types.c:50:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-types.c: In function '_gda_meta_context_get_type':
gda-types.c:63:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-types.c:66:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-batch.lo
CC gda-blob-op.lo
CC gda-column.lo
CC gda-config.lo
gda-blob-op.c: In function 'gda_blob_op_get_type':
gda-blob-op.c:58:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-blob-op.c:61:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-batch.c: In function 'gda_batch_get_type':
gda-batch.c:98:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-batch.c:101:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-column.c: In function 'gda_column_get_type':
gda-column.c:197:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-column.c:200:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-connection.lo
gda-config.c: In function 'gda_config_get_type':
gda-config.c:771:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:774:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_get':
gda-config.c:862:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:865:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_get_dsn_info':
gda-config.c:897:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:903:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c:907:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_define_dsn':
gda-config.c:943:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:950:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c:1030:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_remove_dsn':
gda-config.c:1064:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1072:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c:1078:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c:1118:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_list_dsn':
gda-config.c:1172:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1177:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_get_nb_dsn':
gda-config.c:1192:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1197:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_get_dsn_info_index':
gda-config.c:1216:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1224:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_get_dsn_info_at_index':
gda-config.c:1240:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1244:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_can_modify_system_config':
gda-config.c:1260:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1264:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_get_provider_info':
gda-config.c:1281:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1289:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c:1295:4: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c:1298:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_get_provider':
gda-config.c:1323:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1328:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c:1332:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c:1366:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c:1370:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
gda-config.c: In function 'gda_config_list_providers':
gda-config.c:1396:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1476:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
CC gda-connection-event.lo
gda-config.c: In function 'reload_dsn_configuration':
gda-config.c:1810:9: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_CONFIG_LOCK ();
^
gda-config.c:1896:9: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_CONFIG_UNLOCK ();
^
CC gda-data-comparator.lo
gda-connection-event.c: In function 'gda_connection_event_get_type':
gda-connection-event.c:71:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-connection-event.c:74:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-connection.c: In function 'gda_connection_init':
gda-connection.c:463:2: warning: 'g_mutex_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations]
cnc->priv->object_mutex = g_mutex_new ();
^
gda-connection.c: In function 'gda_connection_finalize':
gda-connection.c:586:3: warning: 'g_cond_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:283) [-Wdeprecated-declarations]
g_cond_free (cnc->priv->unique_possible_cond);
^
gda-connection.c:588:3: warning: 'g_mutex_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations]
g_mutex_free (cnc->priv->object_mutex);
^
gda-connection.c: In function 'gda_connection_get_type':
gda-connection.c:639:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-connection.c:644:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-connection.c: In function 'cnc_task_new':
gda-connection.c:966:2: warning: 'g_mutex_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations]
task->mutex = g_mutex_new ();
^
gda-connection.c: In function 'cnc_task_free':
gda-connection.c:1004:2: warning: 'g_mutex_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations]
g_mutex_free (task->mutex);
^
gda-connection.c: In function '_gda_connection_get_internal_thread_provider':
gda-connection.c:1016:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-connection.c:1019:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
gda-connection.c: In function 'gda_connection_open':
gda-connection.c:1509:3: warning: 'g_thread_foreach' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:123) [-Wdeprecated-declarations]
g_thread_foreach ((GFunc) all_threads_func, &data);
^
gda-connection.c: In function 'gda_connection_execute_select_command':
gda-connection.c:3343:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&parser_mutex);
^
gda-connection.c:3346:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&parser_mutex);
^
gda-connection.c: In function 'gda_connection_execute_non_select_command':
gda-connection.c:3380:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&parser_mutex);
^
gda-connection.c:3383:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&parser_mutex);
^
gda-connection.c: In function 'gda_connection_lock':
gda-connection.c:6326:4: warning: 'g_cond_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:281) [-Wdeprecated-declarations]
cnc->priv->unique_possible_cond = g_cond_new ();
^
CC gda-data-handler.lo
gda-data-comparator.c: In function 'gda_data_comparator_get_type':
gda-data-comparator.c:107:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-comparator.c:110:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-data-model-array.lo
gda-data-handler.c: In function 'gda_data_handler_get_type':
gda-data-handler.c:53:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-data-handler.c:58:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
gda-data-handler.c: In function 'gda_data_handler_iface_init':
gda-data-handler.c:69:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-data-handler.c:73:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
gda-data-handler.c: In function 'gda_data_handler_get_default':
gda-data-handler.c:297:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mutex);
^
gda-data-handler.c:324:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mutex);
^
CC gda-data-model.lo
CC gda-data-model-dir.lo
gda-data-model-array.c: In function 'gda_data_model_array_get_type':
gda-data-model-array.c:148:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-model-array.c:153:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-data-model.c: In function 'gda_data_model_get_type':
gda-data-model.c:110:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-data-model.c:115:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
gda-data-model.c: In function 'gda_data_model_class_init':
gda-data-model.c:125:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-data-model.c:220:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
CC gda-data-model-dsn-list.lo
gda-data-model-dsn-list.c: In function 'gda_data_model_dsn_list_get_type':
gda-data-model-dsn-list.c:253:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-model-dsn-list.c:258:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-data-model-dir.c: In function 'gda_data_model_dir_get_type':
gda-data-model-dir.c:288:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-model-dir.c:293:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-data-model-import.lo
CC gda-data-model-iter.lo
CC gda-data-access-wrapper.lo
gda-data-model-iter.c: In function 'gda_data_model_iter_get_type':
gda-data-model-iter.c:126:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-model-iter.c:129:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-data-access-wrapper.c: In function 'gda_data_access_wrapper_get_type':
gda-data-access-wrapper.c:123:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-access-wrapper.c:128:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-data-model-import.c: In function 'gda_data_model_import_get_type':
gda-data-model-import.c:212:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-model-import.c:217:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-data-meta-wrapper.lo
CC gda-data-proxy.lo
CC gda-data-select.lo
gda-data-meta-wrapper.c: In function '_gda_data_meta_wrapper_get_type':
gda-data-meta-wrapper.c:143:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-meta-wrapper.c:148:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-data-select.c: In function 'gda_data_select_get_type':
gda-data-select.c:221:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-select.c:226:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-data-select.c: In function 'gda_data_select_compute_modification_statements_ext':
gda-data-select.c:1485:59: warning: passing argument 2 of '_gda_modify_statement_param_types' from incompatible pointer type
_gda_modify_statement_param_types (modif_stmts[mtype], model);
^
In file included from gda-data-select.c:39:0:
../libgda/gda-util.h:95:18: note: expected 'struct GdaDataModel *' but argument is of type 'struct GdaDataSelect *'
void _gda_modify_statement_param_types (GdaStatement *stmt, GdaDataModel *model);
^
gda-data-select.c: In function 'gda_data_select_get_value_at':
gda-data-select.c:1866:16: warning: unused variable 'irow' [-Wunused-variable]
gint int_row, irow;
^
gda-data-select.c: In function 'gda_data_select_iter_next':
gda-data-select.c:2101:7: warning: unused variable 'irow' [-Wunused-variable]
gint irow, int_row;
^
gda-data-select.c: In function 'gda_data_select_iter_prev':
gda-data-select.c:2147:7: warning: unused variable 'irow' [-Wunused-variable]
gint irow, int_row;
^
gda-data-select.c: In function 'gda_data_select_iter_at_row':
gda-data-select.c:2195:23: warning: unused variable 'ptr' [-Wunused-variable]
gint irow, int_row, *ptr;
^
gda-data-select.c:2195:7: warning: unused variable 'irow' [-Wunused-variable]
gint irow, int_row, *ptr;
^
gda-data-proxy.c: In function 'gda_data_proxy_get_type':
gda-data-proxy.c:523:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-data-proxy.c:528:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-data-proxy.c: In function 'gda_data_proxy_class_init':
gda-data-proxy.c:691:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&parser_mutex);
^
gda-data-proxy.c:693:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&parser_mutex);
^
gda-data-proxy.c: In function 'apply_filter_statement':
gda-data-proxy.c:2969:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&provider_mutex);
^
gda-data-proxy.c:2972:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&provider_mutex);
^
gda-data-proxy.c: In function 'gda_data_proxy_set_filter_expr':
gda-data-proxy.c:3148:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&parser_mutex);
^
gda-data-proxy.c:3150:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&parser_mutex);
^
CC gda-easy.lo
CC gda-holder.lo
gda-holder.c: In function 'gda_holder_get_type':
gda-holder.c:165:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-holder.c:170:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-holder.c: In function 'gda_holder_new_inline':
gda-holder.c:491:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&serial_mutex);
^
gda-holder.c:493:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&serial_mutex);
^
gda-holder.c:519:4: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char (value, va_arg (ap, int));
^
CC gda-init.lo
gda-init.c: In function 'gda_init':
gda-init.c:132:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-init.c:134:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-init.c:149:4: warning: 'g_thread_init' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:265) [-Wdeprecated-declarations]
g_thread_init (NULL);
^
gda-init.c:154:2: warning: 'g_type_init' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gtype.h:681) [-Wdeprecated-declarations]
g_type_init ();
^
gda-init.c:259:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
CC gda-lockable.lo
CC gda-log.lo
gda-lockable.c: In function 'gda_lockable_get_type':
gda-lockable.c:45:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-lockable.c:50:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
gda-lockable.c: In function 'gda_lockable_class_init':
gda-lockable.c:60:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-lockable.c:64:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
CC gda-meta-store.lo
gda-log.c: In function 'gda_log_enable':
gda-log.c:57:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_LOG_LOCK ();
^
gda-log.c:65:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_LOG_UNLOCK ();
^
gda-log.c: In function 'gda_log_disable':
gda-log.c:76:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_LOG_LOCK ();
^
gda-log.c:84:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_LOG_UNLOCK ();
^
gda-log.c: In function 'gda_log_message':
gda-log.c:116:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_LOG_LOCK ();
^
gda-log.c:130:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_LOG_UNLOCK ();
^
gda-log.c: In function 'gda_log_error':
gda-log.c:151:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
GDA_LOG_LOCK ();
^
gda-log.c:165:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
GDA_LOG_UNLOCK ();
^
CC gda-meta-struct.lo
CC gda-meta-struct-io.lo
gda-meta-store.c: In function 'gda_meta_store_get_type':
gda-meta-store.c:309:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-meta-store.c:312:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
gda-meta-store.c: In function 'gda_meta_store_class_init':
gda-meta-store.c:376:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-meta-store.c:524:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
gda-meta-store.c: In function 'gda_meta_store_constructor':
gda-meta-store.c:565:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-meta-store.c:611:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
gda-meta-store.c: In function 'gda_meta_store_new':
gda-meta-store.c:660:2: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-meta-store.c:665:2: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
gda-meta-store.c: In function 'create_table_object':
gda-meta-store.c:1442:26: warning: pointer targets in passing argument 1 of 'g_str_has_suffix' differ in signedness [-Wpointer-sign]
if (g_str_has_suffix (cname, "gtype"))
^
In file included from /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib.h:79:0,
from /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/gi18n-lib.h:21,
from gda-meta-store.c:40:
/home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/gstrfuncs.h:137:23: note: expected 'const gchar *' but argument is of type 'xmlChar *'
gboolean g_str_has_suffix (const gchar *str,
^
gda-meta-store.c: In function 'gda_meta_store_extract_v':
gda-meta-store.c:2519:41: warning: passing argument 2 of 'g_hash_table_iter_next' from incompatible pointer type
while (g_hash_table_iter_next (&iter, &pname, &value)) {
^
In file included from /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib.h:50:0,
from /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/gi18n-lib.h:21,
from gda-meta-store.c:40:
/home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/ghash.h:128:13: note: expected 'void **' but argument is of type 'gchar **'
gboolean g_hash_table_iter_next (GHashTableIter *iter,
^
gda-meta-store.c:2519:49: warning: passing argument 3 of 'g_hash_table_iter_next' from incompatible pointer type
while (g_hash_table_iter_next (&iter, &pname, &value)) {
^
In file included from /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib.h:50:0,
from /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/gi18n-lib.h:21,
from gda-meta-store.c:40:
/home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/ghash.h:128:13: note: expected 'void **' but argument is of type 'struct GValue **'
gboolean g_hash_table_iter_next (GHashTableIter *iter,
^
gda-meta-store.c: In function 'gda_meta_store_create_modify_data_model':
gda-meta-store.c:3406:21: warning: variable 'klass' set but not used [-Wunused-but-set-variable]
GdaMetaStoreClass *klass;
^
gda-meta-store.c: In function 'gda_meta_store_schema_get_depend_tables':
gda-meta-store.c:3500:21: warning: variable 'klass' set but not used [-Wunused-but-set-variable]
GdaMetaStoreClass *klass;
^
gda-meta-store.c: In function 'gda_meta_store_set_attribute_value':
gda-meta-store.c:3744:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&set_mutex);
^
gda-meta-store.c:3747:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&set_mutex);
^
gda-meta-store.c:3752:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&set_mutex);
^
gda-meta-store.c: In function 'gda_meta_store_undeclare_foreign_key':
gda-meta-store.c:4668:32: warning: variable 'ref_mtable' set but not used [-Wunused-but-set-variable]
GdaMetaTable *mtable = NULL, *ref_mtable = NULL;
^
gda-meta-store.c:4668:16: warning: variable 'mtable' set but not used [-Wunused-but-set-variable]
GdaMetaTable *mtable = NULL, *ref_mtable = NULL;
^
gda-meta-struct.c: In function 'gda_meta_struct_get_type':
gda-meta-struct.c:110:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-meta-struct.c:113:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-mutex.lo
CC gda-quark-list.lo
gda-mutex.c: In function 'gda_mutex_new':
gda-mutex.c:205:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-mutex.c:211:5: warning: 'g_mutex_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations]
m = g_mutex_new ();
^
gda-mutex.c:220:5: warning: 'g_mutex_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations]
g_mutex_free (m);
^
gda-mutex.c:226:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-mutex.c:241:3: warning: 'g_mutex_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:277) [-Wdeprecated-declarations]
m->mutex = g_mutex_new ();
^
gda-mutex.c:242:3: warning: 'g_cond_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:281) [-Wdeprecated-declarations]
m->cond = g_cond_new ();
^
gda-mutex.c: In function 'gda_mutex_free':
gda-mutex.c:391:3: warning: 'g_cond_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:283) [-Wdeprecated-declarations]
g_cond_free (mutex->cond);
^
gda-mutex.c:394:3: warning: 'g_mutex_free' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:279) [-Wdeprecated-declarations]
g_mutex_free (mutex->mutex);
^
CC gda-repetitive-statement.lo
gda-meta-store.c: In function 'create_view_object':
gda-meta-store.c:1328:2: warning: 'dbobj' may be used uninitialized in this function [-Wmaybe-uninitialized]
db_object_free (dbobj);
^
gda-meta-struct.c: In function '_meta_struct_complement':
gda-meta-struct.c:1266:8: warning: 'ref_pk_cols' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (ref_pk_cols)
^
gda-meta-struct.c:1265:6: warning: 'fk_cols' may be used uninitialized in this function [-Wmaybe-uninitialized]
g_object_unref (fk_cols);
^
gda-meta-struct.c:1269:19: warning: 'tfk' may be used uninitialized in this function [-Wmaybe-uninitialized]
mt->fk_list = g_slist_prepend (mt->fk_list, tfk);
^
CC gda-row.lo
CC gda-set.lo
gda-row.c: In function 'gda_row_get_type':
gda-row.c:200:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-row.c:203:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-server-operation.lo
gda-set.c: In function 'gda_set_get_type':
gda-set.c:225:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-set.c:228:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-set.c: In function 'gda_set_new_inline':
gda-set.c:571:4: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char (value, va_arg (ap, int));
^
gda-set.c: In function 'gda_set_set_holder_value':
gda-set.c:675:3: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char (value, va_arg (ap, int));
^
CC gda-server-provider.lo
gda-server-operation.c: In function 'gda_server_operation_get_type':
gda-server-operation.c:297:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-server-operation.c:300:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-server-provider.c: In function 'gda_server_provider_get_type':
gda-server-provider.c:221:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-server-provider.c:224:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-server-provider.c: In function 'gda_server_provider_create_operation':
gda-server-provider.c:476:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-server-provider.c:501:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
CC gda-server-provider-extra.lo
CC gda-statement.lo
CC gda-sql-builder.lo
gda-statement.c: In function 'gda_statement_get_type':
gda-statement.c:119:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-statement.c:122:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-transaction-status.lo
gda-sql-builder.c: In function 'gda_sql_builder_get_type':
gda-sql-builder.c:100:3: warning: 'g_static_rec_mutex_lock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:179): Use 'g_rec_mutex_lock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_lock (&init_mutex);
^
gda-sql-builder.c:103:3: warning: 'g_static_rec_mutex_unlock' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:185): Use 'g_rec_mutex_unlock' instead [-Wdeprecated-declarations]
g_static_rec_mutex_unlock (&init_mutex);
^
gda-sql-builder.c: In function 'create_typed_value':
gda-sql-builder.c:555:3: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char ((v = gda_value_new (G_TYPE_CHAR)), va_arg (*ap, gint));
^
gda-sql-builder.c: In function 'gda_sql_builder_add_expr_value':
gda-sql-builder.c:823:9: warning: unused variable 'str' [-Wunused-variable]
gchar *str;
^
CC gda-tree.lo
gda-transaction-status.c: In function 'gda_transaction_status_get_type':
gda-transaction-status.c:122:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-transaction-status.c:125:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-tree.c: In function 'gda_tree_get_type':
gda-tree.c:252:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-tree.c:255:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-tree-mgr-columns.lo
CC gda-tree-mgr-schemas.lo
gda-tree-mgr-columns.c: In function 'gda_tree_mgr_columns_get_type':
gda-tree-mgr-columns.c:192:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-tree-mgr-columns.c:195:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-tree-mgr-tables.lo
CC gda-tree-node.lo
CC gda-tree-manager.lo
gda-tree-mgr-schemas.c: In function 'gda_tree_mgr_schemas_get_type':
gda-tree-mgr-schemas.c:160:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-tree-mgr-schemas.c:163:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-tree-mgr-label.lo
gda-tree-mgr-tables.c: In function 'gda_tree_mgr_tables_get_type':
gda-tree-mgr-tables.c:184:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-tree-mgr-tables.c:187:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-tree-node.c: In function 'gda_tree_node_get_type':
gda-tree-node.c:327:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-tree-node.c:330:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-tree-node.c: In function '_gda_tree_node_get_children_for_manager':
gda-tree-node.c:623:20: warning: variable 'etn' set but not used [-Wunused-but-set-variable]
GdaTreeNodesList *etn;
^
gda-tree-manager.c: In function 'gda_tree_manager_get_type':
gda-tree-manager.c:193:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-tree-manager.c:196:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-tree-mgr-select.lo
CC gda-util.lo
gda-tree-mgr-label.c: In function 'gda_tree_mgr_label_get_type':
gda-tree-mgr-label.c:130:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-tree-mgr-label.c:133:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-value.lo
gda-tree-mgr-select.c: In function 'gda_tree_mgr_select_get_type':
gda-tree-mgr-select.c:156:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-tree-mgr-select.c:159:17: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-xa-transaction.lo
gda-util.c: In function 'gda_utility_holder_load_attributes':
gda-util.c:678:31: warning: unused variable 'tok' [-Wunused-variable]
gchar *ptr1, *ptr2 = NULL, *tok;
^
gda-util.c:725:9: warning: variable 'gdatype' set but not used [-Wunused-but-set-variable]
GType gdatype;
^
gda-util.c: In function 'gda_rfc1738_decode':
gda-util.c:2811:11: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
gboolean retval = TRUE;
^
gda-value.c: In function 'set_from_string':
gda-value.c:139:4: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char(value,(gchar)lvalue);
^
gda-xa-transaction.c: In function 'gda_xa_transaction_get_type':
gda-xa-transaction.c:235:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-xa-transaction.c:238:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-value.c: In function 'gda_value_compare':
gda-value.c:2468:3: warning: 'g_value_get_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:182): Use 'g_value_get_schar' instead [-Wdeprecated-declarations]
gchar c1 = g_value_get_char (value1);
^
gda-value.c:2469:3: warning: 'g_value_get_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:182): Use 'g_value_get_schar' instead [-Wdeprecated-declarations]
gchar c2 = g_value_get_char (value2);
^
gda-value.c: In function 'gda_string_to_binary':
gda-value.c:2784:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
retval = g_new0 (gchar, total + 1);
^
gda-xa-transaction.c: In function 'gda_xa_transaction_commit':
gda-xa-transaction.c:564:6: warning: 'cnc' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (cnc == xa_trans->priv->non_xa_cnc)
^
gda-xa-transaction.c:540:5: warning: 'cnc' may be used uninitialized in this function [-Wmaybe-uninitialized]
gda_connection_rollback_transaction (cnc, NULL, NULL);
^
gda-xa-transaction.c:510:5: warning: 'cnc' may be used uninitialized in this function [-Wmaybe-uninitialized]
gda_connection_rollback_transaction (cnc, NULL, NULL);
^
gda-xa-transaction.c:475:6: warning: 'cnc' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (cnc == xa_trans->priv->non_xa_cnc)
^
CCLD libgda-4.0.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda'
make[3]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda'
Making all in providers
make[3]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers'
Making all in reuseable
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/reuseable'
Making all in postgres
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/reuseable/postgres'
gcc -o gen_def -DIMPOSED_HEADER=\""../../../libgda/sql-parser/token_types.h"\" ./gen_def.c
../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y
gcc -g -o mkkeywordhash ../../../libgda/sqlite/mkkeywordhash.c
../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y
3 parsing conflicts.
Makefile:688: recipe for target 'parser.h' failed
make[5]: [parser.h] Error 1 (ignored)
3 parsing conflicts.
Makefile:688: recipe for target 'parser.c' failed
make[5]: [parser.c] Error 1 (ignored)
./gen_def > postgres_token_types.h
./mkkeywordhash ../../../providers/reuseable/postgres/keywords_82.list V82 > keywords_hash.c
./mkkeywordhash ../../../providers/reuseable/postgres/keywords_83.list V83 >> keywords_hash.c
./mkkeywordhash ../../../providers/reuseable/postgres/keywords_84.list V84 >> keywords_hash.c
CC gda-postgres-reuseable.lo
CC parser.lo
CC gda-postgres-meta.lo
CC gda-postgres-parser.lo
gda-postgres-parser.c: In function 'gda_postgres_parser_get_type':
gda-postgres-parser.c:51:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-postgres-parser.c:56:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-postgres-meta.c: In function '_gda_postgres_provider_meta_init':
gda-postgres-meta.c:286:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-postgres-meta.c:307:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
CCLD libgda-postgres.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/reuseable/postgres'
Making all in mysql
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/reuseable/mysql'
gcc -o gen_def -DIMPOSED_HEADER=\""../../../libgda/sql-parser/token_types.h"\" ./gen_def.c
../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y
gcc -o mkkeywordhash ../../../libgda/sqlite/mkkeywordhash.c
../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y
3 parsing conflicts.
Makefile:689: recipe for target 'parser.h' failed
make[5]: [parser.h] Error 1 (ignored)
3 parsing conflicts.
Makefile:689: recipe for target 'parser.c' failed
make[5]: [parser.c] Error 1 (ignored)
./gen_def > mysql_token_types.h
./mkkeywordhash ../../../providers/reuseable/mysql/keywords_V50.list V50 > keywords_hash.c
./mkkeywordhash ../../../providers/reuseable/mysql/keywords_V51.list V51 >> keywords_hash.c
./mkkeywordhash ../../../providers/reuseable/mysql/keywords_V54.list V54 >> keywords_hash.c
./mkkeywordhash ../../../providers/reuseable/mysql/keywords_V60.list V60 >> keywords_hash.c
CC gda-mysql-reuseable.lo
CC gda-mysql-meta.lo
CC gda-mysql-parser.lo
CC parser.lo
gda-mysql-parser.c: In function 'gda_mysql_parser_get_type':
gda-mysql-parser.c:51:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-mysql-parser.c:56:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-mysql-meta.c: In function '_gda_mysql_provider_meta_init':
gda-mysql-meta.c:255:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-mysql-meta.c:276:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
CCLD libgda-mysql.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/reuseable/mysql'
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/reuseable'
CC reuse-all.lo
CCLD libreuseable.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
copying selected object files to avoid basename conflicts...
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/reuseable'
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/reuseable'
Making all in sqlite
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/sqlite'
CC libmain.lo
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_dsn.xml.in sqlite_specs_dsn.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_create_db.xml.in sqlite_specs_create_db.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_drop_db.xml.in sqlite_specs_drop_db.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_create_table.xml.in sqlite_specs_create_table.xml
Generating and caching the translation database
Merging translations into sqlite_specs_dsn.xml.
CREATED sqlite_specs_dsn.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_drop_table.xml.in sqlite_specs_drop_table.xml
Generating and caching the translation database
Merging translations into sqlite_specs_drop_db.xml.
CREATED sqlite_specs_drop_db.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_create_index.xml.in sqlite_specs_create_index.xml
Found cached translation database
Merging translations into sqlite_specs_drop_table.xml.
CREATED sqlite_specs_drop_table.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_drop_index.xml.in sqlite_specs_drop_index.xml
Generating and caching the translation database
Merging translations into sqlite_specs_create_db.xml.
CREATED sqlite_specs_create_db.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_rename_table.xml.in sqlite_specs_rename_table.xml
Found cached translation database
Merging translations into sqlite_specs_drop_index.xml.
CREATED sqlite_specs_drop_index.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_add_column.xml.in sqlite_specs_add_column.xml
Found cached translation database
Merging translations into sqlite_specs_create_index.xml.
CREATED sqlite_specs_create_index.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_create_view.xml.in sqlite_specs_create_view.xml
Found cached translation database
Merging translations into sqlite_specs_rename_table.xml.
CREATED sqlite_specs_rename_table.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po sqlite_specs_drop_view.xml.in sqlite_specs_drop_view.xml
Found cached translation database
Merging translations into sqlite_specs_add_column.xml.
CREATED sqlite_specs_add_column.xml
CCLD libgda-sqlite.la
Generating and caching the translation database
Merging translations into sqlite_specs_create_table.xml.
CREATED sqlite_specs_create_table.xml
Found cached translation database
Merging translations into sqlite_specs_create_view.xml.
CREATED sqlite_specs_create_view.xml
Found cached translation database
Merging translations into sqlite_specs_drop_view.xml.
CREATED sqlite_specs_drop_view.xml
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/sqlite'
Making all in skel-implementation
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/skel-implementation'
Making all in capi
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/skel-implementation/capi'
gcc -o gen_def -DIMPOSED_HEADER=\""../../../libgda/sql-parser/token_types.h"\" ./gen_def.c
../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y
gcc -g -o mkkeywordhash ../../../libgda/sqlite/mkkeywordhash.c
../../../libgda/sql-parser/lemon -q -d -T../../../libgda/sql-parser/lempar.c ./parser.y
3 parsing conflicts.
Makefile:731: recipe for target 'parser.h' failed
make[5]: [parser.h] Error 1 (ignored)
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po capi_specs_dsn.xml.in capi_specs_dsn.xml
3 parsing conflicts.
Makefile:731: recipe for target 'parser.c' failed
make[5]: [parser.c] Error 1 (ignored)
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po capi_specs_create_table.xml.in capi_specs_create_table.xml
./gen_def > capi_token_types.h
Found cached translation database
Merging translations into capi_specs_dsn.xml.
CREATED capi_specs_dsn.xml
./mkkeywordhash ../../../providers/skel-implementation/capi/keywords.list > keywords_hash.c
CC gda-capi-parser.lo
CC gda-capi-ddl.lo
CC gda-capi-blob-op.lo
Found cached translation database
Merging translations into capi_specs_create_table.xml.
CREATED capi_specs_create_table.xml
CC gda-capi-provider.lo
gda-capi-parser.c: In function 'gda_capi_parser_get_type':
gda-capi-parser.c:55:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-capi-parser.c:58:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-capi-pstmt.lo
gda-capi-blob-op.c: In function 'gda_capi_blob_op_get_type':
gda-capi-blob-op.c:68:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-capi-blob-op.c:71:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-capi-provider.c: In function 'gda_capi_provider_get_type':
gda-capi-provider.c:300:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-capi-provider.c:303:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC gda-capi-recordset.lo
CC gda-capi-meta.lo
gda-capi-pstmt.c: In function 'gda_capi_pstmt_get_type':
gda-capi-pstmt.c:59:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-capi-pstmt.c:62:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC libmain.lo
gda-capi-meta.c: In function '_gda_capi_provider_meta_init':
gda-capi-meta.c:74:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-capi-meta.c:90:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-capi-recordset.c: In function 'gda_capi_recordset_get_type':
gda-capi-recordset.c:129:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-capi-recordset.c:132:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CC parser.lo
parser.c: In function 'yy_destructor':
parser.c:283:59: warning: unused variable 'pdata' [-Wunused-variable]
#define gda_lemon_capi_parserARG_FETCH GdaSqlParserIface *pdata = yypParser->pdata
^
parser.c:1206:3: note: in expansion of macro 'gda_lemon_capi_parserARG_FETCH'
gda_lemon_capi_parserARG_FETCH;
^
CCLD libgda-capi.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/skel-implementation/capi'
Making all in models
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/skel-implementation/models'
CC gda-models-provider.lo
CC libmain.lo
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po models_specs_dsn.xml.in models_specs_dsn.xml
Found cached translation database
Merging translations into models_specs_dsn.xml.
CREATED models_specs_dsn.xml
gda-models-provider.c: In function 'gda_models_provider_get_type':
gda-models-provider.c:109:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-models-provider.c:112:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CCLD libgda-models.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/skel-implementation/models'
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/skel-implementation'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/skel-implementation'
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/skel-implementation'
Making all in mdb
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/mdb'
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/mdb'
CC libmain.lo
CC gda-mdb-provider.lo
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po mdb_specs_dsn.xml.in mdb_specs_dsn.xml
Found cached translation database
Merging translations into mdb_specs_dsn.xml.
CREATED mdb_specs_dsn.xml
gda-mdb-provider.c: In function 'gda_mdb_provider_finalize':
gda-mdb-provider.c:112:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mdb_init_mutex);
^
gda-mdb-provider.c:115:3: warning: 'mdb_exit' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/mdbtools.h:435) [-Wdeprecated-declarations]
mdb_exit ();
^
gda-mdb-provider.c:116:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mdb_init_mutex);
^
gda-mdb-provider.c: In function 'gda_mdb_provider_get_type':
gda-mdb-provider.c:137:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-mdb-provider.c:140:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-mdb-provider.c: In function 'gda_mdb_provider_new':
gda-mdb-provider.c:151:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&mdb_init_mutex);
^
gda-mdb-provider.c:153:3: warning: 'mdb_init' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/mdbtools.h:434) [-Wdeprecated-declarations]
mdb_init ();
^
gda-mdb-provider.c:155:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&mdb_init_mutex);
^
CCLD libgda-mdb.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/mdb'
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/mdb'
Making all in web
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/web'
CC gda-web-ddl.lo
CC gda-web-blob-op.lo
CC gda-web-provider.lo
CC gda-web-pstmt.lo
gda-web-blob-op.c: In function 'gda_web_blob_op_get_type':
gda-web-blob-op.c:65:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-web-blob-op.c:68:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-web-pstmt.c: In function 'gda_web_pstmt_get_type':
gda-web-pstmt.c:57:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-web-pstmt.c:60:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-web-provider.c: In function 'gda_web_provider_get_type':
gda-web-provider.c:251:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-web-provider.c:254:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-web-provider.c: In function 'gda_web_provider_open_connection':
gda-web-provider.c:386:2: warning: 'soup_session_sync_new' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/libsoup-2.4/libsoup/soup-session-sync.h:51): Use 'soup_session_new' instead [-Wdeprecated-declarations]
cdata->worker_session = soup_session_sync_new ();
^
gda-web-provider.c:387:2: warning: 'soup_session_sync_new_with_options' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/libsoup-2.4/libsoup/soup-session-sync.h:54): Use 'soup_session_new_with_options' instead [-Wdeprecated-declarations]
cdata->front_session = soup_session_sync_new_with_options ("max-conns-per-host", 1, NULL);
^
CC gda-web-meta.lo
CC gda-web-recordset.lo
CC gda-web-util.lo
gda-web-recordset.c: In function 'gda_web_recordset_get_type':
gda-web-recordset.c:126:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-web-recordset.c:129:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-web-recordset.c: In function 'gda_web_recordset_new':
gda-web-recordset.c:146:15: warning: unused variable 'counter' [-Wunused-variable]
static guint counter = 0;
^
gda-web-util.c: In function 'start_worker':
gda-web-util.c:341:2: warning: 'g_thread_create' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:104): Use 'g_thread_new' instead [-Wdeprecated-declarations]
if (! g_thread_create ((GThreadFunc) start_worker_in_sub_thread,
^
CC md5c.lo
CC libmain.lo
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po web_specs_dsn.xml.in web_specs_dsn.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po web_specs_auth.xml.in web_specs_auth.xml
Found cached translation database
Merging translations into web_specs_dsn.xml.
CREATED web_specs_dsn.xml
Found cached translation database
Merging translations into web_specs_auth.xml.
CREATED web_specs_auth.xml
CCLD libgda-web.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers/web'
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers'
make[3]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/providers'
Making all in libgda-report
make[3]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report'
Making all in engine
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/engine'
CC rt-parser.lo
CC gda-report-engine.lo
gda-report-engine.c: In function 'gda_report_engine_get_type':
gda-report-engine.c:171:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-report-engine.c:174:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-report-engine.c: In function 'evaluate_expression':
gda-report-engine.c:1115:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-report-engine.c:1123:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-report-engine.c:1127:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
rt-parser.c: In function 'rich_text_node_to_docbook':
rt-parser.c:1176:7: warning: 'gdk_pixdata_deserialize' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:110) [-Wdeprecated-declarations]
gdk_pixdata_deserialize (&pixdata, rtnode->binary.binary_length,
^
rt-parser.c:1179:25: warning: 'gdk_pixbuf_from_pixdata' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119) [-Wdeprecated-declarations]
pixbuf = gdk_pixbuf_from_pixdata (&pixdata, TRUE, NULL);
^
rt-parser.c: In function 'rich_text_node_to_html':
rt-parser.c:1388:7: warning: 'gdk_pixdata_deserialize' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:110) [-Wdeprecated-declarations]
gdk_pixdata_deserialize (&pixdata, rtnode->binary.binary_length,
^
rt-parser.c:1391:25: warning: 'gdk_pixbuf_from_pixdata' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119) [-Wdeprecated-declarations]
pixbuf = gdk_pixbuf_from_pixdata (&pixdata, TRUE, NULL);
^
CCLD libgda-report-engine-4.0.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/engine'
Making all in DocBook
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/DocBook'
CC gda-report-docbook-document.lo
gda-report-docbook-document.c: In function 'gda_report_docbook_document_get_type':
gda-report-docbook-document.c:152:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-report-docbook-document.c:155:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-report-docbook-document.c: In function 'gda_report_docbook_document_run_as_html':
gda-report-docbook-document.c:274:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-report-docbook-document.c:287:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-report-docbook-document.c:302:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-report-docbook-document.c:306:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
CCLD libgda-report-docbook-4.0.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/DocBook'
Making all in RML
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/RML'
Making all in trml2html
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/RML/trml2html'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/RML/trml2html'
Making all in trml2pdf
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/RML/trml2pdf'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/RML/trml2pdf'
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/RML'
CC gda-report-rml-document.lo
gda-report-rml-document.c: In function 'gda_report_rml_document_get_type':
gda-report-rml-document.c:124:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-report-rml-document.c:127:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
gda-report-rml-document.c: In function 'gda_report_rml_document_run_as_html':
gda-report-rml-document.c:197:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-report-rml-document.c:210:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-report-rml-document.c:214:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-report-rml-document.c: In function 'gda_report_rml_document_run_as_pdf':
gda-report-rml-document.c:228:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&init_mutex);
^
gda-report-rml-document.c:241:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
gda-report-rml-document.c:245:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&init_mutex);
^
CCLD libgda-report-rml-4.0.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/RML'
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report/RML'
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report'
(echo -e EXPORTS; i686-w64-mingw32.static-gcc -E -P - <./libgda-report.symbols | sed -e '/^$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > libgda-report.def.tmp && mv libgda-report.def.tmp libgda-report.def
CC gda-report-document.lo
gda-report-document.c: In function 'gda_report_document_get_type':
gda-report-document.c:135:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_lock (&registering);
^
gda-report-document.c:138:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/glib/deprecated/gthread.h:154): Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&registering);
^
CCLD libgda-report-4.0.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report'
make[3]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-report'
Making all in libgda-ui
make[3]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui'
Making all in marshallers
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/marshallers'
/home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-genmarshal gdaui-marshal.list --body --prefix=_gdaui_marshal > gdaui-marshal.c
/home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-genmarshal gdaui-marshal.list --header --prefix=_gdaui_marshal > gdaui-marshal.h
CC gdaui-custom-marshal.lo
CC gdaui-marshal.lo
CCLD libgda-ui-marshallers.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/marshallers'
Making all in data-entries
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/data-entries'
make[5]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/data-entries'
CC common-bin.lo
CC gdaui-data-cell-renderer-util.lo
CC gdaui-data-cell-renderer-bin.lo
CC gdaui-data-cell-renderer-boolean.lo
CC gdaui-data-cell-renderer-combo.lo
common-bin.c: In function 'common_bin_adjust_menu':
common-bin.c:292:12: warning: variable 'read' set but not used [-Wunused-but-set-variable]
glong read;
^
CC gdaui-data-cell-renderer-info.lo
CC gdaui-data-cell-renderer-textual.lo
CC gdaui-entry-bin.lo
gdaui-data-cell-renderer-combo.c: In function 'gdaui_data_cell_renderer_combo_get_size':
gdaui-data-cell-renderer-combo.c:487:11: warning: 'calc_height' may be used uninitialized in this function [-Wmaybe-uninitialized]
*height = calc_height;
^
gdaui-data-cell-renderer-combo.c:484:10: warning: 'calc_width' may be used uninitialized in this function [-Wmaybe-uninitialized]
*width += calc_width;
^
CC gdaui-entry-boolean.lo
CC gdaui-entry-combo.lo
CC gdaui-entry-none.lo
CC widget-embedder.lo
CC gdaui-entry-shell.lo
CC gdaui-entry-string.lo
CC gdaui-entry-number.lo
CC gdaui-entry-common-time.lo
CC gdaui-entry-time.lo
gdaui-entry-common-time.c: In function 'date_day_selected':
gdaui-entry-common-time.c:772:16: warning: excess elements in struct initializer
struct tm mtm = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
^
gdaui-entry-common-time.c:772:16: warning: (near initialization for 'mtm')
gdaui-entry-common-time.c:772:16: warning: excess elements in struct initializer
gdaui-entry-common-time.c:772:16: warning: (near initialization for 'mtm')
CC gdaui-entry-timestamp.lo
CC gdaui-entry-date.lo
CC gdaui-entry-wrapper.lo
CC gdaui-entry.lo
CC gdaui-formatted-entry.lo
CC gdaui-numeric-entry.lo
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po gdaui-entry-string.xml.in gdaui-entry-string.xml
Found cached translation database
Merging translations into gdaui-entry-string.xml.
CREATED gdaui-entry-string.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../po/.intltool-merge-cache ../../po gdaui-entry-number.xml.in gdaui-entry-number.xml
gdaui-numeric-entry.c: In function 'gdaui_numeric_entry_set_property':
gdaui-numeric-entry.c:278:25: warning: 'g_value_get_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:182): Use 'g_value_get_schar' instead [-Wdeprecated-declarations]
gchar sep = g_value_get_char (value);
^
gdaui-numeric-entry.c:282:33: warning: 'g_value_get_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:182): Use 'g_value_get_schar' instead [-Wdeprecated-declarations]
entry->priv->decimal_sep = g_value_get_char (value);
^
gdaui-numeric-entry.c:287:25: warning: 'g_value_get_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:182): Use 'g_value_get_schar' instead [-Wdeprecated-declarations]
gchar sep = g_value_get_char (value);
^
gdaui-numeric-entry.c:291:33: warning: 'g_value_get_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:182): Use 'g_value_get_schar' instead [-Wdeprecated-declarations]
entry->priv->thousands_sep = g_value_get_char (value);
^
gdaui-numeric-entry.c: In function 'gdaui_numeric_entry_get_property':
gdaui-numeric-entry.c:322:25: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char (value, entry->priv->decimal_sep);
^
gdaui-numeric-entry.c:325:25: warning: 'g_value_set_char' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/glib-2.0/gobject/gvaluetypes.h:179): Use 'g_value_set_schar' instead [-Wdeprecated-declarations]
g_value_set_char (value, entry->priv->thousands_sep);
^
Found cached translation database
Merging translations into gdaui-entry-number.xml.
CREATED gdaui-entry-number.xml
CCLD libgda-ui-data-entries.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/data-entries'
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/data-entries'
Making all in internal
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/internal'
CC gdaui-dsn-selector.lo
CC gdaui-provider-spec-editor.lo
CC gdaui-provider-auth-editor.lo
CC popup-container.lo
gdaui-provider-spec-editor.c: In function 'update_form_contents':
gdaui-provider-spec-editor.c:125:12: warning: unused variable 'tok' [-Wunused-variable]
gchar *tok;
^
gdaui-provider-auth-editor.c: In function '_gdaui_provider_auth_editor_set_auth':
gdaui-provider-auth-editor.c:440:11: warning: unused variable 'tok' [-Wunused-variable]
gchar *tok;
^
gdaui-provider-spec-editor.c: In function '_gdaui_provider_spec_editor_set_provider':
gdaui-provider-spec-editor.c:226:2: warning: 'wid' may be used uninitialized in this function [-Wmaybe-uninitialized]
gtk_container_add (GTK_CONTAINER (spec), wid);
^
gdaui-provider-spec-editor.c:204:13: note: 'wid' was declared here
GtkWidget *wid;
^
CC utility.lo
CCLD libgda-ui-internal.la
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/internal'
Making all in data
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/data'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/data'
Making all in .
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui'
( cd . && /home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-mkenums \
--fhead "#include <libgda-ui/libgda-ui.h>\n" \
--fhead "#include <glib-object.h>" \
--vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
--vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
--vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
gdaui-basic-form.h gdaui-combo.h gdaui-data-entry.h gdaui-data-store.h gdaui-data-filter.h gdaui-data-selector.h gdaui-data-proxy.h gdaui-data-proxy-info.h gdaui-decl.h gdaui-easy.h gdaui-enums.h gdaui-form.h gdaui-grid.h gdaui-cloud.h gdaui-login.h gdaui-provider-selector.h gdaui-raw-form.h gdaui-raw-grid.h gdaui-rt-editor.h gdaui-server-operation.h gdaui-tree-store.h gdaui-plugin.h ) > tmp-gdaui-enum-types.c \
&& (cmp -s tmp-gdaui-enum-types.c gdaui-enum-types.c || cp tmp-gdaui-enum-types.c gdaui-enum-types.c ) \
&& rm -f tmp-gdaui-enum-types.c \
&& echo timestamp > s-enum-types-c
( cd . && /home/ader/mxe/usr/i686-w64-mingw32.static/bin/glib-mkenums \
--fhead "#ifndef __LIBGDAUI_ENUM_TYPES_H__\n#define __LIBGDAUI_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
--vhead "GType @enum_name@_get_type (void);\n#define GDAUI_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
--ftail "G_END_DECLS\n\n#endif /* __LIBGDAUI_ENUM_TYPES_H__ */" \
gdaui-basic-form.h gdaui-combo.h gdaui-data-entry.h gdaui-data-store.h gdaui-data-filter.h gdaui-data-selector.h gdaui-data-proxy.h gdaui-data-proxy-info.h gdaui-decl.h gdaui-easy.h gdaui-enums.h gdaui-form.h gdaui-grid.h gdaui-cloud.h gdaui-login.h gdaui-provider-selector.h gdaui-raw-form.h gdaui-raw-grid.h gdaui-rt-editor.h gdaui-server-operation.h gdaui-tree-store.h gdaui-plugin.h ) > tmp-gdaui-enum-types.h \
&& (cmp -s tmp-gdaui-enum-types.h gdaui-enum-types.h || cp tmp-gdaui-enum-types.h gdaui-enum-types.h ) \
&& rm -f tmp-gdaui-enum-types.h \
&& echo timestamp > s-enum-types-h
(echo -e EXPORTS; i686-w64-mingw32.static-gcc -E -P - <./libgda-ui.symbols | sed -e '/^$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g' | sort) > libgda-ui.def.tmp && mv libgda-ui.def.tmp libgda-ui.def
CC gdaui-enum-types.lo
CC gdaui-data-entry.lo
CC gdaui-basic-form.lo
CC gdaui-combo.lo
CC gdaui-data-store.lo
CC gdaui-data-filter.lo
CC gdaui-data-selector.lo
CC gdaui-data-proxy.lo
CC gdaui-data-proxy-info.lo
CC gdaui-form.lo
CC gdaui-grid.lo
CC gdaui-cloud.lo
gdaui-data-proxy-info.c: In function 'modif_buttons_make':
gdaui-data-proxy-info.c:491:11: warning: unused variable 'ensure_update' [-Wunused-variable]
gboolean ensure_update = FALSE;
^
gdaui-data-proxy-info.c: In function 'row_spin_changed_cb':
gdaui-data-proxy-info.c:636:2: warning: 'row' may be used uninitialized in this function [-Wmaybe-uninitialized]
gda_data_model_iter_move_to_row (gdaui_data_selector_get_data_set (GDAUI_DATA_SELECTOR (info->priv->data_proxy)),
^
gdaui-data-proxy-info.c: In function 'idle_modif_buttons_update':
gdaui-data-proxy-info.c:838:22: warning: 'has_selection' may be used uninitialized in this function [-Wmaybe-uninitialized]
(force_del_btn || has_selection));
^
CC gdaui-login.lo
CC gdaui-provider-selector.lo
CC gdaui-raw-form.lo
gdaui-cloud.c: In function 'key_press_event':
gdaui-cloud.c:893:5: warning: 'mvt_amount' may be used uninitialized in this function [-Wmaybe-uninitialized]
g_signal_emit_by_name (cloud->priv->tview, "move-cursor",
^
gdaui-cloud.c:893:5: warning: 'mvt_type' may be used uninitialized in this function [-Wmaybe-uninitialized]
CC gdaui-raw-grid.lo
CC gdaui-rt-editor.lo
CC gdaui-server-operation.lo
CC gdaui-set.lo
gdaui-rt-editor.c: In function 'apply_markup':
gdaui-rt-editor.c:1034:4: warning: 'gdk_pixbuf_new_from_inline' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:314) [-Wdeprecated-declarations]
bullet_pix[0] = gdk_pixbuf_new_from_inline (-1, bullet_pixdata,
^
gdaui-rt-editor.c:1036:4: warning: 'gdk_pixbuf_new_from_inline' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:314) [-Wdeprecated-declarations]
bullet_pix[1] = gdk_pixbuf_new_from_inline (-1, bulleth_pixdata,
^
gdaui-rt-editor.c:1076:3: warning: 'gdk_pixdata_deserialize' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:110) [-Wdeprecated-declarations]
if (gdk_pixdata_deserialize (&pixdata, length, (guint8*) data, NULL)) {
^
gdaui-rt-editor.c:1078:4: warning: 'gdk_pixbuf_from_pixdata' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119) [-Wdeprecated-declarations]
pixbuf = gdk_pixbuf_from_pixdata (&pixdata, TRUE, NULL);
^
gdaui-rt-editor.c: In function 'serialize_text':
gdaui-rt-editor.c:1749:7: warning: 'gdk_pixdata_from_pixbuf' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:115) [-Wdeprecated-declarations]
gdk_pixdata_from_pixbuf (&pixdata, pixbuf, FALSE);
^
gdaui-rt-editor.c:1750:7: warning: 'gdk_pixdata_serialize' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:107) [-Wdeprecated-declarations]
tmp = gdk_pixdata_serialize (&pixdata, &len);
^
gdaui-set.c: In function 'wrapped_set_source_model_changed_cb':
gdaui-set.c:249:3: warning: 'uisource' may be used uninitialized in this function [-Wmaybe-uninitialized]
g_signal_emit (set, gdaui_set_signals[SOURCE_MODEL_CHANGED], 0, uisource);
^
CC gdaui-tree-store.lo
CC gdaui-init.lo
CCLD libgda-ui-4.0.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui'
Making all in data-entries/plugins
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/data-entries/plugins'
CC gdaui-data-cell-renderer-util.lo
CC common-pict.lo
CC custom-marshal.lo
CC libmain.lo
CC gdaui-data-cell-renderer-pict.lo
common-pict.c: In function 'common_pict_make_pixbuf':
common-pict.c:209:4: warning: 'gdk_pixdata_deserialize' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:110) [-Wdeprecated-declarations]
if (!gdk_pixdata_deserialize (&pixdata, bindata->data_length,
^
common-pict.c:223:5: warning: 'gdk_pixbuf_from_pixdata' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:119) [-Wdeprecated-declarations]
retpixbuf = gdk_pixbuf_from_pixdata (&pixdata, FALSE, &loc_error);
^
common-pict.c: In function 'file_load_cb':
common-pict.c:405:6: warning: 'gdk_pixdata_from_pixbuf' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:115) [-Wdeprecated-declarations]
gdk_pixdata_from_pixbuf (&pixdata, pixbuf, TRUE);
^
common-pict.c:406:6: warning: 'gdk_pixdata_serialize' is deprecated (declared at /home/ader/mxe/usr/i686-w64-mingw32.static/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:107) [-Wdeprecated-declarations]
menudata->bindata->data = gdk_pixdata_serialize (&pixdata, &stream_length);
^
common-pict.c: In function 'common_pict_add_cached_pixbuf':
common-pict.c:654:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
hash = g_new (guint, 1);
^
common-pict.c:666:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
hash = g_new (guint, 1);
^
CC gdaui-entry-filesel.lo
CC gdaui-entry-cidr.lo
CC gdaui-entry-format.lo
CC gdaui-entry-text.lo
CC gdaui-entry-pict.lo
gdaui-entry-cidr.c: In function 'real_set_value':
gdaui-entry-cidr.c:338:23: warning: unused variable 'tok' [-Wunused-variable]
gchar *str, *ptr, *tok;
^
CC gdaui-entry-rt.lo
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po gdaui-entry-pict-spec.xml.in gdaui-entry-pict-spec.xml
Found cached translation database
Merging translations into gdaui-entry-pict-spec.xml.
CREATED gdaui-entry-pict-spec.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po gdaui-entry-pict-spec_string.xml.in gdaui-entry-pict-spec_string.xml
Found cached translation database
Merging translations into gdaui-entry-pict-spec_string.xml.
CREATED gdaui-entry-pict-spec_string.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po gdaui-entry-filesel-spec.xml.in gdaui-entry-filesel-spec.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po gdaui-entry-password.xml.in gdaui-entry-password.xml
Found cached translation database
Merging translations into gdaui-entry-filesel-spec.xml.
CREATED gdaui-entry-filesel-spec.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po gdaui-entry-text-spec.xml.in gdaui-entry-text-spec.xml
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../../../po/.intltool-merge-cache ../../../po gdaui-entry-format-spec.xml.in gdaui-entry-format-spec.xml
Found cached translation database
Merging translations into gdaui-entry-password.xml.
CREATED gdaui-entry-password.xml
Found cached translation database
Merging translations into gdaui-entry-text-spec.xml.
CREATED gdaui-entry-text-spec.xml
Found cached translation database
Merging translations into gdaui-entry-format-spec.xml.
CREATED gdaui-entry-format-spec.xml
CCLD libgda-ui-plugins.la
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgtk-win32-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgdk-win32-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpangocairo-1.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpangoft2-1.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpangowin32-1.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpango-1.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libatk-1.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgdk_pixbuf-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libharfbuzz.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libcairo.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libfontconfig.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpixman-1.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libexpat.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libfreetype.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libtiff.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpng16.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libjpeg.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgthread-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libxml2.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/liblzma.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgio-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgobject-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libgmodule-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libglib-2.0.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libpcre.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libintl.la' seems to be moved
libtool: link: warning: `/home/ader/mxe/usr/i686-w64-mingw32.static/lib/../lib/libiconv.la' seems to be moved
i686-w64-mingw32.static-ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/data-entries/plugins'
Making all in demos
make[4]: Entering directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/demos'
(here=`pwd` ; cd . && perl $here/geninclude.pl basic_form.c data_model_dir.c form.c form_rw.c form_pict.c form_data_layout.c grid.c grid_rw.c grid_pict.c grid_data_layout.c linked_grid_form.c linked_model_param.c ddl_queries.c login.c provider_sel.c tree.c cloud.c combo.c) > demos.h
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at /home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/demos/geninclude.pl line 43.
Makefile:819: recipe for target 'demos.h' failed
make[4]: *** [demos.h] Error 255
make[4]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/demos'
Makefile:829: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui'
Makefile:619: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/ader/mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13'
Makefile:594: recipe for target 'build-only-libgda_i686-w64-mingw32.static' failed
make[1]: *** [build-only-libgda_i686-w64-mingw32.static] Error 2
make[1]: Leaving directory '/home/ader/mxe'
real 3m50.471s
user 5m16.464s
sys 0m26.684s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment