scytheStudio / SCodes

This project is Qt & Qml wrapper for ZXing-C++ Library that is used for decoding 1D and 2D barcodes.
https://scythe-studio.com/
Apache License 2.0
107 stars 36 forks source link

Error android compiler #46

Open vmgonzalez1990 opened 4 months ago

vmgonzalez1990 commented 4 months ago

when i compile get the error: SCodes/src/zxing-cpp/core/src/Result.cpp', needed by 'armeabi-v7a/Result.o'. Stop.

mateusz-fejcher commented 2 months ago

@vmgonzalez1990 From this error I see that you're missing a file from zxing repository. Maybe you're trying to build an old version of zxing or the repository was not completely fetched.

Please try git submodule update --recursive --init command. If it doesn't work please try to fetch SCodes again and update the submodule on freshly cloned repo.