We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used Cmake for generating the build files, but when I make install appeared this message about the using of zxing::bolean.
C:\Users\rogge\Desktop\nuevo\zxing-cpp-master\build>mingw32-make install [ 1%] Building CXX object CMakeFiles/libzxing.dir/core/src/zxing/InvertedLuminanceSource.cpp.obj C:\Users\rogge\Desktop\nuevo\zxing-cpp-master\core\src\zxing\InvertedLuminanceSource.cpp:21:14: error: 'boolean' is already declared in this scope using zxing::boolean; ^ CMakeFiles\libzxing.dir\build.make:1237: recipe for target 'CMakeFiles/libzxing.dir/core/src/zxing/InvertedLuminanceSource.cpp.obj' failed mingw32-make[2]: *** [CMakeFiles/libzxing.dir/core/src/zxing/InvertedLuminanceSource.cpp.obj] Error 1 CMakeFiles\Makefile2:66: recipe for target 'CMakeFiles/libzxing.dir/all' failed mingw32-make[1]: *** [CMakeFiles/libzxing.dir/all] Error 2 Makefile:128: recipe for target 'all' failed mingw32-make: *** [all] Error 2
C:\Users\rogge\Desktop\nuevo\zxing-cpp-master\build>
I wanna know what I have to change. Please help.
The text was updated successfully, but these errors were encountered:
I am wondering if your error is the same as mine.
Sorry, something went wrong.
No branches or pull requests
I used Cmake for generating the build files, but when I make install appeared this message about the using of zxing::bolean.
C:\Users\rogge\Desktop\nuevo\zxing-cpp-master\build>mingw32-make install
[ 1%] Building CXX object CMakeFiles/libzxing.dir/core/src/zxing/InvertedLuminanceSource.cpp.obj
C:\Users\rogge\Desktop\nuevo\zxing-cpp-master\core\src\zxing\InvertedLuminanceSource.cpp:21:14: error: 'boolean' is already declared in this scope
using zxing::boolean;
^
CMakeFiles\libzxing.dir\build.make:1237: recipe for target 'CMakeFiles/libzxing.dir/core/src/zxing/InvertedLuminanceSource.cpp.obj' failed
mingw32-make[2]: *** [CMakeFiles/libzxing.dir/core/src/zxing/InvertedLuminanceSource.cpp.obj] Error 1
CMakeFiles\Makefile2:66: recipe for target 'CMakeFiles/libzxing.dir/all' failed
mingw32-make[1]: *** [CMakeFiles/libzxing.dir/all] Error 2
Makefile:128: recipe for target 'all' failed
mingw32-make: *** [all] Error 2
C:\Users\rogge\Desktop\nuevo\zxing-cpp-master\build>
I wanna know what I have to change. Please help.
The text was updated successfully, but these errors were encountered: