Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. MySQL plugin

MySQL plugin

Scheduled Pinned Locked Moved Mobile and Embedded
mysqlmariadbandroid
10 Posts 3 Posters 3.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mbnoimi
    wrote on last edited by mbnoimi
    #1

    Hi guys,

    Does any one tried to build MySQL plugin under Windows using MinGW for Android?

    NOTE:

    • I found this tutorial but it works under Linux.
    • I want to create a new project works as a client for MySQL under Android so it's vital to know what if I can run it before start coding process.
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      IIRC, you need to look at MariaDB if you want a native MySQL compatible plugin. MySQL itself doesn't provide any library for android (last time I checked)

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      M 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        IIRC, you need to look at MariaDB if you want a native MySQL compatible plugin. MySQL itself doesn't provide any library for android (last time I checked)

        M Offline
        M Offline
        mbnoimi
        wrote on last edited by
        #3

        @SGaist OK mariadb works but how can I do it?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What part are you asking about ? Build ? Deployment ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          M 1 Reply Last reply
          0
          • SGaistS SGaist

            What part are you asking about ? Build ? Deployment ?

            M Offline
            M Offline
            mbnoimi
            wrote on last edited by mbnoimi
            #5

            @SGaist said:

            What part are you asking about ? Build ? Deployment ?

            Come on guy! My question is very clear I want to create MySQL/MariaDB client using Qt under Android does it need a further clarification?!

            The mentioned wiki page isn't clear and I asked this question because I couldn't find anything in Qt documentation and I don't want to waste my time on 'how to build Qt plugin' while I should spend my time on coding the project.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Instructions like this ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • K Offline
                K Offline
                khd61
                wrote on last edited by
                #7

                Hi SGaist,
                thank you for your instruction about building the plugin.
                i have tried to follow this tutorial but i have got a problem at the first step ( building and compiling of LIBICONV for android on windows ). I am getting this Error on the MSYS -Console:
                checking whether the C compiler works... no
                configure: error: in /c/android/libiconv-1.14': configure: error: C compiler cannot create executables See config.log' for more details

                and "config.log" says:

                *[This file contains any messages produced by compilers while
                running configure, to aid debugging if configure makes a mistake.

                It was created by configure, which was
                generated by GNU Autoconf 2.68. Invocation command line was

                $ ./configure --host=arm --with-sysroot=C:\android\android-ndk-r10d\platforms\android-9/usr

                ---------

                Platform.

                ---------

                hostname = khd-pc
                uname -m = i686
                uname -r = 1.0.11(0.46/3/2)
                uname -s = MINGW32_NT-6.1
                uname -v = 2009-07-11 17:46

                /usr/bin/uname -p = unknown
                /bin/uname -X = unknown

                /bin/arch = unknown
                /usr/bin/arch -k = unknown
                /usr/convex/getsysinfo = unknown
                /usr/bin/hostinfo = unknown
                /bin/machine = unknown
                /usr/bin/oslevel = unknown
                /bin/universe = unknown

                PATH: .
                PATH: /usr/local/bin
                PATH: /mingw/bin
                PATH: /bin
                PATH: /c/android/android-sdk/platform-tools
                PATH: /c/android/android-sdk/tools
                PATH: /c/Program Files/Java/jdk1.8.0_31/bin
                PATH: /c/ProgramData/Oracle/Java/javapath
                PATH: /c/Windows/system32
                PATH: /c/Windows
                PATH: /c/Windows/System32/Wbem
                PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
                PATH: /c/android/CMake/bin
                PATH: /c/Program Files (x86)/MySQL/MySQL Fabric 1.5.4 & MySQL Utilities 1.5.4 1.5/
                PATH: /c/Program Files (x86)/MySQL/MySQL Fabric 1.5.4 & MySQL Utilities 1.5.4 1.5/Doctrine extensions for PHP
                PATH: /mingw482_32/bin

                -----------

                Core tests.

                -----------

                configure:3083: checking for a BSD-compatible install
                configure:3151: result: /bin/install -c
                configure:3162: checking whether build environment is sane
                configure:3212: result: yes
                configure:3261: checking for arm-strip
                configure:3288: result: C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-strip
                configure:3353: checking for a thread-safe mkdir -p
                configure:3392: result: /bin/mkdir -p
                configure:3406: checking for gawk
                configure:3422: found /bin/gawk
                configure:3433: result: gawk
                configure:3444: checking whether make sets $(MAKE)
                configure:3466: result: yes
                configure:3548: checking whether make sets $(MAKE)
                configure:3570: result: yes
                configure:3589: checking for arm-gcc
                configure:3616: result: C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc
                configure:3885: checking for C compiler version
                configure:3894: C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc --version >&5
                arm-linux-androideabi-gcc.exe (GCC) 4.8
                Copyright (C) 2013 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.

                configure:3905: $? = 0
                configure:3894: C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc -v >&5
                Using built-in specs.
                COLLECT_GCC=c:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc.exe
                COLLECT_LTO_WRAPPER=c:/android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper.exe
                Target: arm-linux-androideabi
                Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-pc-mingw32msvc --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.24 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.6 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/windows-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --disable-libsanitizer --enable-gold --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
                Thread model: posix
                gcc version 4.8 (GCC)
                configure:3905: $? = 0
                configure:3894: C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc -V >&5
                arm-linux-androideabi-gcc.exe: error: unrecognized command line option '-V'
                arm-linux-androideabi-gcc.exe: fatal error: no input files
                compilation terminated.
                configure:3905: $? = 1
                configure:3894: C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc -qversion >&5
                arm-linux-androideabi-gcc.exe: error: unrecognized command line option '-qversion'
                arm-linux-androideabi-gcc.exe: fatal error: no input files
                compilation terminated.
                configure:3905: $? = 1
                configure:3925: checking whether the C compiler works
                configure:3947: C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc --sysroot=C:\android\android-ndk-r10d\platforms\android-9/usr conftest.c >&5
                c:/android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe: error: cannot open crtbegin_dynamic.o: No such file or directory
                c:/android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe: error: cannot open crtend_android.o: No such file or directory
                c:/android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe: error: cannot find -lc
                c:/android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld.exe: error: cannot find -ldl
                collect2.exe: error: ld returned 1 exit status
                configure:3951: $? = 1
                configure:3989: result: no
                configure: failed program was:

                /* confdefs.h */
                #define PACKAGE_NAME ""
                #define PACKAGE_TARNAME ""
                #define PACKAGE_VERSION ""
                #define PACKAGE_STRING ""
                #define PACKAGE_BUGREPORT ""
                #define PACKAGE_URL ""
                #define PACKAGE "libiconv"
                #define VERSION "1.14"
                /* end confdefs.h. */
                int
                main ()
                {
                ;
                return 0;
                }

                configure:3994: error: in /c/android/libiconv-1.14': configure:3996: error: C compiler cannot create executables See config.log' for more details

                ----------------

                Cache variables.

                ----------------

                ac_cv_env_CC_set=set
                ac_cv_env_CC_value='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc'
                ac_cv_env_CFLAGS_set=set
                ac_cv_env_CFLAGS_value='--sysroot=C:\android\android-ndk-r10d\platforms\android-9/usr'
                ac_cv_env_CPPFLAGS_set=set
                ac_cv_env_CPPFLAGS_value=
                ac_cv_env_CPP_set=set
                ac_cv_env_CPP_value='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-cpp'
                ac_cv_env_LDFLAGS_set=
                ac_cv_env_LDFLAGS_value=
                ac_cv_env_LIBS_set=
                ac_cv_env_LIBS_value=
                ac_cv_env_build_alias_set=
                ac_cv_env_build_alias_value=
                ac_cv_env_host_alias_set=set
                ac_cv_env_host_alias_value=arm
                ac_cv_env_target_alias_set=
                ac_cv_env_target_alias_value=
                ac_cv_path_install='/bin/install -c'
                ac_cv_path_mkdir=/bin/mkdir
                ac_cv_prog_AWK=gawk
                ac_cv_prog_CC='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc'
                ac_cv_prog_STRIP='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-strip'
                ac_cv_prog_make_make_set=yes

                -----------------

                Output variables.

                -----------------

                ACLOCAL='${SHELL} /c/android/libiconv-1.14/build-aux/missing --run aclocal-1.11'
                ALLOCA=''
                ALLOCA_H=''
                AMDEPBACKSLASH=''
                AMDEP_FALSE=''
                AMDEP_TRUE=''
                AMTAR='${SHELL} /c/android/libiconv-1.14/build-aux/missing --run tar'
                APPLE_UNIVERSAL_BUILD=''
                AR='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-ar'
                ARFLAGS=''
                AS=''
                ASM_SYMBOL_PREFIX=''
                AUTOCONF='${SHELL} /c/android/libiconv-1.14/build-aux/missing --run autoconf'
                AUTOHEADER='${SHELL} /c/android/libiconv-1.14/build-aux/missing --run autoheader'
                AUTOMAKE='${SHELL} /c/android/libiconv-1.14/build-aux/missing --run automake-1.11'
                AWK='gawk'
                BITSIZEOF_PTRDIFF_T=''
                BITSIZEOF_SIG_ATOMIC_T=''
                BITSIZEOF_SIZE_T=''
                BITSIZEOF_WCHAR_T=''
                BITSIZEOF_WINT_T=''
                BROKEN_WCHAR_H=''
                CC='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-gcc'
                CCDEPMODE=''
                CFLAGS='--sysroot=C:\android\android-ndk-r10d\platforms\android-9/usr'
                CFLAG_VISIBILITY=''
                CP=''
                CPP='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-cpp'
                CPPFLAGS=''
                CYGPATH_W='echo'
                DEFS=''
                DEPDIR=''
                DLLTOOL=''
                DLL_VARIABLE=''
                DSYMUTIL=''
                DUMPBIN=''
                ECHO_C=''
                ECHO_N='-n'
                ECHO_T=''
                EGREP=''
                EILSEQ=''
                EMULTIHOP_HIDDEN=''
                EMULTIHOP_VALUE=''
                ENOLINK_HIDDEN=''
                ENOLINK_VALUE=''
                EOVERFLOW_HIDDEN=''
                EOVERFLOW_VALUE=''
                ERRNO_H=''
                EXEEXT=''
                FGREP=''
                GETTEXT_MACRO_VERSION=''
                GL_COND_LIBTOOL_FALSE=''
                GL_COND_LIBTOOL_TRUE=''
                GL_GENERATE_ALLOCA_H_FALSE=''
                GL_GENERATE_ALLOCA_H_TRUE=''
                GL_GENERATE_ERRNO_H_FALSE=''
                GL_GENERATE_ERRNO_H_TRUE=''
                GL_GENERATE_STDBOOL_H_FALSE=''
                GL_GENERATE_STDBOOL_H_TRUE=''
                GL_GENERATE_STDDEF_H_FALSE=''
                GL_GENERATE_STDDEF_H_TRUE=''
                GL_GENERATE_STDINT_H_FALSE=''
                GL_GENERATE_STDINT_H_TRUE=''
                GMSGFMT=''
                GMSGFMT_015=''
                GNULIB_ATOLL=''
                GNULIB_CALLOC_POSIX=''
                GNULIB_CANONICALIZE_FILE_NAME=''
                GNULIB_CHOWN=''
                GNULIB_CLOSE=''
                GNULIB_DPRINTF=''
                GNULIB_DUP2=''
                GNULIB_DUP3=''
                GNULIB_ENVIRON=''
                GNULIB_EUIDACCESS=''
                GNULIB_FACCESSAT=''
                GNULIB_FCHDIR=''
                GNULIB_FCHMODAT=''
                GNULIB_FCHOWNAT=''
                GNULIB_FCLOSE=''
                GNULIB_FCNTL=''
                GNULIB_FFLUSH=''
                GNULIB_FFSL=''
                GNULIB_FFSLL=''
                GNULIB_FGETC=''
                GNULIB_FGETS=''
                GNULIB_FOPEN=''
                GNULIB_FPRINTF=''
                GNULIB_FPRINTF_POSIX=''
                GNULIB_FPURGE=''
                GNULIB_FPUTC=''
                GNULIB_FPUTS=''
                GNULIB_FREAD=''
                GNULIB_FREOPEN=''
                GNULIB_FSCANF=''
                GNULIB_FSEEK=''
                GNULIB_FSEEKO=''
                GNULIB_FSTATAT=''
                GNULIB_FSYNC=''
                GNULIB_FTELL=''
                GNULIB_FTELLO=''
                GNULIB_FTRUNCATE=''
                GNULIB_FUTIMENS=''
                GNULIB_FWRITE=''
                GNULIB_GETC=''
                GNULIB_GETCHAR=''
                GNULIB_GETCWD=''
                GNULIB_GETDELIM=''
                GNULIB_GETDOMAINNAME=''
                GNULIB_GETDTABLESIZE=''
                GNULIB_GETGROUPS=''
                GNULIB_GETHOSTNAME=''
                GNULIB_GETLINE=''
                GNULIB_GETLOADAVG=''
                GNULIB_GETLOGIN=''
                GNULIB_GETLOGIN_R=''
                GNULIB_GETPAGESIZE=''
                GNULIB_GETS=''
                GNULIB_GETSUBOPT=''
                GNULIB_GETUSERSHELL=''
                GNULIB_GRANTPT=''
                GNULIB_GROUP_MEMBER=''
                GNULIB_LCHMOD=''
                GNULIB_LCHOWN=''
                GNULIB_LINK=''
                GNULIB_LINKAT=''
                GNULIB_LSEEK=''
                GNULIB_LSTAT=''
                GNULIB_MALLOC_POSIX=''
                GNULIB_MBSCASECMP=''
                GNULIB_MBSCASESTR=''
                GNULIB_MBSCHR=''
                GNULIB_MBSCSPN=''
                GNULIB_MBSLEN=''
                GNULIB_MBSNCASECMP=''
                GNULIB_MBSNLEN=''
                GNULIB_MBSPBRK=''
                GNULIB_MBSPCASECMP=''
                GNULIB_MBSRCHR=''
                GNULIB_MBSSEP=''
                GNULIB_MBSSPN=''
                GNULIB_MBSSTR=''
                GNULIB_MBSTOK_R=''
                GNULIB_MBTOWC=''
                GNULIB_MEMCHR=''
                GNULIB_MEMMEM=''
                GNULIB_MEMPCPY=''
                GNULIB_MEMRCHR=''
                GNULIB_MKDIRAT=''
                GNULIB_MKDTEMP=''
                GNULIB_MKFIFO=''
                GNULIB_MKFIFOAT=''
                GNULIB_MKNOD=''
                GNULIB_MKNODAT=''
                GNULIB_MKOSTEMP=''
                GNULIB_MKOSTEMPS=''
                GNULIB_MKSTEMP=''
                GNULIB_MKSTEMPS=''
                GNULIB_MKTIME=''
                GNULIB_NANOSLEEP=''
                GNULIB_NONBLOCKING=''
                GNULIB_OBSTACK_PRINTF=''
                GNULIB_OBSTACK_PRINTF_POSIX=''
                GNULIB_OPEN=''
                GNULIB_OPENAT=''
                GNULIB_PERROR=''
                GNULIB_PIPE2=''
                GNULIB_PIPE=''
                GNULIB_POPEN=''
                GNULIB_PREAD=''
                GNULIB_PRINTF=''
                GNULIB_PRINTF_POSIX=''
                GNULIB_PTHREAD_SIGMASK=''
                GNULIB_PTSNAME=''
                GNULIB_PUTC=''
                GNULIB_PUTCHAR=''
                GNULIB_PUTENV=''
                GNULIB_PUTS=''
                GNULIB_PWRITE=''
                GNULIB_RANDOM_R=''
                GNULIB_RAWMEMCHR=''
                GNULIB_READ=''
                GNULIB_READLINK=''
                GNULIB_READLINKAT=''
                GNULIB_REALLOC_POSIX=''
                GNULIB_REALPATH=''
                GNULIB_REMOVE=''
                GNULIB_RENAME=''
                GNULIB_RENAMEAT=''
                GNULIB_RMDIR=''
                GNULIB_RPMATCH=''
                GNULIB_SCANF=''
                GNULIB_SETENV=''
                GNULIB_SIGACTION=''
                GNULIB_SIGNAL_H_SIGPIPE=''
                GNULIB_SIGPROCMASK=''
                GNULIB_SLEEP=''
                GNULIB_SNPRINTF=''
                GNULIB_SPRINTF_POSIX=''
                GNULIB_STAT=''
                GNULIB_STDIO_H_NONBLOCKING=''
                GNULIB_STDIO_H_SIGPIPE=''
                GNULIB_STPCPY=''
                GNULIB_STPNCPY=''
                GNULIB_STRCASESTR=''
                GNULIB_STRCHRNUL=''
                GNULIB_STRDUP=''
                GNULIB_STRERROR=''
                GNULIB_STRERROR_R=''
                GNULIB_STRNCAT=''
                GNULIB_STRNDUP=''
                GNULIB_STRNLEN=''
                GNULIB_STRPBRK=''
                GNULIB_STRPTIME=''
                GNULIB_STRSEP=''
                GNULIB_STRSIGNAL=''
                GNULIB_STRSTR=''
                GNULIB_STRTOD=''
                GNULIB_STRTOK_R=''
                GNULIB_STRTOLL=''
                GNULIB_STRTOULL=''
                GNULIB_STRVERSCMP=''
                GNULIB_SYMLINK=''
                GNULIB_SYMLINKAT=''
                GNULIB_SYSTEM_POSIX=''
                GNULIB_TIMEGM=''
                GNULIB_TIME_R=''
                GNULIB_TMPFILE=''
                GNULIB_TTYNAME_R=''
                GNULIB_UNISTD_H_GETOPT=''
                GNULIB_UNISTD_H_NONBLOCKING=''
                GNULIB_UNISTD_H_SIGPIPE=''
                GNULIB_UNLINK=''
                GNULIB_UNLINKAT=''
                GNULIB_UNLOCKPT=''
                GNULIB_UNSETENV=''
                GNULIB_USLEEP=''
                GNULIB_UTIMENSAT=''
                GNULIB_VASPRINTF=''
                GNULIB_VDPRINTF=''
                GNULIB_VFPRINTF=''
                GNULIB_VFPRINTF_POSIX=''
                GNULIB_VFSCANF=''
                GNULIB_VPRINTF=''
                GNULIB_VPRINTF_POSIX=''
                GNULIB_VSCANF=''
                GNULIB_VSNPRINTF=''
                GNULIB_VSPRINTF_POSIX=''
                GNULIB_WCTOMB=''
                GNULIB_WRITE=''
                GNULIB__EXIT=''
                GREP=''
                HAVE_ATOLL=''
                HAVE_CANONICALIZE_FILE_NAME=''
                HAVE_CHOWN=''
                HAVE_DECL_ENVIRON=''
                HAVE_DECL_FCHDIR=''
                HAVE_DECL_FPURGE=''
                HAVE_DECL_FSEEKO=''
                HAVE_DECL_FTELLO=''
                HAVE_DECL_GETDELIM=''
                HAVE_DECL_GETDOMAINNAME=''
                HAVE_DECL_GETLINE=''
                HAVE_DECL_GETLOADAVG=''
                HAVE_DECL_GETLOGIN_R=''
                HAVE_DECL_GETPAGESIZE=''
                HAVE_DECL_GETUSERSHELL=''
                HAVE_DECL_LOCALTIME_R=''
                HAVE_DECL_MEMMEM=''
                HAVE_DECL_MEMRCHR=''
                HAVE_DECL_OBSTACK_PRINTF=''
                HAVE_DECL_SETENV=''
                HAVE_DECL_SNPRINTF=''
                HAVE_DECL_STRDUP=''
                HAVE_DECL_STRERROR_R=''
                HAVE_DECL_STRNDUP=''
                HAVE_DECL_STRNLEN=''
                HAVE_DECL_STRSIGNAL=''
                HAVE_DECL_STRTOK_R=''
                HAVE_DECL_TTYNAME_R=''
                HAVE_DECL_UNSETENV=''
                HAVE_DECL_VSNPRINTF=''
                HAVE_DPRINTF=''
                HAVE_DUP2=''
                HAVE_DUP3=''
                HAVE_EUIDACCESS=''
                HAVE_FACCESSAT=''
                HAVE_FCHDIR=''
                HAVE_FCHMODAT=''
                HAVE_FCHOWNAT=''
                HAVE_FCNTL=''
                HAVE_FFSL=''
                HAVE_FFSLL=''
                HAVE_FSEEKO=''
                HAVE_FSTATAT=''
                HAVE_FSYNC=''
                HAVE_FTELLO=''
                HAVE_FTRUNCATE=''
                HAVE_FUTIMENS=''
                HAVE_GETDTABLESIZE=''
                HAVE_GETGROUPS=''
                HAVE_GETHOSTNAME=''
                HAVE_GETLOGIN=''
                HAVE_GETPAGESIZE=''
                HAVE_GETSUBOPT=''
                HAVE_GRANTPT=''
                HAVE_GROUP_MEMBER=''
                HAVE_INTTYPES_H=''
                HAVE_LCHMOD=''
                HAVE_LCHOWN=''
                HAVE_LINK=''
                HAVE_LINKAT=''
                HAVE_LONG_LONG_INT=''
                HAVE_LSTAT=''
                HAVE_MBSLEN=''
                HAVE_MEMCHR=''
                HAVE_MEMPCPY=''
                HAVE_MKDIRAT=''
                HAVE_MKDTEMP=''
                HAVE_MKFIFO=''
                HAVE_MKFIFOAT=''
                HAVE_MKNOD=''
                HAVE_MKNODAT=''
                HAVE_MKOSTEMP=''
                HAVE_MKOSTEMPS=''
                HAVE_MKSTEMP=''
                HAVE_MKSTEMPS=''
                HAVE_NANOSLEEP=''
                HAVE_OPENAT=''
                HAVE_OS_H=''
                HAVE_PIPE2=''
                HAVE_PIPE=''
                HAVE_POSIX_SIGNALBLOCKING=''
                HAVE_PREAD=''
                HAVE_PTHREAD_SIGMASK=''
                HAVE_PTSNAME=''
                HAVE_PWRITE=''
                HAVE_RANDOM_H=''
                HAVE_RANDOM_R=''
                HAVE_RAWMEMCHR=''
                HAVE_READLINK=''
                HAVE_READLINKAT=''
                HAVE_REALPATH=''
                HAVE_RENAMEAT=''
                HAVE_RPMATCH=''
                HAVE_SETENV=''
                HAVE_SIGACTION=''
                HAVE_SIGHANDLER_T=''
                HAVE_SIGINFO_T=''
                HAVE_SIGNED_SIG_ATOMIC_T=''
                HAVE_SIGNED_WCHAR_T=''
                HAVE_SIGNED_WINT_T=''
                HAVE_SIGSET_T=''
                HAVE_SLEEP=''
                HAVE_STDINT_H=''
                HAVE_STPCPY=''
                HAVE_STPNCPY=''
                HAVE_STRCASESTR=''
                HAVE_STRCHRNUL=''
                HAVE_STRPBRK=''
                HAVE_STRPTIME=''
                HAVE_STRSEP=''
                HAVE_STRTOD=''
                HAVE_STRTOLL=''
                HAVE_STRTOULL=''
                HAVE_STRUCT_RANDOM_DATA=''
                HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
                HAVE_STRVERSCMP=''
                HAVE_SYMLINK=''
                HAVE_SYMLINKAT=''
                HAVE_SYS_BITYPES_H=''
                HAVE_SYS_INTTYPES_H=''
                HAVE_SYS_LOADAVG_H=''
                HAVE_SYS_PARAM_H=''
                HAVE_SYS_TYPES_H=''
                HAVE_TIMEGM=''
                HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
                HAVE_UNISTD_H=''
                HAVE_UNLINKAT=''
                HAVE_UNLOCKPT=''
                HAVE_UNSIGNED_LONG_LONG_INT=''
                HAVE_USLEEP=''
                HAVE_UTIMENSAT=''
                HAVE_VASPRINTF=''
                HAVE_VDPRINTF=''
                HAVE_VISIBILITY=''
                HAVE_WCHAR_H=''
                HAVE_WCHAR_T=''
                HAVE_WINSOCK2_H=''
                HAVE__BOOL=''
                HAVE__EXIT=''
                ICONV_CONST=''
                INCLUDE_NEXT=''
                INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
                INSTALL_DATA='${INSTALL} -m 644'
                INSTALL_PROGRAM='${INSTALL}'
                INSTALL_PROGRAM_ENV=''
                INSTALL_SCRIPT='${INSTALL}'
                INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
                INTLLIBS=''
                INTL_MACOSX_LIBS=''
                LD=''
                LDFLAGS=''
                LIBICONV=''
                LIBICRT_LIBDEPS=''
                LIBICRT_LTLIBDEPS=''
                LIBINTL=''
                LIBOBJS=''
                LIBS=''
                LIBTOOL=''
                LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE=''
                LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
                LIBUNISTRING_UNITYPES_H=''
                LIBUNISTRING_UNIWIDTH_H=''
                LIPO=''
                LN=''
                LN_S=''
                LTLIBICONV=''
                LTLIBINTL=''
                LTLIBOBJS=''
                MAKEINFO='${SHELL} /c/android/libiconv-1.14/build-aux/missing --run makeinfo'
                MANIFEST_TOOL=''
                MKDIR_P='/bin/mkdir -p'
                MSGFMT=''
                MSGFMT_015=''
                MSGMERGE=''
                NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
                NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
                NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
                NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
                NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
                NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
                NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
                NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
                NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
                NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
                NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
                NEXT_ERRNO_H=''
                NEXT_FCNTL_H=''
                NEXT_SIGNAL_H=''
                NEXT_STDDEF_H=''
                NEXT_STDINT_H=''
                NEXT_STDIO_H=''
                NEXT_STDLIB_H=''
                NEXT_STRING_H=''
                NEXT_SYS_STAT_H=''
                NEXT_TIME_H=''
                NEXT_UNISTD_H=''
                NM=''
                NMEDIT=''
                OBJDUMP='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-objdump'
                OBJEXT=''
                OTOOL64=''
                OTOOL=''
                PACKAGE='libiconv'
                PACKAGE_BUGREPORT=''
                PACKAGE_NAME=''
                PACKAGE_STRING=''
                PACKAGE_TARNAME=''
                PACKAGE_URL=''
                PACKAGE_VERSION=''
                PATH_SEPARATOR=':'
                POSUB=''
                PRAGMA_COLUMNS=''
                PRAGMA_SYSTEM_HEADER=''
                PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
                PTRDIFF_T_SUFFIX=''
                RANLIB='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-ranlib'
                RC=''
                RELOCATABLE=''
                RELOCATABLE_BUILD_DIR=''
                RELOCATABLE_CONFIG_H_DIR=''
                RELOCATABLE_LDFLAGS=''
                RELOCATABLE_LIBRARY_PATH=''
                RELOCATABLE_SRC_DIR=''
                RELOCATABLE_STRIP=''
                RELOCATABLE_VIA_LD_FALSE=''
                RELOCATABLE_VIA_LD_TRUE=''
                RELOCATABLE_VIA_WRAPPER_FALSE=''
                RELOCATABLE_VIA_WRAPPER_TRUE=''
                REPLACE_CALLOC=''
                REPLACE_CANONICALIZE_FILE_NAME=''
                REPLACE_CHOWN=''
                REPLACE_CLOSE=''
                REPLACE_DPRINTF=''
                REPLACE_DUP2=''
                REPLACE_DUP=''
                REPLACE_FCHOWNAT=''
                REPLACE_FCLOSE=''
                REPLACE_FCNTL=''
                REPLACE_FFLUSH=''
                REPLACE_FOPEN=''
                REPLACE_FPRINTF=''
                REPLACE_FPURGE=''
                REPLACE_FREOPEN=''
                REPLACE_FSEEK=''
                REPLACE_FSEEKO=''
                REPLACE_FSTAT=''
                REPLACE_FSTATAT=''
                REPLACE_FTELL=''
                REPLACE_FTELLO=''
                REPLACE_FUTIMENS=''
                REPLACE_GETCWD=''
                REPLACE_GETDELIM=''
                REPLACE_GETDOMAINNAME=''
                REPLACE_GETGROUPS=''
                REPLACE_GETLINE=''
                REPLACE_GETLOGIN_R=''
                REPLACE_GETPAGESIZE=''
                REPLACE_LCHOWN=''
                REPLACE_LINK=''
                REPLACE_LINKAT=''
                REPLACE_LOCALTIME_R=''
                REPLACE_LSEEK=''
                REPLACE_LSTAT=''
                REPLACE_MALLOC=''
                REPLACE_MBTOWC=''
                REPLACE_MEMCHR=''
                REPLACE_MEMMEM=''
                REPLACE_MKDIR=''
                REPLACE_MKFIFO=''
                REPLACE_MKNOD=''
                REPLACE_MKSTEMP=''
                REPLACE_MKTIME=''
                REPLACE_NANOSLEEP=''
                REPLACE_NULL=''
                REPLACE_OBSTACK_PRINTF=''
                REPLACE_OPEN=''
                REPLACE_OPENAT=''
                REPLACE_PERROR=''
                REPLACE_POPEN=''
                REPLACE_PREAD=''
                REPLACE_PRINTF=''
                REPLACE_PTHREAD_SIGMASK=''
                REPLACE_PUTENV=''
                REPLACE_PWRITE=''
                REPLACE_READ=''
                REPLACE_READLINK=''
                REPLACE_REALLOC=''
                REPLACE_REALPATH=''
                REPLACE_REMOVE=''
                REPLACE_RENAME=''
                REPLACE_RENAMEAT=''
                REPLACE_RMDIR=''
                REPLACE_SETENV=''
                REPLACE_SLEEP=''
                REPLACE_SNPRINTF=''
                REPLACE_SPRINTF=''
                REPLACE_STAT=''
                REPLACE_STDIO_READ_FUNCS=''
                REPLACE_STDIO_WRITE_FUNCS=''
                REPLACE_STPNCPY=''
                REPLACE_STRCASESTR=''
                REPLACE_STRCHRNUL=''
                REPLACE_STRDUP=''
                REPLACE_STRERROR=''
                REPLACE_STRERROR_R=''
                REPLACE_STRNCAT=''
                REPLACE_STRNDUP=''
                REPLACE_STRNLEN=''
                REPLACE_STRSIGNAL=''
                REPLACE_STRSTR=''
                REPLACE_STRTOD=''
                REPLACE_STRTOK_R=''
                REPLACE_SYMLINK=''
                REPLACE_TIMEGM=''
                REPLACE_TMPFILE=''
                REPLACE_TTYNAME_R=''
                REPLACE_UNLINK=''
                REPLACE_UNLINKAT=''
                REPLACE_UNSETENV=''
                REPLACE_USLEEP=''
                REPLACE_UTIMENSAT=''
                REPLACE_VASPRINTF=''
                REPLACE_VDPRINTF=''
                REPLACE_VFPRINTF=''
                REPLACE_VPRINTF=''
                REPLACE_VSNPRINTF=''
                REPLACE_VSPRINTF=''
                REPLACE_WCTOMB=''
                REPLACE_WRITE=''
                SED=''
                SET_MAKE=''
                SHELL='/bin/sh'
                SIG_ATOMIC_T_SUFFIX=''
                SIZE_T_SUFFIX=''
                SRCLIBOBJS=''
                STDBOOL_H=''
                STDDEF_H=''
                STDINT_H=''
                STRIP='C:\android\android-ndk-r10d\toolchains\arm-linux-androideabi-4.8\prebuilt\linux-x86_64\bin\arm-linux-androideabi-strip'
                SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
                TIME_H_DEFINES_STRUCT_TIMESPEC=''
                UNDEFINE_STRTOK_R=''
                UNISTD_H_HAVE_WINSOCK2_H=''
                UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=''
                USE_EXTRA_ENCODINGS=''
                USE_MBSTATE_T=''
                USE_NLS=''
                VERSION='1.14'
                WCHAR_T_SUFFIX=''
                WINDRES=''
                WINT_T_SUFFIX=''
                WOE32=''
                WOE32DLL=''
                XGETTEXT=''
                XGETTEXT_015=''
                XGETTEXT_EXTRA_OPTIONS=''
                ac_ct_AR=''
                ac_ct_CC=''
                ac_ct_DUMPBIN=''
                am__EXEEXT_FALSE=''
                am__EXEEXT_TRUE=''
                am__fastdepCC_FALSE=''
                am__fastdepCC_TRUE=''
                am__include=''
                am__isrc=''
                am__leading_dot='.'
                am__quote=''
                am__tar='${AMTAR} chof - "$$tardir"'
                am__untar='${AMTAR} xf -'
                bindir='${exec_prefix}/bin'
                build=''
                build_alias=''
                build_cpu=''
                build_os=''
                build_vendor=''
                datadir='${datarootdir}'
                datarootdir='${prefix}/share'
                docdir='${datarootdir}/doc/${PACKAGE}'
                dvidir='${docdir}'
                exec_prefix='NONE'
                gl_LIBOBJS=''
                gl_LTLIBOBJS=''
                gltests_LIBOBJS=''
                gltests_LTLIBOBJS=''
                gltests_WITNESS=''
                host='arm'
                host_alias='arm'
                host_cpu=''
                host_os=''
                host_vendor=''
                htmldir='${docdir}'
                includedir='${prefix}/include'
                infodir='${datarootdir}/info'
                install_sh='${SHELL} /c/android/libiconv-1.14/build-aux/install-sh'
                libdir='${exec_prefix}/lib'
                libexecdir='${exec_prefix}/libexec'
                localedir='${datarootdir}/locale'
                localstatedir='${prefix}/var'
                mandir='${datarootdir}/man'
                mkdir_p='/bin/mkdir -p'
                oldincludedir='/usr/include'
                pdfdir='${docdir}'
                prefix='NONE'
                program_transform_name='s,x,x,'
                psdir='${docdir}'
                sbindir='${exec_prefix}/sbin'
                sharedstatedir='${prefix}/com'
                subdirs=''
                sysconfdir='${prefix}/etc'
                target_alias=''

                -----------

                confdefs.h.

                -----------

                /* confdefs.h */
                #define PACKAGE_NAME ""
                #define PACKAGE_TARNAME ""
                #define PACKAGE_VERSION ""
                #define PACKAGE_STRING ""
                #define PACKAGE_BUGREPORT ""
                #define PACKAGE_URL ""
                #define PACKAGE "libiconv"
                #define VERSION "1.14"
                configure: exit 77

                **I thank you in advance for your help **

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  Hi and welcome to devnet,

                  These instructions are not mine. You should check directly with the authors of the various parts of the guides

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  K 1 Reply Last reply
                  0
                  • SGaistS SGaist

                    Hi and welcome to devnet,

                    These instructions are not mine. You should check directly with the authors of the various parts of the guides

                    K Offline
                    K Offline
                    khd61
                    wrote on last edited by
                    #9

                    @SGaist
                    Thank you SGaist,
                    i wrote to him but no answer. :-/
                    and you?
                    have you got any idea about the Error massage :
                    configure: error: C compiler cannot create executables

                    thanks alot and best regards

                    1 Reply Last reply
                    0
                    • SGaistS Offline
                      SGaistS Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      That message makes me think that the wrong compiler is used

                      Interested in AI ? www.idiap.ch
                      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved