Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. make[1]: *** [makefile:1624: obj/release/pcre_exec.o] Error 1
Qt 6.11 is out! See what's new in the release blog

make[1]: *** [makefile:1624: obj/release/pcre_exec.o] Error 1

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
31 Posts 4 Posters 7.8k Views 1 Watching
  • 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.
  • S Sekhar

    @SGaist
    if i was followed QT wiki instructions i got an error at the time of mount an image.

    1.JPG

    already asked is same query in the above conversation but some one told to specify the file system type using -t parameter
    that's why i am using -o and -t

    is there any other way to mount that iso. file. for move on next steps...

    aha_1980A Offline
    aha_1980A Offline
    aha_1980
    Lifetime Qt Champion
    wrote on last edited by
    #22

    @Sekhar If you would post your console output as text, we could easily modify it and send it back to you. But as pic, that's impossible.

    So just a rought template, the syntax is:

    mount -t <filesystem-type> -o loop,<other parameters> <file.img> </path/to/mountpoint>
    

    Regards

    Qt has to stay free or it will die.

    S 1 Reply Last reply
    0
    • aha_1980A aha_1980

      @Sekhar If you would post your console output as text, we could easily modify it and send it back to you. But as pic, that's impossible.

      So just a rought template, the syntax is:

      mount -t <filesystem-type> -o loop,<other parameters> <file.img> </path/to/mountpoint>
      

      Regards

      S Offline
      S Offline
      Sekhar
      wrote on last edited by Sekhar
      #23

      @aha_1980
      thank you... it will working...

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Sekhar
        wrote on last edited by
        #24

        If i was tried to create a make file
        by following the Qt-wiki document i got an error..... in
        7.Compiling qtbase (Qt 5.7)

        In file included from /mnt/bbb-rootfs/usr/include/openssl/crypto.h:31:0,
        from /mnt/bbb-rootfs/usr/include/openssl/comp.h:16,
        from /mnt/bbb-rootfs/usr/include/openssl/ssl.h:47,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/../../../../../src/network/ssl/qsslcontext_openssl_p.h:59,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/qsslcontext_openssl_p.h:1,
        from ssl/qsslsocket_p.h:61,
        from ssl/qsslsocket_openssl_p.h:69,
        from ssl/qsslsocket_openssl_symbols_p.h:70,
        from ssl/qsslcertificate_openssl.cpp:41:
        /mnt/bbb-rootfs/usr/include/openssl/ossl_typ.h:119:16: error: forward declaration of 'X509 {aka struct x509_st}'
        typedef struct x509_st X509;
        ^
        ssl/qsslcertificate_openssl.cpp: In member function 'QByteArray QSslCertificate::version() const':
        ssl/qsslcertificate_openssl.cpp:93:68: error: invalid use of incomplete type 'X509 {aka struct x509_st}'
        QByteArray::number(qlonglong(q_ASN1_INTEGER_get(d->x509->cert_info->version)) + 1);
        ^
        In file included from /mnt/bbb-rootfs/usr/include/openssl/crypto.h:31:0,
        from /mnt/bbb-rootfs/usr/include/openssl/comp.h:16,
        from /mnt/bbb-rootfs/usr/include/openssl/ssl.h:47,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/../../../../../src/network/ssl/qsslcontext_openssl_p.h:59,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/qsslcontext_openssl_p.h:1,
        from ssl/qsslsocket_p.h:61,
        from ssl/qsslsocket_openssl_p.h:69,
        from ssl/qsslsocket_openssl_symbols_p.h:70,
        from ssl/qsslcertificate_openssl.cpp:41:
        /mnt/bbb-rootfs/usr/include/openssl/ossl_typ.h:119:16: error: forward declaration of 'X509 {aka struct x509_st}'
        typedef struct x509_st X509;
        ^
        ssl/qsslcertificate_openssl.cpp: In member function 'QByteArray QSslCertificate::serialNumber() const':
        ssl/qsslcertificate_openssl.cpp:102:45: error: invalid use of incomplete type 'X509 {aka struct x509_st}'
        ASN1_INTEGER *serialNumber = d->x509->cert_info->serialNumber;
        ^
        In file included from /mnt/bbb-rootfs/usr/include/openssl/crypto.h:31:0,
        from /mnt/bbb-rootfs/usr/include/openssl/comp.h:16,
        from /mnt/bbb-rootfs/usr/include/openssl/ssl.h:47,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/../../../../../src/network/ssl/qsslcontext_openssl_p.h:59,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/qsslcontext_openssl_p.h:1,
        from ssl/qsslsocket_p.h:61,
        from ssl/qsslsocket_openssl_p.h:69,
        from ssl/qsslsocket_openssl_symbols_p.h:70,
        from ssl/qsslcertificate_openssl.cpp:41:
        /mnt/bbb-rootfs/usr/include/openssl/ossl_typ.h:119:16: error: forward declaration of 'X509 {aka struct x509_st}'
        typedef struct x509_st X509;
        ^
        ssl/qsslcertificate_openssl.cpp: In member function 'QSslKey QSslCertificate::publicKey() const':
        ssl/qsslcertificate_openssl.cpp:238:32: error: invalid use of incomplete type 'X509 {aka struct x509_st}'
        X509_PUBKEY *xkey = d->x509->cert_info->key;
        ^
        In file included from /mnt/bbb-rootfs/usr/include/openssl/crypto.h:31:0,
        from /mnt/bbb-rootfs/usr/include/openssl/comp.h:16,
        from /mnt/bbb-rootfs/usr/include/openssl/ssl.h:47,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/../../../../../src/network/ssl/qsslcontext_openssl_p.h:59,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/qsslcontext_openssl_p.h:1,
        from ssl/qsslsocket_p.h:61,
        from ssl/qsslsocket_openssl_p.h:69,
        from ssl/qsslsocket_openssl_symbols_p.h:70,
        from ssl/qsslcertificate_openssl.cpp:41:
        /mnt/bbb-rootfs/usr/include/openssl/ossl_typ.h:119:16: error: forward declaration of 'X509 {aka struct x509_st}'
        typedef struct x509_st X509;
        ^
        ssl/qsslcertificate_openssl.cpp:242:29: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}'
        if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_RSA) {
        ^
        In file included from /mnt/bbb-rootfs/usr/include/openssl/crypto.h:31:0,
        from /mnt/bbb-rootfs/usr/include/openssl/comp.h:16,
        from /mnt/bbb-rootfs/usr/include/openssl/ssl.h:47,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/../../../../../src/network/ssl/qsslcontext_openssl_p.h:59,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/qsslcontext_openssl_p.h:1,
        from ssl/qsslsocket_p.h:61,
        from ssl/qsslsocket_openssl_p.h:69,
        from ssl/qsslsocket_openssl_symbols_p.h:70,
        from ssl/qsslcertificate_openssl.cpp:41:
        /mnt/bbb-rootfs/usr/include/openssl/ossl_typ.h:93:16: error: forward declaration of 'EVP_PKEY {aka struct evp_pkey_st}'
        typedef struct evp_pkey_st EVP_PKEY;
        ^
        ssl/qsslcertificate_openssl.cpp:246:36: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}'
        } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_DSA) {
        ^
        In file included from /mnt/bbb-rootfs/usr/include/openssl/crypto.h:31:0,
        from /mnt/bbb-rootfs/usr/include/openssl/comp.h:16,
        from /mnt/bbb-rootfs/usr/include/openssl/ssl.h:47,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/../../../../../src/network/ssl/qsslcontext_openssl_p.h:59,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/qsslcontext_openssl_p.h:1,
        from ssl/qsslsocket_p.h:61,
        from ssl/qsslsocket_openssl_p.h:69,
        from ssl/qsslsocket_openssl_symbols_p.h:70,
        from ssl/qsslcertificate_openssl.cpp:41:
        /mnt/bbb-rootfs/usr/include/openssl/ossl_typ.h:93:16: error: forward declaration of 'EVP_PKEY {aka struct evp_pkey_st}'
        typedef struct evp_pkey_st EVP_PKEY;
        ^
        ssl/qsslcertificate_openssl.cpp:251:36: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}'
        } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_EC) {
        ^
        In file included from /mnt/bbb-rootfs/usr/include/openssl/crypto.h:31:0,
        from /mnt/bbb-rootfs/usr/include/openssl/comp.h:16,
        from /mnt/bbb-rootfs/usr/include/openssl/ssl.h:47,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/../../../../../src/network/ssl/qsslcontext_openssl_p.h:59,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/qsslcontext_openssl_p.h:1,
        from ssl/qsslsocket_p.h:61,
        from ssl/qsslsocket_openssl_p.h:69,
        from ssl/qsslsocket_openssl_symbols_p.h:70,
        from ssl/qsslcertificate_openssl.cpp:41:
        /mnt/bbb-rootfs/usr/include/openssl/ossl_typ.h:93:16: error: forward declaration of 'EVP_PKEY {aka struct evp_pkey_st}'
        typedef struct evp_pkey_st EVP_PKEY;
        ^
        ssl/qsslcertificate_openssl.cpp:256:36: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}'
        } else if (q_EVP_PKEY_type(pkey->type) == EVP_PKEY_DH) {
        ^
        In file included from /mnt/bbb-rootfs/usr/include/openssl/crypto.h:31:0,
        from /mnt/bbb-rootfs/usr/include/openssl/comp.h:16,
        from /mnt/bbb-rootfs/usr/include/openssl/ssl.h:47,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/../../../../../src/network/ssl/qsslcontext_openssl_p.h:59,
        from ../../include/QtNetwork/5.7.1/QtNetwork/private/qsslcontext_openssl_p.h:1,
        from ssl/qsslsocket_p.h:61,
        from ssl/qsslsocket_openssl_p.h:69,
        from ssl/qsslsocket_openssl_symbols_p.h:70,
        from ssl/qsslcertificate_openssl.cpp:41:
        /mnt/bbb-rootfs/usr/include/openssl/ossl_typ.h:93:16: error: forward declaration of 'EVP_PKEY {aka struct evp_pkey_st}'
        typedef struct evp_pkey_st EVP_PKEY;
        ^
        ssl/qsslcertificate_openssl.cpp: In function 'uint qHash(const QSslCertificate&, uint)':
        ssl/qsslcertificate_openssl.cpp:73:1: warning: control reaches end of non-void function [-Wreturn-type]
        }
        ^
        make[2]: *** [Makefile:20795: .obj/qsslcertificate_openssl.o] Error 1
        make[2]: Leaving directory '/opt/qt5bbb/qt5/qtbase/src/network'
        make[1]: *** [Makefile:236: sub-network-make_first] Error 2
        make[1]: Leaving directory '/opt/qt5bbb/qt5/qtbase/src'
        make: *** [Makefile:47: sub-src-make_first] Error 2

        could you please tell me how can i solve that errors.....
        thank you

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

          Are you trying to build Qt 5.7 using OpenSSL 1.1 ?
          If so that won't work. Either use OpenSSL 1.0 or update Qt to version that is current.

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

          S 1 Reply Last reply
          0
          • SGaistS SGaist

            Are you trying to build Qt 5.7 using OpenSSL 1.1 ?
            If so that won't work. Either use OpenSSL 1.0 or update Qt to version that is current.

            S Offline
            S Offline
            Sekhar
            wrote on last edited by Sekhar
            #26

            @SGaist
            If i was try to use openSSL 1.0 & openSSL 1.1 it doesn't configure

            it will shows an error "-openssl1.O: invalid command-line switch
            " or "1.O: unknown argument"
            same error for both openSSL 1.0 & openSSL 1.1

            Capture.JPG

            jsulmJ 1 Reply Last reply
            0
            • S Sekhar

              @SGaist
              If i was try to use openSSL 1.0 & openSSL 1.1 it doesn't configure

              it will shows an error "-openssl1.O: invalid command-line switch
              " or "1.O: unknown argument"
              same error for both openSSL 1.0 & openSSL 1.1

              Capture.JPG

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #27

              @Sekhar There is no such parameter. You just need to use OpenSSL 1.0 header files and libs.

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1
              • S Offline
                S Offline
                Sekhar
                wrote on last edited by
                #28

                by following the Qt-wiki document i got an error
                at the time of Run an application...................

                How to resolve this problem............

                Starting /opt/untitled/bin/untitled....
                This application failed to start because it could not find or load the Qt platform plugin "eglfs"
                in "".
                Available platform plugins are: linuxfb, minimal, offscreen.
                Reinstalling the application may fix this problem.
                Process killed by signal

                jsulmJ 1 Reply Last reply
                0
                • S Sekhar

                  by following the Qt-wiki document i got an error
                  at the time of Run an application...................

                  How to resolve this problem............

                  Starting /opt/untitled/bin/untitled....
                  This application failed to start because it could not find or load the Qt platform plugin "eglfs"
                  in "".
                  Available platform plugins are: linuxfb, minimal, offscreen.
                  Reinstalling the application may fix this problem.
                  Process killed by signal

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #29

                  @Sekhar Did you properly deploy your app (including plug-ins)?

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  S 1 Reply Last reply
                  0
                  • jsulmJ jsulm

                    @Sekhar Did you properly deploy your app (including plug-ins)?

                    S Offline
                    S Offline
                    Sekhar
                    wrote on last edited by
                    #30

                    @jsulm
                    could you please tell me how to including plug-ins

                    jsulmJ 1 Reply Last reply
                    0
                    • S Sekhar

                      @jsulm
                      could you please tell me how to including plug-ins

                      jsulmJ Offline
                      jsulmJ Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on last edited by
                      #31

                      @Sekhar Please take a look at https://doc.qt.io/qt-5/linux-deployment.html
                      But your issue could be different: did you cross compile Qt with EGLFS support?

                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                      1 Reply Last reply
                      1

                      • Login

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