Giter Club home page Giter Club logo

Comments (6)

alexandrkirilov avatar alexandrkirilov commented on September 24, 2024

This trouble is more fundamental. Somehow it's related to ARM decryption. It's happening on Android too. It's about SQLite3.

from qtciphersqliteplugin.

alexandrkirilov avatar alexandrkirilov commented on September 24, 2024

This is logs from Android
Screen Shot 2023-05-30 at 20 27 25

from qtciphersqliteplugin.

alexandrkirilov avatar alexandrkirilov commented on September 24, 2024

This trouble not appearing with Qt 6.2.8 and XCode 13.3.1 For everything higher - not working. There are troubles with building SQLite3. Already tried to find solution https://forum.qt.io/topic/145462/iso-c99-and-later-do-not-support-implicit-function-declarations-on-macos-how-to-fix

from qtciphersqliteplugin.

alexandrkirilov avatar alexandrkirilov commented on September 24, 2024

New update.
This trouble happening with Qt 6.2.8 arm64_v8 arch for Android with any version of Qt. All other archs is working. Tested with ndk 22.1 and 25.1 (Qt Creator defaults) and with Qt 6.2.8 and 6.5.0 and 6.5.1 on MacOS with XCode 13.3.1 and 14.2 and 14.3 on Intel and M1 devices.

from qtciphersqliteplugin.

alexandrkirilov avatar alexandrkirilov commented on September 24, 2024

Could someone write something where to find solution for it?

from qtciphersqliteplugin.

realericzh avatar realericzh commented on September 24, 2024

try this:

macos {
    contains(QMAKE_HOST.arch, "arm64") {
        QMAKE_CFLAGS += -mcpu=apple-m1
    } else {
        QMAKE_CFLAGS += -march=native
    }
}

it works for me,Apple M2

from qtciphersqliteplugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.